/srv/irclogs.ubuntu.com/2009/10/14/#launchpad-meeting.txt

=== salgado-afk is now known as salgado
=== mrevell is now known as mrevell-lunch
barry#startmeeting15:00
MootBotMeeting started at 09:00. The chair is barry.15:00
MootBotCommands Available: [TOPIC], [IDEA], [ACTION], [AGREED], [LINK], [VOTE]15:00
barryhello everyone and welcome to this week's ameu reviewers meeting.  who's here today?15:00
allenapme15:00
noodles775me15:00
EdwinGrubbsme15:01
gmbme15:01
intellectronicame15:01
bacme15:02
barrygary_poster leonardr bigjools salgado sinzui BjornT  ping15:02
sinzuime15:02
salgadome15:02
gary_posterme and hiya15:02
* sinzui is still having problems with that cat15:02
leonardrme15:02
barry[TOPIC] agenda15:02
MootBotNew Topic:  agenda15:02
barry * Roll call15:02
barry * Action items15:02
barry * UI review call update15:02
barry * ''Adding a check for pop-up help to reviews [mrevell]''15:02
barry * Test dependencies in setup.py [gary]15:02
barry * "Have you added pop-up help? If not, why not?" [mrevell, barry]15:02
barry * Peanut gallery (anything not on the agenda)15:03
barry 15:03
barry[TOPIC] * Action items15:03
MootBotNew Topic:  * Action items15:03
barry * barry to get with mrevell on guidelines migration from old wiki to new15:03
adeuringme15:03
barryi have not done that, but i've pinged mrevell-lunch about it so maybe we'll actually chat about it today ;)15:03
barry * intellectronica and barry to draft guidelines for drive-by cleanups15:03
barryalso not done, but i have a little more information15:03
barryso i've been trying to use bzr-pipelines, which seem pretty cool (in a similar way as looms, but better).  i do think they can help with drive-bys15:04
barrybut they aren't a perfect solution, mostly because diff'ing sometimes gets things wrong-ish15:05
barryor at least not quite what you want15:05
barryi was working on a branch, then realized i had some drive byes i should get independently reviewed15:05
barryi created a lower pipe and merge -i 'd the changes into that branch15:06
barrythen i got the main branch reviewed and ask for a look at the drive byes in the same mp15:06
barrythis seemed to work well, except...15:06
barrysometimes chunks produced by merge -i contained both drive by and substantive differences15:07
barryin that case i just left them in the main branch15:07
barryEOT.  any thoughts, comments?15:07
gary_poster+1 on pipeline15:08
barrygary_poster: have you used them?15:08
gary_poster+1 on getting the pipeline tweaked for what we need15:08
abentleyOh, that was an unfortunate time to walk in.  Guess I'll read the notes.15:08
barryabentley: hi.  i was just relating my experience with pipelines wrt drive-byes15:08
gary_posterI've read about them.  I've used looms.  pipelines look good.  I like abentley. ;-)15:08
barry:-D15:09
barryabentley: out of context, but... <barry> sometimes chunks produced by merge -i contained both drive by and15:09
barry        substantive differences15:09
barryabentley: i don't know what if anything can be done about that15:09
abentleymerge -i into something already containing the drive-bys?15:10
barryabentley: no, sorry.  merging into a new pipe15:10
barryabentley: i'll try to post this to the mailing list, it's fine to respond there instead15:11
abentleybarry: So this is just wanting better than per-hunk granularity.  I have a branch for that.15:11
barryabentley: oh!  yes, and once again, you rock15:11
gary_postersee? :-)15:11
barry:-D15:12
barryabentley: thanks.  let's move on then...15:12
barry * ''Adding a check for pop-up help to reviews [mrevell]''15:12
barrymrevell-lunch: are you around?15:12
barryi guess not15:13
barryanyway, my understanding of this is that mrevell-lunch wants us to ask about adding pop-up help when reviewing a branch15:13
barryhe says it's easy to add15:13
barryi'll leave this on the agenda for now though in case he wants to say more15:14
barry * Test dependencies in setup.py [gary]15:14
barrygary_poster: you're up15:14
gary_posterI sent an email Oct 8 about "test what you fly, fly what you test".  The subject was "Including test dependencies in our package releases," sent to the launchpad-dev list.  It only started getting replies yesterday (thanks barry!).15:14
gary_posterI won't repeat it here unless someone requests it.  It would be nice to have a consensus that what I proposed is our expected/desired approach for our standalone libraries.15:14
gary_posterI'm hopeful it is not contentious, since the only concrete reply was Barry's, which seemed to agree with me.  Maybe we can agree now, or maybe we can give the email another week for replies, and then declare it policy.15:14
gary_posterThoughts?15:14
* barry only thought is that gary_poster types fast15:15
gary_poster:-)15:15
abentleygary_poster: In the absence of a recognized test-dependencies concept, I'm all for it.15:15
barryme too15:16
gary_posterabentley, we can do that.  setuptools and/or distutils has that support.  So perhaps there's room for contention afterall.15:16
gary_posterafter all15:16
sinzuiIn my latest release for another project, is did this because the user are willing to provide good debugging information if you remove the barriers15:16
jml+1 to more contention.15:16
gary_posterheh15:16
* jml relurks15:16
sinzuis/is/I/15:16
abentleygary_poster: So, it worries me that we might depend on something without having deliberately chosen to.15:16
abentleygary_poster: But it's more of a theoretical thing.15:17
=== mrevell-lunch is now known as mrevell
gary_posterabentley: "we" the user of the library, or "we" the creator of the library?  Not quite sure I understand15:18
abentleygary_poster: We the user of the library.15:18
sinzuigary_poster: I think the problem here is the dependency can be large, or complex. In my case, I  had to use fakes to make the test deps portable. I do not think we want to do this. (but man, is the test fast!)15:18
abentleygary_poster: For example, I'd be scared if Mocker was a real dependency of Launchpad.15:18
abentleygary_poster: But if it was a test dependency, that would be fine.15:19
barryabentley: how would that work in practical terms?  when would the dependencies get pulled in?15:19
gary_posterabentley: I can understand that from a theoretical perspective.  From a practical perspective, if we regard automated tests as our primary tool for quality (as opposed to, say, manual QA) then I don't see a way around it15:20
gary_posterthat is15:20
gary_posterI don't see a reasonable way to guarantee that Mocker is a test dependency and not a "real" dependency15:20
abentleybarry: Sorry, I didn't even know setuptools supported test dependecies.  I certainly don't know how they work.15:21
gary_posterYou said "But it's more of a theoretical thing," so does that mean we are on at least similar pages?15:21
abentleygary_poster: Yes, it's more of a niggle than a real concern.15:22
gary_postercool15:22
gary_posterand understood15:22
barrygary_poster, abentley thanks.  for now, i think we're agreed including the test dependency (in the usual case) is about the best we can do15:23
gary_postercool15:23
barrymrevell: is !away.  mrevell do you want to have a word about pop-up help?15:23
mrevellHi barry, sorry I had to run out. Yes, I'd love to please if that's okay.15:24
mrevellMy apologies.15:24
barrymrevell: no worries, and the floor is yours15:24
mrevellI'd like to propose that a check for in-line help be added to code reviews. Maybe it should be ui reviews.15:24
mrevellI think that when we add a new15:25
mrevellfeature/page we should consider whether everything on that page is self-evident to our less-experienced users.15:25
mrevellIf not, we should consider adding in-line help using the pop-up system. I'd be more than happy to write that help or review any help.15:25
mrevellAny thoughts?15:25
barrymrevell: +115:26
mrevellGreat :) Heh.15:26
barrymrevell: i had a review last week (maybe bac's branch?) where i asked for a popup help.  mrevell tell them how easy it is to add such help <wink>15:26
mrevellbarry: Ah yes, it is very easy indeed.15:27
mrevellAll you have to do is add an HTML file in the right place (there's a template and there are instructions at15:27
mrevellhttps://dev.launchpad.net/PopUpHelp)15:27
mrevelland then place a link in your page with a target of "help"15:27
mrevellthat automatically brings in the JS to create the pop-up and call in your help page in that pop-up.15:28
mrevellSo, I'd like to say that I see this as a real priority for my time so if you need my help or review or whatever when producing pop-up help, please do ask me.15:28
sinzuiI have used this. It is very easy to create help15:28
mrevellOr suggest that the person whose branch you're reviewing contact me.15:28
barrymrevell: how would you like to flesh out https://dev.launchpad.net/DeveloperDocumentation/UserInterfaceChecklist which is linked off of https://dev.launchpad.net/StyleGuides but empty?15:29
mrevellbarry: I'll do that! Thanks very much everyone.15:29
barrymrevell: thanks!15:30
barry[ACTION] mrevell to flesh out UserInterfaceChecklist15:30
MootBotACTION received:  mrevell to flesh out UserInterfaceChecklist15:30
barry[TOPIC] peanut gallery15:30
MootBotNew Topic:  peanut gallery15:30
barrythat's all i have for today.  do you have anything on your mind?15:30
abentleyDoes anyone else find they're creating a lot of HTML fragment URLs?15:31
intellectronicayeah15:31
intellectronicawell, i did in the past, but there's plans for more of them15:31
abentleyI think it would be nice if we could retrieve particular IDs as HTML, or maybe address views directly.15:32
abentleyBy particular ids, I mean HTML IDs.15:32
intellectronicaabentley: what do you mean by 'retrieve particular IDs'?15:32
noodles775mrevell: there might be some overlap between that UI checklist page above and https://dev.launchpad.net/UI/Reviews15:32
intellectronicaah, you mean addressing an element within a page on the server?15:32
abentleySo where you have <body><p id='lobster>I am a lobster</p></body>, you could retrieve just the lobster.15:33
intellectronicaabentley: how will you use that?15:33
barrynoodles775, abentley maybe that link should just be updated?15:33
intellectronicain all the cases i've used fragments it was to load separately complex pages. rendering the entire page for each fragment would not work for me15:33
noodles775barry, mrevell - yep.15:34
abentleyintellectronica: There's a page that displays a comment, but I need the comment's HTML fragment, so I'd retrieve just that.15:34
intellectronicaabentley: surely, rendering all the comments just to get one of them doesn't make much sense15:34
intellectronicaor are you suggesting somehow only rendering the requested fragment?15:34
abentleyintellectronica: Right, but as I said, there's a page that displays a comment, not all of them.15:35
intellectronicaabentley: also, for this particular use case, you should use the api15:35
intellectronicaah right, missed that15:35
intellectronicaabentley: have you seen how it's done for bug comments?15:35
intellectronicab.t.w this isn't really a reviews-related topic, is it?15:36
abentleyintellectronica: Yes, and that approach was the first thing I tried.15:36
intellectronicaabentley: i remember from the list thread that you didn't like having to have a retrieve operation subsequent to posting, but assuming that's fixed, why not continue with this approach?15:37
abentleyintellectronica: The approach I'm continuing with is retrieving an HTML fragment.15:37
abentleyintellectronica: So I have to create a URL for the fragment to live at.15:38
intellectronicaabentley: but why are you using that approach? ideally we should do things the same way across LP15:38
abentleyintellectronica: I'15:38
abentleyintellectronica: I'm using that approach because it works, and the bugs approach did not.15:39
barryabentley, intellectronica i do think we're leaving the realm of reviewer topics, so let's continue this on-list15:39
abentleybarry: Okay.15:39
mrevellnoodles775: Did you just kill the UIChecklist page?15:39
intellectronicaabentley: what didn't work about it? maybe we should aim at fixing whatever that was rather than create another way of doing things?15:39
intellectronicabarry: yeah, sorry15:39
abentleyintellectronica: This is hardly another way of doing things.15:39
barryno worries15:39
barrydo we have any other topics for today?15:40
noodles775mrevell: nope? didn't touch it... just pointed out that https://dev.launchpad.net/UI/Reviews has lots of this info. barry said earlier that the other page was empty?15:40
mrevellnoodles775: Ah, yeah, it seems to be.15:40
mrevellI'll pop in a redirect15:40
barryokay, i think we're done15:40
barry#endmeeting15:40
MootBotMeeting finished at 09:40.15:40
barrythanks everybody!15:41
intellectronicathanks barry15:41
=== salgado is now known as salgado-lunch
=== salgado-lunch is now known as salgado
=== EdwinGrubbs is now known as Edwin-lunch
=== Edwin-lunch is now known as EdwinGrubbs
mwhudsonhi22:01
barry#startmeeting22:01
rockstarni!22:01
MootBotMeeting started at 16:01. The chair is barry.22:01
MootBotCommands Available: [TOPIC], [IDEA], [ACTION], [AGREED], [LINK], [VOTE]22:01
barryhi!22:01
barryhow are things going today?22:01
rockstarGood.22:01
mwhudsonyes, not bad so far22:01
barryi've been playing with pipelines a lot lately22:02
barrythey seem very cool, once i sorta wrapped my head around lightweight checkouts22:02
rockstarbarry, awesome.  abentley and I have talked a few times about how to make them better with launchpad.  Ideas are welcome.22:02
barryrockstar: very cool.  i'm working on some notes and i've filed one bug so far22:03
barrythe python2.5/2.6 sprint is going well.  we're making lots of progress.  i think we might actually finish 2.5 migration this week22:03
barrywhich would give us all next week to do 2.622:03
mwhudsonbarry: _awesome_22:04
barrymwhudson: yeah.  i am /highly/ motivated to get this done :)22:04
barryand we're getting excellent community participation from maxb and simon-o22:04
barryso let's see. at ameu we talked about including test dependencies (gary's test what you fly, fly what you test)22:05
barrywe talked about popup help22:05
barryand we talked about html fragments (which i think abentley emailed the list about)22:06
barryany of that interesting?  do you have anything else you want to talk about?22:06
mwhudsonthe problem with test dependencies kinda boils down to "zope'22:07
mwhudsons packaging is ridiculous" doesn't it?22:08
barryyeah ;)22:08
barrymwhudson: did you know lazr.restful pulls in zodb3?!22:08
mwhudsonbarry: only because you've mentioned it a few tiems22:08
barry:)  it just amazes me22:09
rockstarI think abentley's discussion, since it's on the list, should continue on the list, but I have things to say about it.22:09
mwhudsonyeah, i don't have any thing to bring up i think22:09
barryrockstar: +122:10
barrycool.  if there's nothing else, shall we call it?22:10
rockstarbarry, sure.22:10
=== salgado is now known as salgado-afk
barrycool.  thanks guys22:11
barry#endmeeting22:11
MootBotMeeting finished at 16:11.22:11

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