/srv/irclogs.ubuntu.com/2010/12/09/#launchpad-reviews.txt

=== EdwinGrubbs 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
wgrantAnyone around to review a tiny regression fix?04:40
wgranthttps://code.launchpad.net/~wgrant/launchpad/bug-522800-getFileByName/+merge/4315904:40
* mwhudson takes a look04:40
=== jcsackett changed the topic of #launchpad-reviews to: On call: jcsackett || Reviewing: - || queue: [] || This channel is logged: http://irclogs.ubuntu.com/ || https://code.launchpad.net/launchpad/+activereviews
=== matsubara is now known as matsubara-lunch
=== matsubara-lunch is now known as matsubara
=== salgado is now known as salgado-lunch
=== henninge changed the topic of #launchpad-reviews to: On call: jcsackett || Reviewing: - || queue: [henninge] || This channel is logged: http://irclogs.ubuntu.com/ || https://code.launchpad.net/launchpad/+activereviews
henningeHi jcsackett!16:55
henningeI have a branch that is actually quite simple.16:55
jcsacketthello, henninge. i would be happy to look at it.16:55
jcsackettlink?16:55
henningeBut it contains a sample data change that makes the diff look big.16:56
henningehttps://code.edge.launchpad.net/~henninge/launchpad/recife-611668-fix-tests/+merge/4323616:56
henningejcsackett: thanks16:56
jcsacketthenninge: you're welcome.16:56
=== jcsackett changed the topic of #launchpad-reviews to: On call: jcsackett || Reviewing: henninge || queue: [] || This channel is logged: http://irclogs.ubuntu.com/ || https://code.launchpad.net/launchpad/+activereviews
jcsacketthenninge: in pofile.txt did you move the bit "msgid = potmsgset.msgid_singular.msgid..." out of the loop just to speed things up, since it appears to be a value that won't change in iteration?17:02
jcsackettor was there another purpose?17:02
henningeno, just because there was no reason for it to be in the loop17:03
henningeIt may even speed  up the loop, yes. ;)17:03
jcsacketthenninge: cool, thanks.17:03
henningeThe test was failing because of the output from the format string further down.17:04
henningeThe old format produced trailing spaces but I don't understand why that worked before.17:04
henningejcsackett: I have to run out right now but will be back in about an hour. Sorry.17:05
jcsacketthenninge: no problems.17:05
=== salgado-lunch is now known as salgado
=== deryck is now known as deryck[lunch]
EdwinGrubbsjcsackett: I've added my branch to the queue: https://code.edge.launchpad.net/~edwin-grubbs/launchpad/bug-676966-disallow-merging-people-with-ppas/+merge/4311617:19
=== EdwinGrubbs changed the topic of #launchpad-reviews to: On call: jcsackett || Reviewing: henninge || queue: [Edwin] || This channel is logged: http://irclogs.ubuntu.com/ || https://code.launchpad.net/launchpad/+activereviews
jcsackettEdwinGrubbs: okay.17:20
=== jcsackett changed the topic of #launchpad-reviews to: On call: jcsackett || Reviewing: Edwin || queue: [] || This channel is logged: http://irclogs.ubuntu.com/ || https://code.launchpad.net/launchpad/+activereviews
=== benji is now known as benji-lunch
=== deryck[lunch] is now known as deryck
jcsackettEdwinGrubbs: are you planning on fixing the lint errors that you put in the MP?18:33
EdwinGrubbsjcsackett: yes, except for the one where it complains about two blank lines because of a comment.18:34
jcsackettEdwinGrubbs: yeah, i was ignoring that one. just confused b/c i generally clean up lint before submitting, but either way works as long as they'll get fixed before merging.18:35
henningejcsackett: Hi18:38
jcsacketthenninge: hey there.18:38
henningejcsackett: There is a prerequisite branch, as mentioned in the MP18:39
jcsacketthenninge: yes, i got that. i didn't have failing tests. :-/18:39
henningehm18:39
EdwinGrubbsjcsackett: sometimes, reviewers don't like it in the mp diff, because it makes it harder to understand the real changes.18:39
jcsackettEdwinGrubbs: fair point.18:39
jcsacketthenninge: i will look again after reviewing Edwin's branch. there is nothing else but the recife branch, the prereq listed, and yours to consider, correct?18:40
henningejcsackett: actually, there are three other branches before that but I thought they'd be included in the one branch (because it depends on them)18:41
henningejcsackett: the other problem is that the original branches were started against db-devel18:42
henningebut now the the merge is into recife.18:42
henningebecause that was backed out of db-devel again.18:42
jcsacketthm.18:42
jcsacketthenninge: what branch were you looking in that had the errors?18:43
henningejcsackett: db-devel-bug-611668-filtermethods-2 merged into recife18:43
jcsacketthenninge: okay, that is what i thought i was looking at, but i will rebuild it and double check.18:43
jcsackettbtw, henninge: where does the name "recife" come from?18:44
henningejcsackett: it's the place of the sprint where this branch was started ... in March :/18:45
henningeRecife, Brazil18:45
jcsacketthenninge: ah. cool.18:45
jcsackettEdwinGrubbs: there are a few comments on your MP.19:06
=== jcsackett changed the topic of #launchpad-reviews to: On call: jcsackett || Reviewing: henninge || queue: [] || This channel is logged: http://irclogs.ubuntu.com/ || https://code.launchpad.net/launchpad/+activereviews
=== benji-lunch is now known as benji
jcsacketthenninge: taking another look now.19:08
henningejcsackett: I think I know what is going on here19:10
jcsacketthenninge: hit me.19:10
henningedoes pofile.txt fail for you?19:11
henningeThat is the test that was originally failing for me.19:11
jcsacketthenninge: tell you in a second, building bin/test for your branch now.19:11
henningeI fixed that by updating the sample data, as described.19:11
jcsackettrather, building bin/test for recife now.19:12
henningeAfter that, the other two tests failed because the ordering of the translationsmessages changed.19:12
henningeThey were ordered by "date_last_touched"19:12
henningeand two had been touched by the migration script.19:13
henningeSo I "fixed" that by manually setting the "date_last_touched" back to what it was before (in the sampledata) instead of changing the order in the test.19:14
henningeSo it's correct, the two tests translationsperson.txt and xx-person-activity.txt will pass before and after branch.19:15
henningeSo, only pofile.txt is being fixed by this branch, the others were just "not broken"...19:15
EdwinGrubbsjcsackett: thanks for the review19:17
jcsacketthenninge: that seems to be the case (coupled with me possibly messing up purity of branches when checking pofile, which didn't fail on recife before).19:18
jcsackettbut carefully rebuilding the state of the branch before your MP does indeed show pofile failing.19:18
jcsacketthenninge: r=me; i am mentoring so sinzui will need to follow up. i have already requested a review from him.19:20
=== jcsackett changed the topic of #launchpad-reviews to: On call: jcsackett || Reviewing: - || queue: [] || This channel is logged: http://irclogs.ubuntu.com/ || https://code.launchpad.net/launchpad/+activereviews
henningejcsackett: thanks ;-)19:20
jcsacketthenninge: your welcome. sorry i evidently goofed on checking the tests. :-P19:21
henningejcsackett: and I mislead you by implying that these tests were failing.19:28
=== EdwinGrubbs is now known as Edwin-afk2
=== matsubara is now known as matsubara-afk
=== salgado is now known as salgado-afk
bacjcsackett: time for a quick review?21:25
jcsackettbac: sure.21:26
bachttps://code.edge.launchpad.net/~bac/launchpad/bug-662994/+merge/4329921:26
=== jcsackett changed the topic of #launchpad-reviews to: On call: jcsackett || Reviewing: bac || queue: [] || This channel is logged: http://irclogs.ubuntu.com/ || https://code.launchpad.net/launchpad/+activereviews
jcsackettbac: bit of a delay; the diff has not yet appeared. :-P21:27
bacjcsackett: it is there now21:27
jcsackettbac: huzzah.21:28
jcsackettbac: are there no unit tests around this the review view?21:33
bacjcsackett: i didn't find any.  i held my nose and updated the story21:35
jcsacketthrm. i'm tempted to file a bug against the lack of actual unit tests in place of stories...21:36
bacjcsackett: i can defer this one and create the unit tests21:37
jcsackettbac: i would buy you a beer if you did that. :-)21:37
bacok21:38
jcsacketti like the code though. looks like a good branch.21:38
jcsackettyou want me to still claim the MP, or leave it till later?21:38
jcsackettif you want me to go ahead and claim it, i'll happily take a look at it whenever you're done.21:39
jcsackettbac ^21:39
baci'll just retract it21:39
jcsackettbac: okay. thanks for putting tests in place: you're a gentleman and a scholar.21:40
bacbah21:40
=== jcsackett 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
jcsackettis there anyone available to review: https://code.edge.launchpad.net/~jcsackett/launchpad/membership-status-matters-676494/+merge/4330322:46
jcsackettit's a test + a small change to a sql query22:46

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