[04:08] lifeless: https://code.launchpad.net/~thumper/launchpad/blueprint-enums/+merge/39726 ? === EdwinGrubbs is now known as Edwin-zz === Edwin-zz is now known as Edwin-zzz [04:08] thumper: I will look tomorrow am. I am fucked ;) [04:09] lifeless: np, perhaps aaron will look on his am [04:10] thumper: sorry, just have trouble staying awake even :) [04:10] lifeless: np [04:10] I understand === henninge changed the topic of #launchpad-reviews to: On call: henninge || Reviewing: - || queue: [] || This channel is logged: http://irclogs.ubuntu.com/ || https://code.launchpad.net/launchpad/+activereviews === mrevell is now known as mrevell-lunch === deryck_ is now known as deryck === mrevell-lunch is now known as mrevell [14:36] Hey henninge, care to review a help change for me? [14:36] henninge, https://code.launchpad.net/~matthew.revell/launchpad/also-affects-help-bug-117460/+merge/39751 === sinzui changed the topic of #launchpad-reviews to: On call: henninge || Reviewing: - || queue: [sinzui, sinzui, sinzui] || This channel is logged: http://irclogs.ubuntu.com/ || https://code.launchpad.net/launchpad/+activereviews === sinzui changed the topic of #launchpad-reviews to: On call: henninge || Reviewing: - || queue: [sinzui, sinzui] || This channel is logged: http://irclogs.ubuntu.com/ || https://code.launchpad.net/launchpad/+activereviews [14:39] mrevell: sure === mrevell changed the topic of #launchpad-reviews to: On call: henninge || Reviewing: - || queue: [sinzui, sinzui,mrevell] || This channel is logged: http://irclogs.ubuntu.com/ || https://code.launchpad.net/launchpad/+activereviews [14:40] oh, thanks henninge [14:54] mrevell: the "read more" link should probably not open in the pop-up window .... ;-) === henninge changed the topic of #launchpad-reviews to: On call: henninge || Reviewing: mrevell || queue: [sinzui, sinzui] || This channel is logged: http://irclogs.ubuntu.com/ || https://code.launchpad.net/launchpad/+activereviews [14:54] henninge, Oh! Damn. Yes. [14:55] mrevell: what's the "invisible-link" span for? [14:56] henninge, Hmm. I'm not certain. I cargo-culted the HTML from the help link next to the "add tags" link below it. allenap, I think, implemented that, am I right allenap? [14:57] it may be about graceful degradation. Let me try that. [14:58] mrevell: I don't remember :-/ === stub1 is now known as stub [14:58] If I did, I probably cargo-culted it from somewhere else too. [14:59] I think graceful degradation seems most likely [15:03] I could not reproduce it but I assume it triggers a context pop-up on the link. [15:04] mrevell: with that "read more" link fixed, r=me ;-) [15:05] thanks henninge. [15:05] Maybe it's a good idea to raise the ivisible links question somewhere (meeting, ml), to check if it really still serves a purpose. [15:11] henninge, Will do. I've actually just changed the branch slightly. I have now included a patch that Bryce attached to the bug report. It adds some explanatory text to the +choose-affected-product page. Would you please be able to take a look at the updated MP? [15:12] mrevell: I just put it as an item on the reviewer's meeting agenda. I am sure we'll have an answer there. [15:13] Ah thanks henninge [15:18] mrevell: r=me. Thank you for that addition [15:18] thanks henninge [15:19] mrevell: have fun landing that branch ... we have been in testfix for quite a long time now. [15:19] henninge, Yes, so I understand :( === henninge changed the topic of #launchpad-reviews to: On call: - || Reviewing: mrevell || queue: [sinzui, sinzui] || This channel is logged: http://irclogs.ubuntu.com/ || https://code.launchpad.net/launchpad/+activereviews === benji is now known as benji-lunch === deryck is now known as deryck[lunch] [16:15] sinzui: Hi! [16:15] hi henninge [16:15] sinzui: can you please check why your MP has such a large diff? [16:15] https://code.edge.launchpad.net/~sinzui/launchpad/merge-karma-1/+merge/39623 [16:17] henninge, oops [16:17] henninge, I will re-request that to the correct env [16:18] sinzui: cool. === henninge changed the topic of #launchpad-reviews to: On call: henninge || Reviewing: sinzui || queue: [sinzui] || This channel is logged: http://irclogs.ubuntu.com/ || https://code.launchpad.net/launchpad/+activereviews === henninge changed the topic of #launchpad-reviews to: On call: henninge || Reviewing: sinzui || queue: [] || This channel is logged: http://irclogs.ubuntu.com/ || https://code.launchpad.net/launchpad/+activereviews === benji-lunch is now known as benji === deryck[lunch] is now known as deryck === sinzui changed the topic of #launchpad-reviews to: On call: henninge || Reviewing: sinzui || queue: [sinzui] || This channel is logged: http://irclogs.ubuntu.com/ || https://code.launchpad.net/launchpad/+activereviews [17:50] sinzui: r=me coming in by mail ;-) Just some comments on comments and my usual multi-line if condition [17:51] comment ... === henninge 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 === 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 [17:51] henninge, thanks. I will clean up my branch === abentley changed the topic of #launchpad-reviews to: On call: abentley || Reviewing: sinzui || queue: [] || This channel is logged: http://irclogs.ubuntu.com/ || https://code.launchpad.net/launchpad/+activereviews [18:04] sinzui: why is all the DB manipulation in SQL rather than Storm expressions? [18:05] abentley, because we are by-passing caches and constraints to dismantle the object [18:05] sinzui: SQL can bypass constraints? [18:06] abentley, All this may change in a few months when merge itself is changed to a job and possibly a garbo [18:06] abentley, no mode contraints [18:06] model [18:08] sinzui: are you bypassing model constraints in this patch, or just following the existing style? [18:09] abentley, I am following the existing style. It believe it is from 2006 [18:10] sinzui: on 33, is "if result" equivalent to "if result is not None"? If so, please use the latter. [18:10] abentley, the merge code is funky, but we are reimplementing all of it in the next 3 months [18:12] abentley, I will fix all the merge code ``if result is None:`` [18:13] sinzui: even better. Thanks. [18:13] sinzui: I think it's actually "if len(result) > 0", though. [18:14] sinzui: no, my bad. [18:14] sinzui: Not used to reading direct SQL manipulation. [18:14] me neither [18:16] sinzui: aside from that, everything looks good to me. [18:17] fetchone is pretty ambiguous in the code. I see this as an example in the same module: ``bool(cur.fetchone()[0])`` [18:18] sinzui: So that would evaluate the truth of the zeroth column. [18:19] yes, I see that now [18:20] sinzui: http://www.python.org/dev/peps/pep-0249/ says it returns None when no more data is available. [18:21] I found the DB-API docs. yes None if there are no more rows in the resultset === 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 [20:01] abentley: take a look at the exciting https://code.launchpad.net/~leonardr/launchpadlib/ask-for-desktop-integration/+merge/39772 [20:01] leonardr: ack === abentley changed the topic of #launchpad-reviews to: On call: abentley || Reviewing: leonardr || queue: [] || This channel is logged: http://irclogs.ubuntu.com/ || https://code.launchpad.net/launchpad/+activereviews [20:08] leonardr: Looks good. I think you've added an unnecessary blank line at 287. It's nice to see that big email thread actually produced results. === 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 === abentley 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