/srv/irclogs.ubuntu.com/2010/05/07/#launchpad-reviews.txt

=== Ursinha_ is now known as Ursinha
=== adeuring changed the topic of #launchpad-reviews to: On call: adeuring || reviewing: - || queue: [] || This channel is logged: http://irclogs.ubuntu.com/ || https://code.edge.launchpad.net/launchpad/+activereviews
henningeadeuring: Moin!08:49
henningeadeuring: I got onen for you if you llike ;-)08:49
adeuringhenninge: sure08:50
adeuringhenninge: this one: https://code.edge.launchpad.net/~henninge/launchpad/bug-568355-package-name/+merge/24844 ?08:51
henningeadeuring: yes, sorry. ;)08:52
henningeI was a still looking through it.08:52
henningeadeuring: that's the one08:52
henningedanke08:52
* henninge needs to reboot08:52
henningeadeuring: any questions so far?09:11
adeuringEdwinGrubbs: not yet ;)09:11
henningeI will be relocating now, back in 20 min.09:12
henningeadeuring: and my name is henninge ;)09:12
adeuringhenninge. EdwinGrubbs sorry09:12
jtvadeuring: mind finishing a small lazr.batchnavigator review?  https://code.edge.launchpad.net/~jtv/lazr.batchnavigator/bug-574159/+merge/2457709:21
brycehwould anyone be willing to review my branch at lp:~bryceharrington/launchpad/api-doc-fixes ?  This is my first launchpad merge proposal so apologies if I'm not doing something right09:22
adeuringjtv: sure; let me first finish a review for hennig09:22
adeuringbryceh: I can do it, after henning's and jtv's branches09:22
=== adeuring changed the topic of #launchpad-reviews to: On call: adeuring || reviewing: henninge || queue: [jtv, bryceh] || This channel is logged: http://irclogs.ubuntu.com/ || https://code.edge.launchpad.net/launchpad/+activereviews
jtvadeuring: thx09:22
brycehadeuring, ok thanks.09:23
brycehadeuring, bedtime for me, I'll check back in the morning.10:01
adeuringhenninge: lines 51-58 of the diff change the order of locations. The doc string of the method says "This function goes through the ordered list of these possible locations, the order having been copied from intltool-update". My question: Was the old order plain wrong or did the intltools chnage. IOW: Is the new ordering always correct?10:11
adeuringor can it be wrong for some versions of intltools?10:12
henningeadeuring: the ordering is correct, the comment is not valid any more.10:12
adeuringhenninge: so, the old ordering was simply based on a misinterpretation of what intltools are doing?10:12
henningeadeuring: no, the original order was taken from intltool-update10:13
henningeadeuring: basically, what is says "use GETTEXT_PACKGE from Makefile.in.in or else from configure.ac or else from configure.in"10:14
adeuringhenninge: ok... but the substitution order changed, right?10:14
henningeadeuring: this is now reflected in the "keep_trying" value.10:14
adeuringhenninge: ah, I see. So, can you update the comment? otherwise, r=me10:14
henningeadeuring: yes, thanks10:15
henningeI am still trying to answer the question about the substitution ... ;)10:15
henningegive up )10:16
henninge:)10:16
=== adeuring changed the topic of #launchpad-reviews to: On call: adeuring || reviewing: jtv || queue: [bryceh] || This channel is logged: http://irclogs.ubuntu.com/ || https://code.edge.launchpad.net/launchpad/+activereviews
=== adeuring changed the topic of #launchpad-reviews to: On call: adeuring || reviewing: bryceh || queue: [] || This channel is logged: http://irclogs.ubuntu.com/ || https://code.edge.launchpad.net/launchpad/+activereviews
adeuringbryceh: I am not sure if we should use the term "patch attachment" as the title for the checkbox. The main bug page has two portlets "patches" and "bug attachments", thus distiguishing between patches and ohter attachments.11:03
adeuringHaving the two words in the title for one search option might confuse users11:03
adeuring(on the "advanced search" page)11:03
noodles775Hi adeuring, if you can ignore the conflicts on the MP (and use the linked diff instead), would you be able to look at: https://code.edge.launchpad.net/~michael.nelson/launchpad/567922-binarypackagebuild-new-table-3/+merge/2481411:24
adeuringnoodles775: sure11:24
noodles775(for the same reason, to run the tests, you'll have to branch it rather than merge).11:24
noodles775Thanks!11:24
=== noodles775 changed the topic of #launchpad-reviews to: On call: adeuring || reviewing: bryceh || queue: [noodles775] || This channel is logged: http://irclogs.ubuntu.com/ || https://code.edge.launchpad.net/launchpad/+activereviews
=== adeuring changed the topic of #launchpad-reviews to: On call: adeuring || reviewing: noodles775 || queue: [] || This channel is logged: http://irclogs.ubuntu.com/ || https://code.edge.launchpad.net/launchpad/+activereviews
noodles775:)11:24
adeuringnoodles775: regarding the removeSecurityProxy() calls: I think the properties estimated_duration and status are simply missing in a set_attributes directive.12:16
noodles775adeuring: Yes, but I haven't changed the set_attributes (other than to change attribute names). That is, it was being set before without either the set_attributes or removeSecurityProxy.12:27
noodles775Unless I missed it somewhere else in the zcml.12:27
adeuringnoodles775: that's odd.12:28
noodles775odd, or more likely something obvious that I missed in one of the 10 other branches in this pipeline :/12:28
adeuringnoodles775: but whatever the reason is that it worked before: what about adding ZCML directives instead of using removeSecurityProxy?12:28
noodles775adeuring: but in most of those cases, I'm using it to setup a test situation which shouldn't normally be possible (like, for example, updating the distro_arch_series of a build, or the build's status).12:31
noodles775Or did you mean specifically for the buildqueue's estimated_duration? That would be ok.12:32
adeuringnoodles775: right, I am not that much concerned about tests12:32
adeuringbut I believe I spotted one other location, but can't find it again. (for estimated_duration)12:33
* noodles775 looks to see where I've used rSP in the code... it's just for the temporary static methods (ie. that used to use self.attrname)12:33
noodles775adeuring: in buildbase.py, with the XXX and comment explaining why.12:34
adeuringnoodles775: right, sorry, I needed some time to find it again locally ;)12:38
adeuringnoodles775: otherwise, no complaints, so r=me12:39
=== mrevell is now known as mrevell-lunch
noodles775Thanks adeuring. I've got another one ready too: https://code.edge.launchpad.net/~michael.nelson/launchpad/ppa-generate-key-failure/+merge/2487112:43
noodles775wgrant: did you have any comment on the change I added for non-ascii chars^^12:43
adeuringnoodles775: ok, but let me have lunch first ;)12:43
noodles775adeuring: of course... enjoy!12:43
=== noodles775 changed the topic of #launchpad-reviews to: On call: adeuring || reviewing: - || queue: [noodles775] || This channel is logged: http://irclogs.ubuntu.com/ || https://code.edge.launchpad.net/launchpad/+activereviews
wgrantnoodles775: Ah, true, it was only reasonably safe things. But that looks much better (besides the lack of whoami on that revision).13:18
wgrantI don't think str() on a unicode is ever right.13:18
noodles775Yeah. (And yes, just setting up a new vm for dev work, I'll re-commit that rev).13:22
noodles775Thanks for the input!13:22
wgrantThanks for fixing that.13:23
adeuringnoodles775: I think it is a safe guess to use UTF8 encoding -- but shouldn't we add a test that filtering for a string conainting non-ascii character finds the expected data?13:39
=== mrevell-lunch is now known as mrevell
noodles775adeuring: as per my comment there, as far as I can see, this is only ever used for getting keys by email address or fingerprint (neither of which use non-ascii code), so I'm not sure how to test it (other than what I've done, ensuring it doesn't error). Any ideas?13:49
adeuringnoodles775: we could add a test key having a "bad" name. But since you say that we seem to search only for email addresses and FPs, I think it is not that important. (sorry, missed that)13:56
adeuringnoodles775: so, r=me13:57
noodles775adeuring: great, thanks.14:01
=== adeuring changed the topic of #launchpad-reviews to: On call: adeuring || reviewing: - || queue: [] || This channel is logged: http://irclogs.ubuntu.com/ || https://code.edge.launchpad.net/launchpad/+activereviews
noodles775wgrant: resending your branch now to ec2 now (let me know if you've already gotten someone else to do it.)14:53
=== sinzui changed the topic of #launchpad-reviews to: On call: adeuring || reviewing: - || queue: [sinzui] || This channel is logged: http://irclogs.ubuntu.com/ || https://code.edge.launchpad.net/launchpad/+activereviews
=== adeuring changed the topic of #launchpad-reviews to: On call: adeuring || reviewing: sinzui || queue: [] || This channel is logged: http://irclogs.ubuntu.com/ || https://code.edge.launchpad.net/launchpad/+activereviews
adeuringsinzui: r=me; two nitpicks15:46
sinzuipick away15:46
=== adeuring changed the topic of #launchpad-reviews to: On call: adeuring || reviewing: - || queue: [] || This channel is logged: http://irclogs.ubuntu.com/ || https://code.edge.launchpad.net/launchpad/+activereviews
=== salgado is now known as salgado-lunch
=== adeuring changed the topic of #launchpad-reviews to: On call: - || reviewing: - || queue: [] || This channel is logged: http://irclogs.ubuntu.com/ || https://code.edge.launchpad.net/launchpad/+activereviews
=== matsubara is now known as matsubara-lunch
=== salgado-lunch is now known as salgado
=== gary_poster is now known as gary-lunch
=== matsubara-lunch is now known as matsubara
salgadoI'm not really on call today, but I can do reviews if needed18:43
=== gary-lunch is now known as gary_poster
abentleyrockstar, could you review my branch, please? lp:~abentley/launchpad/fix-encoded-attachments intolp:launchpad/devel20:12
abentleyhttps://code.launchpad.net/~abentley/launchpad/fix-encoded-attachments/+merge/2491720:13
rockstarabentley, looking20:22
rockstarabentley, r=me20:24
abentleyrockstar, thanks.20:24
marsgary_poster, do you have a moment to review this config change?  It is very simple, just reorders the keys: https://code.edge.launchpad.net/~mars/launchpad/reorder_config_keys/+merge/2486520:42
gary_posterlooking, mars20:44
gary_postermars, mostly out of curiosity, do we have standards for this formatting, such as two CRs before each section start?20:51
marsgary_poster, nope, I think convention works well enough here.20:51
marsplenty of prior art.  violations stand out.20:52
gary_postermars, couldn't the same be said of alphabetization?20:52
marsgary_poster, ?20:53
marsyou mean, "It looks better without alphabetizing it, why should I"?20:54
gary_postermars, IOW, you define an alphabetization standard in writing at the top of the doc, even though most things were alphabetized.  Convention did not seem to be sufficient.  Therefore, do we also need to document two CRs before each heading?  All that said, I think I'm being picky because I feel tired. ;-) I'll approve.20:55
mars\o/20:56
marsthanks Gary :)20:57
gary_poster:-)20:57
marsgary_poster, fwiw, that's why I personalized the message at the top.  Personalization can be a more powerful motivator than standards sometimes.20:57
marsIt proves I care20:58
marsgary_poster, have a moment for one more, a trivial addition of an XXX comment?  https://code.edge.launchpad.net/~mars/launchpad/trivial-add-ec2-xxx/+merge/2492721:07
gary_posteralright mars21:12
gary_postermars, approved with request to add date per the usual policy21:16
marsgary_poster, good catch, thanks21:16
gary_posternp21:16
rockstarCan I get a quick review from someone?  https://code.edge.launchpad.net/~rockstar/launchpad/recipe-polish/+merge/2492821:17
rockstarmars, ^^ ?21:18
marsrockstar, looking21:18
marsrockstar, why did you nuke all of that test output around line 49 of the diff?  I don't see anything in your code that would suggest its removal.21:21
rockstarmars, they were distroseries that have distributions that have no archives.21:22
rockstarmars, basically, this branch prevents someone trying to request a recipe build for lenny (Debian)21:22
rockstar...because we don't support any distro but Ubuntu.21:23
marsoh!  So your fix works, because it proved that the tests themselves had invalid distros in there21:23
rockstarmars, yup.21:23
marsrockstar, ok.  Do you need a test for the explicit exclusion of a distro?21:24
marsrockstar, a unit test or something?21:24
rockstarmars, no, I don't think so.21:24
rockstarThe test coverage is being accomplished properly with what we have now.21:25
marsok21:25
marsrockstar, r=mars21:27
rockstarmars, thanks21:28
=== salgado is now known as salgado-afk

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