/srv/irclogs.ubuntu.com/2010/08/27/#launchpad-reviews.txt

gary_posterlifeless: hey.  bad news: I have a 1336 line MP.  possibly good news: it is for ++profile++ .  https://code.edge.launchpad.net/~gary/launchpad/lsprof-on-demand/+merge/33849 if you want to look at it, or I'll try to get someone to look at it tomorrow.00:03
lifelessgary_poster: thanks00:16
lifelessgary_poster: it still drops the profile output in the previous place ?00:19
gary_posterlifeless, yes.  configurable.00:20
lifelessI have a suggestion00:20
gary_postercool;00:20
lifelessif we used a feature flag00:20
lifelesswith a scope that matches users in canonical-launchpad00:21
lifelessit would be less risky to have on on staging00:21
lifelessand also permit turning it on and off without rebooting the appserver00:21
lifelessyou could do this without any schema changes00:22
lifelessits just a thought00:22
gary_posterlifeless, that sounds great.  want that in a separate branch?00:23
lifelesssomething else that would be really lovely00:24
lifelessis a kcachegrind file on disk (and oops on disk); and a way to download them (again, enabled for specific users/groups by flags)00:24
lifelessgary_poster: in end_request, you've added a bunch of vertival white space00:26
lifelessthis is a matter of taste, but I find that very jarring when reading a function00:26
lifelessI prefer either no VWS or separate functions.00:26
gary_posterlifeless, download: I maybe could make ++profile++download download the kcachegrind.00:27
lifeless(PEP8 says to use it for 'significant regiosn's (misquoting)00:27
gary_posterVWS: OK.  I liked it here obviously, but it was very...organic.  Happy to remove it.00:28
lifelesswe don't need docstrings on tests btw00:28
lifelessor if we do its nuts :)00:29
lifelessas long as the intent is clear00:29
lifelessif its vague, a docstring or comment to make it clear is good in its own right00:29
lifeless1334+00:29
lifeless1335+def test_suite():00:29
lifeless1336+    return unittest.TestLoader().loadTestsFromName(__name__)00:29
lifelessthats not needed now00:29
lifelessgary_poster: approved00:31
gary_posterlifeless: awesome thanks00:32
lifelessgary_poster: there was one other thing00:42
lifelessthe 'tests are not setting stuff up so ignore it' squicks me; I realise why, and the pragmatic need, but I'd like to be able to put a ratchet on those tests and eliminate the badness.00:43
gary_posterlifeless: not clear what you mean yet?00:43
gary_posteroh!00:43
gary_posteryeah that was annoying00:44
gary_posterwhat do you have in mind for ratcheting?00:44
lifelesswell00:44
lifelessdepends on how widespread it is I guess00:44
lifelessif its only a few root causes, like some test helpers, we could just do warning.warn() in a branch, and iterate on the branch till its done.00:45
lifelessif its more substantial, perhaps starting the test suite could empty a file00:45
lifelessand each occurence be logged (one line per)00:45
lifelessand the total number of lines reported at the end00:45
gary_posterbetween a few and several.  I have to run though.  Please copy that in to the MP and I'll act on it tomorrow.00:45
lifelesslint could report if that file is longer than N00:45
=== Ursinha is now known as Ursinha-afk
mwhudsonthumper: care to look at https://code.edge.launchpad.net/~mwhudson/launchpad/cross-product-spec-links-bug-3552/+merge/33866 ?05:42
thumpermwhudson: on a friday afternoon?05:43
thumpermwhudson: just before beer?05:43
mwhudsonthumper: it'll make the beer taste better05:43
mwhudsonmm, proportionally fonted diffs05:44
thumpermwhudson: line 23 of the diff05:46
mwhudsonthumper: lolz05:47
mwhudsonthumper: fix being pushed05:48
lifelesshmm, exported_as doesn't work if there is an attribute with the same name that isn't exported.06:23
lifelessechannel06:23
mwhudsonthumper: thanks06:29
henningejtv: fancy a quick review?08:07
henningehttps://code.edge.launchpad.net/~henninge/launchpad/recife-pofile-creation/+merge/3380008:07
jtvhenninge: coming08:08
henningejtv: thanks08:08
jtvhenninge: in this test you say "shared" POTemplates.  IIRC Danilo has been calling them "sharing" POTemplates.08:09
jtvAlso, "a <thing> has the same name" is a bit nonsensical—same name as what?08:10
henningejtv: right, I copied that comment without thinking.08:10
jtvThat explains the old-style setup as well.08:10
henningeAnd I have always ued 'shared'.08:10
henningejtv: what's 'old-style' ?08:11
jtvI think "shared" is misleading here, because the POTemplate isn't shared.  It shares things with other POTemplates.08:11
henningeI see08:11
jtvOld-style is relying on sample data (hoary and warty) instead of creating fresh data.08:11
jtv(*) in this context.  :)08:12
jtvAfter that it suddenly goes into the new style.08:12
henningejtv: Good point. I will change that.08:12
jtvAlso, you can shortcut some of the setup by letting the first self.factory.makeSourcePackage cal create your SourcePackageName for you.08:13
jtv*call08:13
jtvProbably your distroseries as well.08:14
jtvOtherwise it's just too much setup to read through!08:15
jtvhenninge: in the comment for test_pofile_creation_shared_in_ubuntu, I assume "POTemplate of project" means "POTemplate of a project," not some other typo such as "POTemplate or project"?08:17
henningejtv: you are right08:20
henningejtv: Don't think I'll get around an explicit distroseries creation because it has to be for Ubuntu, does it not?08:35
jtvhenninge: ouch—I thought that's what we got.  The code you're testing here is probably one of the very few places that care about the difference.08:37
henningejtv: Also, in the second test I use sourcepackagename so often that I'd put it in a variable anyway and creating it explicitely keeps the source packages creation symetric.08:41
jtvhenninge: whatever works for you—just try not to throw too much text at the reader!08:42
jtvit's not all about the number of lines though.08:42
jtvA short assignment line is generally easier to read than a very long one with a method call in it and lots of mixed-case letters.08:43
StevenKadeuring: Hi! Got time to review a trivial MP for me?08:48
adeuringStevenK: sure (except for a not yet sufficient caffeine level ;)08:48
StevenKadeuring: https://code.edge.launchpad.net/~stevenk/launchpad/lucille-archivepermission/+merge/33873 when you're sufficently caffeinated08:49
adeuringStevenK: where is it?08:49
adeuringStevenK: so, the method newPackageUploader needs to be called by the db user 'lucille'. What does lucille do? And do we know if lucille indeed adds permissions only for people who should get them?09:02
StevenKadeuring: No, that isn't it, that's just set up.09:03
StevenKadeuring: The code that this actually affects is in part of the code that didn't change -- it adds new archivepermission rows directly into the database during initialise-from-parent09:03
adeuringStevenK: so, some sort of copy operationß09:05
adeuringsß/?/09:05
StevenKadeuring: Yes, it is initialising a child distroseries from its parent09:05
adeuringStevenK: ah, ok. r=me then09:06
StevenKadeuring: Thank you!09:06
noodles775adeuring: one-liner to fix the latest db-devel test-fix (when the MP diff updates): https://code.edge.launchpad.net/~michael.nelson/launchpad/db-devel-import-fix-20100827/+merge/3387609:07
StevenKnoodles775: Oh, if you're going to fix db-devel, I noticed a .THIS file crept in, can you bin it?09:08
noodles775StevenK: sure09:08
adeuringnoodles775: approved09:09
noodles775adeuring: thanks. I've just pushed 9708 which deletes the .THIS file StevenK mentioned.09:10
adeuringnoodles775: well, that's fine, I think ;)09:10
noodles775StevenK: my landing will remove it from db-devel, but it's actually committed in devel.09:10
noodles775Thanks adeuring09:11
StevenKRah09:11
StevenKnoodles775, adeuring: I have a branch ready for devel, shall I kill that .THIS file in it?09:12
noodles775StevenK: Sounds good.09:12
adeuringStevenK: makes sense09:12
=== adeuring changed the topic of #launchpad-reviews to: On call: adeuring || reviewing: - || queue: [] || This channel is logged: http://irclogs.ubuntu.com/ || https://code.launchpad.net/launchpad/+activereviews
gmbadeuring, Could you review https://code.edge.launchpad.net/~gmb/launchpad/lp-devs-can-reset-watches/+merge/33796 for me please?10:28
adeuringgmb: sure10:29
gmbThanks10:29
noodles775stub or lifeless: do either of you have time to review a 70line db patch? https://code.edge.launchpad.net/~michael.nelson/launchpad/distro-series-difference-schema/+merge/3351510:33
=== noodles775 changed the topic of #launchpad-reviews to: On call: adeuring || reviewing: - || queue: [noodles775] || This channel is logged: http://irclogs.ubuntu.com/ || https://code.launchpad.net/launchpad/+activereviews
noodles775Hi again adeuring, when you've time, can you please take a look at https://code.edge.launchpad.net/~michael.nelson/launchpad/distro-series-difference-basic-model/+merge/3388510:34
adeuringnoodles775: sure10:35
=== adeuring changed the topic of #launchpad-reviews to: On call: adeuring || reviewing: gmb || queue: [noodles775] || This channel is logged: http://irclogs.ubuntu.com/ || https://code.launchpad.net/launchpad/+activereviews
adeuringgmb: r=me; 1 nitpick10:56
gmbadeuring, Thank you.10:57
=== adeuring changed the topic of #launchpad-reviews to: On call: adeuring || reviewing: noodles775 || queue: [] || This channel is logged: http://irclogs.ubuntu.com/ || https://code.launchpad.net/launchpad/+activereviews
gmbadeuring, foo*Condition is the usual naming idiom for methods used to decide whether or not we can display an action. Maybe showResetActionCondition() would be clearer.10:59
adeuringgmb: right, that's better!10:59
gmbRight, I'll do that, then.10:59
gmbThanks adeuring.10:59
stubnoodles775: Reviewed. The derived distro series calling its parent the derived distro series seems a problem.10:59
noodles775stub: thanks... looking.11:00
stubOr I think I'm just confused..11:00
stuboic. This is the difference, it points to the derived distro series, there is some other link that points to the parent series.11:00
noodles775Yes, there's a reference from IDistroSeries.parent_series... which is why we only need to reference the one (derived) series here.11:01
stubDistroSeries.parent_series already exists.11:01
stubOk... rereviewing :)11:01
noodles775Correct.11:01
noodles775Thanks.... just reading your other comments :)11:02
noodles775stub: Why would we want delete permissions? At the moment I'm planning that these differences will end in a resolved state, but we wouldn't want to delete them until the derived distroseries is itself deleted (if it ever is).11:04
stubThe derived distribution has a patched version of firefox. Tomorrow it decides that it should just use the parents version of firefox.11:05
noodles775Great, so assuming the parents version has a higher revno, they upload it, this record is marked as resolved and the activity log is updated, but the record is not deleted, as tomorrow the parent might upload a new version, and the previous comments/activity is still useful.11:07
stubok11:07
stubHow big do you think the comments and activity will grow?11:08
stubIt will be a pain to split out into a structured format later.11:08
stubIf it is append only, storing it as a single text blob isn't ideal. If it is more a whiteboard or a copy of a text file stored in a branch, that would be fine I guess.11:10
noodles775On average 4 or 5 lines. If a particular difference goes through resolved->needs attention-> resolved it would be a few more.11:10
stubBut over time11:10
noodles775Yes, it is just like a whiteboard.11:11
stubok11:11
noodles775Yep, so if overtime it went through that cycle (resolved->needs attention->resolved) *lots*, there would be 2 lines for each change.11:11
noodles775Do you think its worth adding a separate comment model?11:11
noodles775(from memory the code/bugs guys made the comment model re-usable... I'll check).11:12
noodles775stub: oh, and I think I misunderstood your comment above. I am making the activity_log append only.11:14
stubSo we would probably be better off with a separate table containing the activity, one row per addition. Or even a link table between distroseriesdifference and message same as our other comment spools.11:17
noodles775Yep, just looking at the message table... I'll do that then.11:18
noodles775Thanks stub.11:18
stubThat gives you the infrastructure for attachments, email interfaces etc. if we want them in the future.11:19
noodles775Yeah, given that the table already exists, it sounds crazy not to use it.11:20
jtvnoodles775: this definitely needs code review and it may also need UI review: https://code.edge.launchpad.net/~jtv/launchpad/bug-517700/+merge/3388811:39
jtv(Sorry for the diff size… I didn't exactly aim to use up the entire budget)11:39
jtvDrat.  Doesn't linkify the bugs in = Bugs 484375, 517700 =11:40
jtvbugs 484375, 51770011:41
jtv That used to work.11:41
jtvnoodles775: oh, hang on—there's conflict now (also neatly pulling it across the 800-line limit)11:41
noodles775jtv: did you mean adeuring ?11:43
jtvnoodles775: arrrgh, yes, sorry… an experiment in reading the topic line from the tiny low-contrast fineprint my client shows at the top of the window11:43
adeuringjtv: I'll look at it11:44
jtvadeuring: hang on, I've got some conflicts to resolve first!11:44
adeuringjtv: ok, ping me when the branch is ready11:44
jtvadeuring: MP has updated — https://code.edge.launchpad.net/~jtv/launchpad/bug-517700/+merge/3388812:02
adeuringjtv: OK, let me first finish the review for noodles775, then I'll need a lunch break, then i'll look at your branch12:03
jtvadeuring: great, thanks.  I'll probably be out by then, unfortunately12:03
noodles775stub: updated with an incremental, but feel free to leave it for Monday :D Thanks.12:08
* noodles775 lunches12:08
jtvbigjools: https://code.edge.launchpad.net/~jtv/launchpad/fakelibrarian-fixture/+merge/3389212:22
jtvbigjools: I thought you might like to review that one.  :)12:22
adeuringnoodles775: in test_new_non_derived_series(), you are using  the factory method in assertRaises, which is IMHO quite indirect. What about testing the new() method directly?12:27
jelmeradeuring: Hi, can I add another mp to your queue?13:10
adeuringjelmer: sure13:11
jelmeradeuring: Thanks; the MP is at https://code.edge.launchpad.net/~jelmer/launchpad/613468-xb-ppa-qa/+merge/3380413:15
=== jelmer changed the topic of #launchpad-reviews to: On call: adeuring || reviewing: noodles775 || queue: [jelmer] || This channel is logged: http://irclogs.ubuntu.com/ || https://code.launchpad.net/launchpad/+activereviews
noodles775adeuring: Yep, I'll update.13:18
=== matsubara-afk is now known as matsubara
=== Ursinha-afk is now known as Ursinha
=== adeuring changed the topic of #launchpad-reviews to: On call: adeuring || reviewing: jtv || queue: [jelmer] || This channel is logged: http://irclogs.ubuntu.com/ || https://code.launchpad.net/launchpad/+activereviews
* jtv chears adeuring on13:28
jtv*cheers13:29
bachi adeuring13:53
adeuringhi bac113:53
adeuringbac!13:53
bachi adeuring, i'm ocr today but won't be able to help for a couple of hours.13:55
adeuringbac: ok, no problem13:55
bacthanks abel.13:55
adeuring(except perhaps for people needing a review after 1730UTC ;) I have an appointment this evening...13:56
adeuringerm, 1700UTC..13:56
adeuringjtv: r=me14:19
=== adeuring changed the topic of #launchpad-reviews to: On call: adeuring || reviewing: jelmer || queue: [] || This channel is logged: http://irclogs.ubuntu.com/ || https://code.launchpad.net/launchpad/+activereviews
jtvadeuring: splendid, thank you14:25
adeuringwelcome :)14:25
=== benji changed the topic of #launchpad-reviews to: On call: adeuring || reviewing: jelmer || queue: [benji] || This channel is logged: http://irclogs.ubuntu.com/ || https://code.launchpad.net/launchpad/+activereviews
benjimy MP is at https://code.launchpad.net/~benji/launchpad/bug-580035/+merge/33911; it's for a bug in a bug fix (found while doing QA)14:45
=== adeuring changed the topic of #launchpad-reviews to: On call: adeuring || reviewing: benji || queue: [] || This channel is logged: http://irclogs.ubuntu.com/ || https://code.launchpad.net/launchpad/+activereviews
adeuringjelmer: R=Me14:59
adeuring(no longer r=me)14:59
adeuring...for this branch ;)14:59
jelmeradeuring: :-)) and thanks14:59
adeuringbenji: GPGHanlder.getVerifiedSignature() can raise GPGVerificationError. I think this exception should be caught in extract_signature_timestamp()15:21
adeuringerm, or in ensure:sane:signaturetimestamp()15:22
adeuring...or are we sure that we have a valid signature?15:22
benjiadeuring: at the point that I call GPGHanlder.getVerifiedSignature() it has already been called successfully15:23
benjiright15:23
adeuringbenji: ok, thanks!15:23
adeuringbenji: r=me15:33
benjidanke15:34
benjiadeuring: it says "Approve (code)" but at the top still says "Status:15:35
benjiNeeds review"15:35
adeuringbenji: fixed15:36
benjithanks15:36
=== bac changed the topic of #launchpad-reviews to: On call: adeuring, bac || reviewing: benji || queue: [] || This channel is logged: http://irclogs.ubuntu.com/ || https://code.launchpad.net/launchpad/+activereviews
=== bac changed the topic of #launchpad-reviews to: On call: adeuring, bac || reviewing: benji,- || queue: [] || This channel is logged: http://irclogs.ubuntu.com/ || https://code.launchpad.net/launchpad/+activereviews
=== adeuring changed the topic of #launchpad-reviews to: On call: adeuring, bac || reviewing: -,- || queue: [] || This channel is logged: http://irclogs.ubuntu.com/ || https://code.launchpad.net/launchpad/+activereviews
=== salgado is now known as salgado-lunch
=== sinzui changed the topic of #launchpad-reviews to: On call: adeuring, bac || reviewing: -,- || queue: [sinzui] || This channel is logged: http://irclogs.ubuntu.com/ || https://code.launchpad.net/launchpad/+activereviews
bachi jelmer16:07
sinzuiadeuring, bac: I have a branch for review16:07
bacjelmer: i'm looking at https://code.edge.launchpad.net/~jelmer/launchpad/buildmaster-enums/+merge/3389316:07
jelmerhi Brad16:07
adeuringsinzui: I'll look16:07
bacat line 379 is it really necessary to do the import locally?16:07
=== bac changed the topic of #launchpad-reviews to: On call: adeuring, bac || reviewing: -,jelmer || queue: [sinzui] || This channel is logged: http://irclogs.ubuntu.com/ || https://code.launchpad.net/launchpad/+activereviews
sinzuiadeuring, bac: I am going to start work on a branch to disable google maps. We are treating this as a critical issue.16:08
bacsinzui: ok16:08
jelmerbac: Thanks. 379 is a removed line here in the diff16:09
adeuringsinzui: the mp i should at is this one: https://code.edge.launchpad.net/~sinzui/launchpad/licenses-0/+merge/33916 ? Or the google maps branch?16:09
jelmerbac: 511 has a local import that I couldn't really work around.16:09
=== salgado-lunch is now known as salgado
bacjelmer: you pushed a new branch since i started looking at it, that's why the line numbers don't match16:10
jelmerbac: Ah, my bad - sorry. I intended to push that to a separate branch.16:11
bacbut in that MP line 511 is the one i was asking about16:11
jelmerbac: Would you like me to remove that revision or is the MP fine as is (it's a bit large)16:11
bacjelmer: the branch is so mechanical it doesn't matter16:12
jelmerbac: Ok16:13
jelmerbac: I can probably work around the local import by putting BUILDD_MANAGER_LOG_NAME in a separate module. manager.py seems like the best place for it though.16:13
bacjelmer: the local import isn't critical...just wanted to make sure there was a good reason for it.  if you can remove the need without a lot of hassle that would be great.16:14
=== adeuring changed the topic of #launchpad-reviews to: On call: adeuring, bac || reviewing: sinzui,jelmer || queue: [] || This channel is logged: http://irclogs.ubuntu.com/ || https://code.launchpad.net/launchpad/+activereviews
bacjelmer: r=bac, with some import sorting fixes.  perhaps you can find henning's tool and run it? (though that would take longer than doing it by hand i suspect.)16:27
jelmerbac: I should get used to doing it right in the first place so I'll do it by hand. :-) Thanks for the review16:28
bacnp jelmer.   thanks for the branch.16:28
henningebac: I am working on putting it into the tree ATVM. ;-)16:29
bachenninge: i'll happily review it.16:30
henningebac: should I add tests?16:37
henninge;)16:37
bachenninge: that would be nice, of course.  but we do have lots of thing in utilities that are stand-alone tools that don't have tests.16:38
=== Ursinha is now known as Ursinha-lunch
henningebac: since the tool changes other files in the tree, the real test is if those changes break the test suite.16:39
henningeor not16:40
bachenninge: you've sold me16:40
* henninge prepares MP ;)16:40
henningeActually, let me add something else first.16:48
=== adeuring changed the topic of #launchpad-reviews to: On call: adeuring, bac || reviewing: -,jelmer || queue: [] || This channel is logged: http://irclogs.ubuntu.com/ || https://code.launchpad.net/launchpad/+activereviews
=== bac changed the topic of #launchpad-reviews to: On call: adeuring, bac || reviewing: -,- || queue: [] || This channel is logged: http://irclogs.ubuntu.com/ || https://code.launchpad.net/launchpad/+activereviews
=== salgado is now known as salgado-lunch
henningebac: Here it is:17:19
henningehttps://code.edge.launchpad.net/~henninge/launchpad/format-imports/+merge/3392617:19
bacthanks henninge17:22
=== bac changed the topic of #launchpad-reviews to: On call: adeuring, bac || reviewing: -,henninge || queue: [] || This channel is logged: http://irclogs.ubuntu.com/ || https://code.launchpad.net/launchpad/+activereviews
=== adeuring changed the topic of #launchpad-reviews to: On call: -, bac || reviewing: -,henninge || queue: [] || This channel is logged: http://irclogs.ubuntu.com/ || https://code.launchpad.net/launchpad/+activereviews
bachenninge:  i don't understand the comment describing FIRST17:27
bacdo we actually use that anywhere?17:28
henningeonce17:28
henningebac: It's about imports that need other imports.17:28
henningeI feared we'd have more problems like that but luckily only two.17:29
henningeone of which is lib/canonical/launchpad/interfaces/__init__.py which is the only use of the "SKIP" comment.17:29
henningethe other one is in lp.code17:30
henningebac: sorry, "imports that need other imports" is badly put. It's about import ordering.17:30
bachenninge: so there are imports that must be done in a specific order or they fail?17:31
henningebac: yes, or so says the comment.17:31
henningeI don't like that very much, either.17:31
henningelet me find it17:31
baccool17:31
henningelib/lp/code/bzr.py17:32
=== benji is now known as benji-lunch
=== matsubara is now known as matsubara-lunch
henningebac: I will end my week now. Do you have any more questions?17:47
bachenninge: no.17:50
henningecool17:50
bachenninge: sadly, i just ran your tool against lp/registry and it created a 231 line diff17:50
henningeoops17:51
bacso in just a week we've diverged that much17:51
bachenninge: one more question17:54
bachenninge: you say embedded comments will break the formatter.  is that reported at all or is it so broken you don't get a chance?17:55
henningebac: it's not reported at all17:58
bachenninge: ok.  i guess it'll create such a mess that it'll be easily discovered17:59
henningebac: we only had one case like that in the tree that I simply fixed before running the tool17:59
bacsorry to keep you henninge.  i'll finish the review after lunch.  have a good weekend.17:59
henningebac: thank you17:59
henningebac: enjoy your lunch ;-)18:00
bachenninge: i shall...but it's getting cold.18:00
henningesorry to keep you ... ;)18:00
=== Ursinha-lunch is now known as Ursinha
=== salgado-lunch is now known as salgado
=== benji-lunch is now known as benji
=== matsubara-lunch is now known as matsubara
=== bac changed the topic of #launchpad-reviews to: On call: bac || reviewing: - || queue: [] || This channel is logged: http://irclogs.ubuntu.com/ || https://code.launchpad.net/launchpad/+activereviews
benjiindeed; I had almost exactly the same reaction19:47
benjithe thing is, the few things I'd like (probably the same ones you're referring to) would be pretty easy to implement in Python 219:47
benjiI really wish I had the desire to be the new BDFL.  Now's the time for a Coup d'état.19:48
benjiyeah, I expect most of those won't, but I don't see why most of those couldn't be backported19:49
benjioops, I'm in the wrong chan19:50
benjibac: watch out!  https://code.launchpad.net/~benji/launchpad/bug-622765/+merge/3395120:04
* bac ducks20:06
benjiheh20:06
=== benji changed the topic of #launchpad-reviews to: On call: bac || reviewing: - || queue: [benji] || This channel is logged: http://irclogs.ubuntu.com/ || https://code.launchpad.net/launchpad/+activereviews
benjibac: for some reason my MP just shows "Approve (code)" and still shows "Needs review" at the top.  That's the third time that's happened to me.  Has the review UI changed for reviewers?20:19
* benji really needs to start on getting his reviewer merit badge.20:20
bacbenji: that reason would be it is a two step process and i forgot to do the second step20:20
benjiit's the processes fault ;)20:20
bacbenji: reviewers should set it.  when they forget, you can still proceed using 'ec2 land --force'  ... but it is better to just bug them.20:21
bacbenji: done20:21
benjiI like to bug people... everyone wins!20:22
=== benji changed the topic of #launchpad-reviews to: On call: bac || reviewing: - || queue: [] || This channel is logged: http://irclogs.ubuntu.com/ || https://code.launchpad.net/launchpad/+activereviews
=== jcsackett changed the topic of #launchpad-reviews to: On call: bac || reviewing: - || queue: [jcsackett] || This channel is logged: http://irclogs.ubuntu.com/ || https://code.launchpad.net/launchpad/+activereviews
jcsacketthello, bac.21:17
jcsacketthttps://code.edge.launchpad.net/~jcsackett/launchpad/deprecate-official_codehosting/+merge/3395321:17
jcsacketthave time for another review today?21:17
bacjcsackett: sure21:17
jcsackettawesome.21:17
jcsackettbac, this one shouldn't take too long.21:18
jcsackettapologies if it does.21:18
=== jcsackett is now known as jcsackett|afk
=== jcsackett|afk is now known as jcsackett
=== bac changed the topic of #launchpad-reviews to: On call: - || reviewing: - || queue: [-] || This channel is logged: http://irclogs.ubuntu.com/ || https://code.launchpad.net/launchpad/+activereviews
=== matsubara is now known as matsubara-afk
jcsackettbac: re your comments, i actually thought it was clearer with the full if structure than "var = (usage_enum == ServiceUsage.something). you think the compressed version would be better?22:43

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!