/srv/irclogs.ubuntu.com/2010/10/29/#launchpad-reviews.txt

=== Ursinha is now known as Ursula
=== jtv changed the topic of #launchpad-reviews to: On call: - || Reviewing: - || queue: [jtv] || 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 || Reviewing: - || queue: [jtv] || 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 || Reviewing: jtv || queue: [] || This channel is logged: http://irclogs.ubuntu.com/ || https://code.launchpad.net/launchpad/+activereviews
jtvhi adeuring!09:53
jtvgot an oversized one for you I'm afraid.09:54
jtvIt's really only two very simple changes, but the diff worked out rather large.09:55
jtvAll context, very little actual change: 989 lines (+199/-169) 42 files modified09:55
adeuringjtv: yeah, I've noticed that. Sorry for the dealy with this repsonse -- needed to make a cup of coffee09:58
adeurings/dealy/delay/09:58
adeuringjtv: r=me10:17
=== 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
jtvadeuring: thanks!10:19
jtvadeuring: up for another one?   https://code.launchpad.net/~jtv/launchpad/bug-668194-fix-api/+merge/3961511:46
adeuringjtv: sure11:46
jtvthanks11:46
=== adeuring changed the topic of #launchpad-reviews to: On call: adeuring || Reviewing: jtv || queue: [] || This channel is logged: http://irclogs.ubuntu.com/ || https://code.launchpad.net/launchpad/+activereviews
=== matsubara-afk is now known as matsubara
adeuringjtv: r=me12:13
adeuringOn call: adeuring || Reviewing: - || queue: [] || This channel is logged: http://irclogs.ubuntu.com/ || https://code.launchpad.net/launchpad/+activereviews12:13
jtvadeuring: thanks once more!12:14
=== mrevell is now known as mrevell-lunch
=== mrevell-lunch is now known as mrevell
henningeadeuring: Hallo! ;)14:05
adeuringmoin henninge14:05
henningeadeuring: Wärst du so nett, bitte? https://code.edge.launchpad.net/~henninge/launchpad/devel-bug-638920-private-branch/+merge/3954014:06
henninge;-)14:06
adeuringhenninge: klar!14:06
henningeadeuring: I'll be switching locations now but will be back here soon.14:07
adeuringhenninge: ok14:07
henningeadeuring: Hi, I am back!14:39
henningeadeuring: Is the topic lying or are you still working on one of jtv's branches?14:40
jtvhenninge: the topic is outdated14:40
jtvfeel free to change it14:40
adeuringhenninge: ouch, I'm looking at your branch...14:40
=== adeuring changed the topic of #launchpad-reviews to: On call: adeuring || Reviewing: henninge || queue: [] || This channel is logged: http://irclogs.ubuntu.com/ || https://code.launchpad.net/launchpad/+activereviews
henningeadeuring: cool ;-)14:42
adeuringhenninge: I've sent a comment about your  branch14:42
jtvadeuring: did you accidentally post your comment on henninge's branch on my MP?15:18
adeuringjtv: gaahhh, thanks for the head-up ...and sorry for the noise!15:19
=== matsubara is now known as matsubara-lunch
henningeadeuring: oh sorry, sound turned off and not paying attention.15:54
henningeadeuring: you are raising a basic question there that will need discussion on the mailing list, I think.15:55
henningeadeuring: Are you ok with the branch if I just add the comments as you requested and leave it to a future branch to reflect the outcome of that discusstion?15:56
adeuringhenninge: yes, that's fine, I think16:00
=== 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
henningeadeuring: cool, thanks.16:01
henningeadeuring: Maybe for symmetrie I should turn has_exports_enabled and uses_bzr_sync into properties, too?16:10
adeuringhenninge: yes, that would be great!16:10
henningeadeuring: done. Thank you very much for the review. ;-)16:21
adeuringhenninge: welcome :)16:21
=== matsubara-lunch is now known as matsubara
=== EdwinGrubbs changed the topic of #launchpad-reviews to: On call: adeuring || Reviewing: - || queue: [Edwin] || This channel is logged: http://irclogs.ubuntu.com/ || https://code.launchpad.net/launchpad/+activereviews
EdwinGrubbsadeuring: can you review https://code.edge.launchpad.net/~edwin-grubbs/launchpad/bug-663861-product-series-timeout-part2/+merge/3963817:12
adeuringEdwinsure17:13
adeuringEdwinGrubbs: sure17:13
=== adeuring changed the topic of #launchpad-reviews to: On call: adeuring || Reviewing: Edwin || queue: [] || This channel is logged: http://irclogs.ubuntu.com/ || https://code.launchpad.net/launchpad/+activereviews
adeuringEdwinGrubbs: can the strings that are soted contain caracters outside the usual ASCII set? (like 'ö')?17:20
EdwinGrubbs adeuring: I'll check, but I don't think the productseries.name is even allowed to contain those characters.17:31
EdwinGrubbsadeuring: the valid_name() constraint only allows a-z, 0-9, "+", ".",  and "-".17:34
adeuringEdwinGrubbs: ah, OK. That makes the sorting more robust :)17:34
adeuringEdwinGrubbs: but I think your example sorting [devfocus, 1, c] doesn't work. I believe the sort order will be [devfocus, c, 1]17:36
adeuringEdwinGrubbs: never mind... misunderstood "devfocus"17:36
adeuringEdwinGrubbs: but how is the code in the file interfaces/branchmergeproposal.py related to the other changes?17:37
EdwinGrubbsadeuring: doh, I made the merge-proposal against devel, when it should be against db-devel. That's why you see branchmergeproposal.py, which I didn't touch. Let me redo the mp.17:41
adeuringEdwinGrubbs: Ahh, ok :)17:41
EdwinGrubbsadeuring: here is the new mp: https://code.edge.launchpad.net/~edwin-grubbs/launchpad/bug-663861-product-series-timeout-part2/+merge/3964317:46
adeuringEdwinGrubbs: thanks!17:46
=== benji is now known as benji-lunch
adeuringEdwinGrubbs: r=me; one minor suggestion18:05
=== 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
EdwinGrubbsadeuring: thanks18:05
=== benji-lunch is now known as benji
=== henninge 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
=== henninge changed the topic of #launchpad-reviews to: On call: - || Reviewing: - || queue: [henninge] || This channel is logged: http://irclogs.ubuntu.com/ || https://code.launchpad.net/launchpad/+activereviews
henningeAnybody up for a 25 lines review?20:00
henningehttps://code.edge.launchpad.net/~henninge/launchpad/devel-bug-666660-poimport-oops/+merge/3965320:00
StevenKhenninge: I've +1'd it, but I need to be mentored20:04
henningeStevenK: thanks ;)20:04
henningeStevenK: how is you mentor?20:04
henningehang on20:04
StevenKthumper, the problem is it's Saturday for him20:05
henningenm20:05
henninge;)20:05
=== henninge 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
henningeStevenK: thanks for taking care of this. I will start my weekend now. Enjoy your Saturday! ;)20:12
StevenKhenninge: I'm at UDS, and it's 3pm :-)20:12
StevenKSo my Saturday will involve stacks of airports and I won't enjoy it.20:13
henningeStevenK: Oh, then enjoy Marks closing remarks and the last night out with the guys ... ;)20:13
henningeStevenK: say hello to Danilo for me ;)20:14
StevenKhenninge: I shall20:14
=== matsubara is now known as matsubara-afk

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