[packagekit] I've broken all your nice backend code...

Daniel Nicoletti dantti12 at gmail.com
Tue Jun 12 18:22:12 PDT 2012


sorry couldn't keep my promise,
transaction->role() does not return the
bitwise value ie:

the role is
RoleGetDetails         = 1 << 3,
role should give me 8 so I can
(role & RoleGetDetails) or even
(role == RoleGetdetails), but
it gives me 3 as it's the enum order.

I think this is quite confusing not using
a bitwise enum for everything...

Best.


More information about the PackageKit mailing list