← Back to team overview

launchpad-reviewers team mailing list archive

Re: [Merge] lp:~cjwatson/launchpad/archive-getallpermissions into lp:launchpad

 

This has a hidden late evaluation case, which if you're dealing with a
large data set will punish you: you are returning team/person objects,
but they are not always visible to the user, so you need to eager
evaluate visibility (or push it down into your query).

-- 
https://code.launchpad.net/~cjwatson/launchpad/archive-getallpermissions/+merge/117606
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~cjwatson/launchpad/archive-getallpermissions into lp:launchpad.


Follow ups

References