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

wgrantStevenK: https://code.launchpad.net/~wgrant/launchpad/bug-692114-recipes-main-component/+merge/44184 would enjoy your perusal.01:50
StevenKAre you sure?01:50
StevenKwgrant: Can't you use IArchive.getComponentsForSeries()?01:52
wgrantStevenK: I considered that, but how?01:54
StevenKIDistribution.current_release ?01:54
wgrantWhich component do I take from that list?01:54
StevenKIt's for a PPA, so it should always be main, and it allows us to extend recipes without having to change that bit, right?01:55
wgrantStevenK: But if an archive has more than one component, which one do I pick?01:55
StevenKAnd that really does sound like swapping one hard code for another01:57
wgrantYes.01:58
wgrantWe will need a proper solution eventually.01:58
wgrantBut it is larger than just getComponentsForSeries.01:58
StevenKthumper: ^ when you have a sec01:59
thumperdone02:09
wgrantThanks StevenK, thumper.02:10
wgrantStevenK: Around for another one?04:52
StevenKwgrant: Suppose05:04
wgrantStevenK: https://code.launchpad.net/~wgrant/launchpad/bug-685401-expired-queue-files/+merge/4419005:05
wgrantIt will be good when we have five qualified reviewers here.05:05
StevenKwgrant: +1, but I'm not sure if thumper is still around05:09
wgrantHopefully not.05:09
wgrantThanks.05:09
StevenKwgrant: Looks like your MP is +1 from thumper too06:14
wgrantStevenK: Indeed, thanks.06:16
wgrantThanks thumper.06:16
thumperwgrant: np06:21
StevenKthumper: You could have a look at my +34/-7 MP if you have time -- a no, bugger off is perfectly fine06:23
thumperStevenK: link?06:26
StevenKthumper: https://code.launchpad.net/~stevenk/launchpad/text_to_html-no-linkify/+merge/4419206:29
thumperdone06:31
jcsackettanyone available to review https://code.launchpad.net/~jcsackett/launchpad/better-bug-linking-531889/+merge/4409814:15
leonardrjcsackett, i'll take it14:18
jcsackettthanks, leonarder.14:18
jcsacketter, leonardr.14:18
* leonardr is now even leonarder14:18
leonardrjcsackett: i'm not sure why you left the ? in the regular expression14:20
leonardreg. you went from number\.? to number?14:20
leonardrwhich i think will match either "number" or "numbe"14:21
jcsackettleonardr: you are correct; i should switch that to (number)?, i think.14:21
jcsackettno, wait, number i already part of a ?'d group.14:21
leonardryeah14:22
leonardrjust take out the ?14:22
jcsackettokay, i'll just remove that '?'. good spot. :-)14:22
=== bac` is now known as bac
leonardrjcsackett: what's the change on line 69 of the diff?14:25
leonardrare these just spacing/line formatting chagnes at the end?14:25
jcsackettleonardr: just fixing indentation in that broken up string.14:26
jcsackettthat line should be aligned with the two lines above it that it's part of.14:26
leonardrjcsackett: r=me with that change14:27
jcsackettleonardr: thanks, and thanks for the review!14:28
leonardrnp14:28
=== sinzui changed the topic of #launchpad-reviews to: On call: - || Reviewing: - || queue: [ sinzui] || This channel is logged: http://irclogs.ubuntu.com/ || https://code.launchpad.net/launchpad/+activereviews
leonardrEdwinGrubbs, can you take a look at benji's review of https://code.launchpad.net/~leonardr/launchpadlib/retry-on-invalid-token/+merge/43784 ?15:01
EdwinGrubbssure15:01
=== abentley changed the topic of #launchpad-reviews to: On call: abentley || Reviewing: - || queue: [ sinzui] || This channel is logged: http://irclogs.ubuntu.com/ || https://code.launchpad.net/launchpad/+activereviews
=== deryck is now known as deryck[lunch]
=== abentley changed the topic of #launchpad-reviews to: On call: abentley || Reviewing: - || queue: [ ] || This channel is logged: http://irclogs.ubuntu.com/ || https://code.launchpad.net/launchpad/+activereviews
EdwinGrubbsleonardr: review sent17:12
leonardrthanks17:13
allenapabentley: Do you have time for https://code.launchpad.net/~allenap/launchpad/bug-activity-grouping-bug-353890/+merge/44247? It's quite long, but a lot of it is doctest/import change noise.17:16
abentleyallenap, okay.17:18
allenapabentley: Thanks.17:19
=== abentley changed the topic of #launchpad-reviews to: On call: abentley || Reviewing: allenap || queue: [] || This channel is logged: http://irclogs.ubuntu.com/ || https://code.launchpad.net/launchpad/+activereviews
allenapabentley: I need to head off in about 20 minutes, so please kick it back if you'd prefer for me to be available.17:19
abentleyallenap, there's a lot here.  Maybe it's better to get a proper review tomorrow.17:25
allenapabentley: Okay, I'll do that. Thanks.17:25
allenapabentley: Okay, I'll do that. Thanks.17:25
abentleyallenap, tx.17:26
=== abentley changed the topic of #launchpad-reviews to: On call: abentley || Reviewing: - || queue: [] || This channel is logged: http://irclogs.ubuntu.com/ || https://code.launchpad.net/launchpad/+activereviews
=== deryck[lunch] is now known as deryck
=== benji is now known as benji-lunch
=== benji-lunch is now known as benji
abentleythumper, https://code.launchpad.net/~abentley/launchpad/move-reviewer-selection/+merge/4425021:08
abentleythumper, here's the other: https://code.edge.launchpad.net/~abentley/launchpad/more-diff-update-msg/+merge/4428821:18
thumperdone21:26
abentleythumper, thanks.21:28
abentleythumper, that first one was my first use of soupmatchers.  Kinda undocumented, but looks powerful.21:28
thumperyeah21:29
james_wabentley, what sort of documentation were you looking for?21:54
abentleyjames_w, it seemed to lack documentation of parameter types.  I didn't find anything that told me I needed to use HTMLContains, either.21:56
james_wabentley, did you find the README?21:56
abentleyjames_w, no.  I don't usually look for that.21:56
james_wok21:56
abentleyjames_w, I read the source.21:56
james_wok21:56
abentleyjames_w, Within doesn't mention that its inputs need to be tags.  I tried HTML ids first.21:59
james_wabentley, do you think that the API should be improved, or it was just confusion from poor documentation?22:00
abentleyjames_w, It would definitely be nicer if the DocumentPart matchers worked on HTML strings.22:03
james_wabentley, so you can type '<a class="foo">' and it will parse it to get the match spec?22:03
abentleyjames_w, right.22:04
james_wseems feasible22:04
abentleyjames_w, it would also be nice if there was a shorthand for Tag('foo', None, attrs={'id': 'foo'})22:04
james_wyeah22:05
abentleyjames_w, this is my test: http://pastebin.ubuntu.com/546111/22:08
abentleyjames_w, ideally it would be assertThat(browser.contents, Not(tag_id('field.reviewer').within(tag_id(''mergeproposal-extra-options))) or something.22:10
james_wright22:10

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