/srv/irclogs.ubuntu.com/2009/11/06/#launchpad-reviews.txt

jtvUrgent review needed, folks!08:41
jtvIt's for a good cause—unbreaking buildbot08:41
jtvand enabling a re-roll08:41
=== adeuring changed the topic of #launchpad-reviews to: on call: adeuring || reviewing: - || (r-c candidates skip the queue) queue: [] || This channel is logged: http://irclogs.ubuntu.com
adeuringjtv: what do you need reviewed?08:46
jtvadeuring: https://code.edge.launchpad.net/~jtv/launchpad/db-bug-476218/+merge/1453208:46
jtvtiny but urgent :-)08:46
* adeuring is looing08:47
jtvdankeschön08:47
adeuringjtv: r=me08:53
jtvadeuring: vielen Dank!08:53
adeuringjtv: gern geschehen :)08:53
jtv...und gerne gesehen :-)08:54
* noodles775 r-c's08:55
noodles775jtv: ok, land away :)08:56
* jtv approaches the landing strip08:56
gmbadeuring: Good morning. Would you be able to take a look at https://code.edge.launchpad.net/~gmb/launchpad/subscriber-portlet-timeout-bug-393476/+merge/14502 for me?09:07
adeuringMorning gmb, sure, I'll look09:08
gmbThanks.09:08
adeuringgmb: r=me09:45
gmbadeuring: Excellent, thanks09:50
wgrantadeuring: Thanks.11:06
adeuringwgrant: welcome 11:06
wgrantadeuring: I have another really easy (sed) one there, if you have time...11:06
adeuringwgrant: sure11:07
=== matsubara-afk is now known as matsubara
adeuringwgrant: I am good in forgetting small things. So, don't hestitate to kick me next week, when PQM opens again, to submit you branch11:07
wgrantadeuring: Heh, will do. Thanks.11:08
wgrantadeuring: can you flip the MP status itself to Approved?11:08
adeuringwgrant: done. (good example how i can forget things ;)11:09
wgrantadeuring: Well, *everybody* forgets that.11:11
adeuringwgrant: r=me for yoor brnach with the sample data fix11:16
wgrantadeuring: Thanks muchly.11:19
=== salgado changed the topic of #launchpad-reviews to: on call: adeuring,salgado || reviewing: - || (r-c candidates skip the queue) queue: [] || This channel is logged: http://irclogs.ubuntu.com
=== ursula_ is now known as Ursinha
=== mrevell is now known as mrevell-lunch
=== mrevell-lunch is now known as mrevell
=== ursula is now known as Ursinha
=== barry changed the topic of #launchpad-reviews to: on call: adeuring,salgado,barry || reviewing: -,-,- || (r-c candidates skip the queue) queue: [] || This channel is logged: http://irclogs.ubuntu.com
barrysalgado, adeuring would either of you care to review a fairly simple change to a contrib script in launchpadlib?  https://code.edge.launchpad.net/~barry/launchpadlib/475547-cmb/+merge/1448214:40
salgadobarry, sure, I'll take it14:42
barrysalgado: thanks14:42
salgadobarry, r=me14:58
barrysalgado: thanks!14:58
=== salgado is now known as salgado-lunch
=== danilo_ is now known as danilos
=== EdwinGrubbs2 is now known as EdwinGrubbs
=== matsubara is now known as matsubara-lunch
=== salgado-lunch is now known as salgado
=== sinzui changed the topic of #launchpad-reviews to: on call: adeuring,salgado,barry || reviewing: -,-,- || (r-c candidates skip the queue) queue: [sinzui] || This channel is logged: http://irclogs.ubuntu.com
sinzuiadeuring: salgado: barry: I have a small fix https://code.edge.launchpad.net/~sinzui/launchpad/cancel-gpg-bug-391630/+merge/1455316:15
adeuringI'd like to duck out... working on an urgent bug...16:16
=== adeuring changed the topic of #launchpad-reviews to: salgado,barry || reviewing: -,- || (r-c candidates skip the queue) queue: [sinzui] || This channel is logged: http://irclogs.ubuntu.com
sinzuimy work is not urgrent16:16
=== deryck is now known as deryck[lunch]
salgadosinzui, you might want to check test_logintoken.py in lib/c/l/browser/tests.  it has some infrastructure for testing the Cancel action of logintoken views16:37
salgadoI think your test could be moved there and benefit of such infrastructure16:37
sinzuisalgado: Does it know then the view is missing with the form so that we never get to the cancel action?16:38
salgadomissing with the form?16:38
sinzuisalgado: The test was pretty conclusive when I added the field that the user submits. I walked through the initialize() method and then validate() to make sure the cancel action was reached16:39
sinzuisalgado: The view's initialize() method  makes the field required. The form is always validated before the success action is called16:41
=== deryck[lunch] is now known as deryck
salgadosinzui, right, but I don't see why you're telling me all that16:45
salgadoI mean, is this going to be a problem if you use LPFormHarness to test the view?16:46
sinzuisalgado: I think the view was at fault, and the test belongs in the view...16:48
sinzuisalgado: I do not see test_logintoken.py16:49
salgadosinzui, it's on db-devel16:49
sinzuiso is my branch16:49
salgadoand test_logintoken.py is a view test16:49
salgadolib/canonical/launchpad/browser/tests/test_logintoken.py16:50
sinzuibugger, I think I branched from the wrong tree16:50
sinzuii did16:51
* sinzui adds test16:56
sinzuisalgado: the test harness is bad16:59
sinzuiI added the test, then removed the change I made to the initialize() method. The test passed. 17:01
sinzuiOh, I see, the test is indeed naive on the very point is was trying to make. salgado, The test assumes that no data is submitted during the cancel action. That is wrong.17:02
salgadosinzui, does it assume that or does it just don't expect anything to be submitted?17:04
salgados/anything/any data/17:05
sinzuiThe form data is hardcodes to an empty dict. I have a fix17:07
sinzuiI do not have a fix17:08
* sinzui looks again17:08
salgadosinzui, don't bother with that if it's too much work.  I only suggested it because I thought it could make things simpler17:12
sinzuiI am bothered and I am going to make it work.17:12
EdwinGrubbssalgado, barry: I have to go to lunch now, but I have a pretty easy branch for review at https://code.edge.launchpad.net/~edwin-grubbs/launchpad/bug-234051-bug-project-info/+merge/1455617:29
=== EdwinGrubbs is now known as Edwin-lunch
barryEdwin-lunch: i can do it17:40
=== barry changed the topic of #launchpad-reviews to: salgado,barry || reviewing: -,edwin || (r-c candidates skip the queue) queue: [sinzui] || This channel is logged: http://irclogs.ubuntu.com
sinzuisalgado: I will retrack my branch and set the bug as fix-released by you. Your validator changes were a global fix17:44
salgadono way17:45
salgadoall of that just because you branched from the wrong tree. :/17:45
sinzuiyep17:45
* sinzui finds lunch17:47
=== sinzui changed the topic of #launchpad-reviews to: salgado,barry || reviewing: -,edwin || (r-c candidates skip the queue) queue: [] || This channel is logged: http://irclogs.ubuntu.com
=== matsubara-lunch is now known as matsubara
beunosinzui, I will wait for your review on Edwin's branch before I say anything18:27
barrybeuno: on edwin's branch, i like that he's added the pillars under the bugs, but why aren't they all linked?18:30
beunobarry, good comment to make on the mp  ;)18:34
barrybeuno: exactly :)18:34
barrybeuno, Edwin-lunch branch reviewed18:45
=== barry changed the topic of #launchpad-reviews to: salgado,barry || reviewing: -,- || (r-c candidates skip the queue) queue: [] || This channel is logged: http://irclogs.ubuntu.com
=== Ursinha is now known as Ursinha-afk
sinzuibeuno: Edwin-lunch: I just commented about the alignment of the badges19:07
=== Edwin-lunch is now known as EdwinGrubbs
=== matsubara is now known as matsubara-afk
=== salgado is now known as salgado-afk
=== sinzui changed the topic of #launchpad-reviews to: salgado,barry || reviewing: -,- || queue: [sinzui] || This channel is logged: http://irclogs.ubuntu.com
sinzuibarry: can you take a brief look at https://code.edge.launchpad.net/~sinzui/launchpad/latest-release-portlet-bug-424893/+merge/1456521:17
barrysinzui: sure, sec21:17
=== barry changed the topic of #launchpad-reviews to: salgado,barry || reviewing: -,sinzui || queue: [] || This channel is logged: http://irclogs.ubuntu.com
sinzuibeuno: ping21:40
beunosinzui, pong21:41
sinzuibeuno: I am having last minutes doubts about https://bugs.edge.launchpad.net/launchpad-registry/+bug/40064321:41
sinzuiWe agreed to do21:41
sinzui    Ubuntu >> 10.04 >> "bzr" source package21:41
sinzuiBut I think it should be21:41
sinzui    Ubuntu >> Lucid (10.04) >> "bzr" source package21:41
beunosinzui, I prefer that, yes21:42
sinzuioh actually, I see examples of this: 6.10 (Edgy)21:43
sinzuibeuno: What is the official way to present version and code name for series? products are 1.23 "code name"21:43
beunothat's a good question21:44
sinzuibeuno: My example is bad, that was a milestone21:44
sinzuiproducts use bzr 2.1 series21:44
beunoKarmic (9.10) or 9.10 (Karmic)21:44
beunoI think those would be the choices21:45
beunoI don't like the quotes really21:45
sinzuiLucid LTS21:45
barrysinzui: r=me21:45
sinzuiWe have yet to accommodate LTS in the name21:45
sinzuithanks barry21:45
beunosinzui, is LTS part of the string?21:46
barrybeuno, sinzui i can't exactly say why, but i think Karmic (9.10) looks better21:46
beunobarry, it's more readable21:47
sinzuibarry" We like words more than numbers, which is what this bug is really about21:47
beunostarting with numbers is hard to read21:47
beunoand hard to compare21:47
barrybeuno sinzui is this a generic change though?  I'm not sure I'd like to see (for Mailman): Vital Signs (3.0.0a4)21:48
barrywell, maybe that doesn't looks so bad21:48
beunosinzui, I'd just bite the bullet, and it expose it as "CodeName (name)" everywhere21:48
sinzuibeuno: I was going to suggest that. I may need more than one branch, but it does not require me to think. just jfdi21:49
beunosinzui, +121:49
sinzuibarry: I was pondering a change to series. Use a mix to define all things common to all kinds of series. define title as a combination of version and codename and enforce universal consistentcy21:51
barrysinzui: that makes sense, as long as there is a code name.  of course we can't require a code name (i.e. your rc patch)21:54
sinzuidistroseries have a title attribute that users must provide. product series to not have a codename or a displayname.21:55
sinzuiThis problem is really the same scope as fixing all the name, displayname, title, summary, description attributes on all objects21:56
barrysinzui: those should really be in a common interface21:56
sinzuiHes they should21:57
sinzuiyes21:57
sinzuiInstead of a UI fix next year, we should do a model fix. Solve the project and projectgroup problem21:57
barrysinzui: +122:06
=== Ursinha-afk is now known as Ursinha
=== barry changed the topic of #launchpad-reviews to: - || reviewing: - || queue: [] || This channel is logged: http://irclogs.ubuntu.com

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