/srv/irclogs.ubuntu.com/2004/10/31/#launchpad.txt

sabdflthe one(s)  that also have overrides and other tables...12:00
sabdfli'm trying to keep files to have t-4 closely related classes max12:01
sabdfl1-412:01
Kinnisonoh12:01
KinnisonI'm going to end up with large numbers of classes for the views Lucille uses for publishing12:01
KinnisonI'll have to think about how to split them up12:01
(dilys/#launchpad) Merge to rocketfuel@canonical.com/launchpad--devel--0: added portlets and images (patch-644)12:01
(dilys/#launchpad) Merge to rocketfuel@canonical.com/launchpad--devel--0: Fixed the sequence number when reusing the same import object, it should be reset to zero again (patch-645)12:11
ddaahey lifeless!12:31
ddaahitting a problem I know well with zenity.12:31
ddaaIt seems that "cvs update -p" is sometimes yield corrupt data when the file is a binary file (e.g. a png) but the cvs repo does not sets its keyword expansion to -kb.12:33
ddaaThe corruption translates into a totla.ValidationFailed for several binay files in zenity.12:34
ddaalifeless: I had the same problem with texmacs. I had worked around it by adding a judicious -kb in one of the the cvs commands. What are the choices of cscvs regarding keyword expansion. Are you aware of that issue? How do you handle it?12:36
carlosSteveA: ping12:37
BradBi want to perform the trivial, 5 second task of committing just one file on a commit. i tla add filename, tla commit -s "something with filename" -- filename, and get: make-changeset-files: file missing from ORIG tree (filename). How do i perform this trivial task with tla?12:40
BradBi read the relevant part of the wiki, didn't understand was daf's note meant, and just went ahead with the above, but apparently Guessed Wrong.12:40
BradBs/was daf's/what daf's/12:40
carlosBradB: I suppose you should add also the id for that file12:41
lifelessddaa: we do whatever cvs repo does.12:41
carlosBradB: from .arch-ids12:41
BradBcarlos: ew, yeah, that sounds like a nasty bug :)12:41
ddaaiirc the pb is the cvs repo is inconsistent12:42
carlosBradB: well, you should add the id inside the file, instead of using tla add :-)12:42
BradBcarlos: but hmm, tla tree-lint doesn't show it.12:42
BradBcarlos: ew, no thanks :)12:42
lifelessif we don't, then there is no way for someone coming across to tell what cvs revision that file patch-level came from.12:42
carlosuuidgen12:42
ddaathat would need some testing, but I remember that the problem only appears with the -p option... so regular cvs users never see it.12:42
carlosBradB: it does not show it because add did the job, you need to add the id file to the commit command12:43
carlosBradB: so you commit both files at the same time12:43
BradBouch, that sounds nasty12:43
=== ddaa hums a "baby jesus crying" tune
ddaalifeless: I'm surprised that you never ran into that issue befor.12:43
lifelessyou mean -P or -p12:44
lifeless?12:44
ddaa-p, output to stdout instead of file12:44
lifelesswell, we don't use that at all12:44
lifelesswe talk CVS natively now.12:44
ddaayou so do12:44
lifelessits there if we fall back to invoking cvs12:44
ddaayou are using cvs when talking to remote repos, right?12:45
lifelessno, native implementation12:45
ddaain cscvs/modules/CVS/__init__.py12:45
ddaaMhh... that woush explain why my old trustworthy fix did nothing...12:46
lifelesssee getFileRevisionStat in Module12:46
lifelesswhat repo is getting corrupted this way ?12:46
ddaathe one that needed fixing was getFileRevision12:46
ddaabut as I said that fix does not seem to work anymore...12:46
ddaalifeless: zenity, during the sync12:47
ddaaseveral changed png file12:47
ddaaI check that the first one does not have the -kb bit.12:47
ddaa*checked12:47
lifelessddaa: ok, so the first thing would be to (via interactive python, for ease) try getFileRevisionStat on the file and see if that works better12:49
ddaaHow do I know the relevant revision?12:49
ddaaI know, that's the revision of the file in the cvsworking...12:50
lifelesswell, when did you see the error? at the end ?12:50
ddaaa fatal error, by definition, is always at the end.12:50
lifelessduring the cross-check phase I mean ?12:50
ddaacscvs.cmds.totla.ValidationFailed12:51
lifelessoh, now thats plain silly12:51
ddaaI see only one place where that's raised, and that's the cross-check12:51
lifelessfoo.original is caught by tlas .orig matching.12:51
lifelessthats a BUG12:51
lifelessddaa: ok, in which case the revision is just the latest on HEAD - which will be the one in cvsworking12:51
ddaaI cated both files, and the cvs one has some extra junk at the end.12:53
lifelesswhich the tla one lost ?12:53
lifelessok. can you try:12:53
lifelessimport CVS12:53
ddaaNo, that looks like premium junk.12:53
lifelesstree=CVS.tree(cvsworking)12:53
ddaathat makes gimp complain.12:53
ddaaetc.12:53
lifelessso the cvs one is corrupt, not the tla one ?12:53
ddaaYeah. Now, lemme check I get the correct one with a plain cvs update...12:54
lifeless(we are not meant to write to the cvsworking tree at all, that should be what was checked out)12:54
ddaaMy point is that sometimes we do not get what would be checked out by the usual means.12:55
lifelessyeah, I get that12:55
lifelessI'm trying to help you track down where the bug is12:55
lifelessI think we can disable the mode cache completely with the improvements we've had since it was first put in12:58
lifelessI'm going to test without it..12:58
ddaaInteresting... plain update and checkout gives the same corrupted crap.12:58
lifelessright12:58
lifelessso thats whats in cvs.12:58
lifelessthats what we bring to tla.12:58
lifelessso the bug is that we dropped that crap.12:58
ddaawait a min,,,12:58
ddaaha, mea culpa12:59
ddaaaccording to the gimp, the corrupted one is the tla one01:00
ddaaso the world makes sense again01:00
ddaahuhu... that might be a discrepancy between the cvstarball and the remote cvs repo...01:00
lifelesswell, for now.. we want tla to accurately represent the cvs tarbal contents.01:01
lifelessif thats corrupt, its a separate issue.01:01
lifelessso, you've found a path that leads to data mismatch.01:01
ddaathat's the fact01:02
lifelessthere are two possibilities that could be happening.01:02
=== ddaa resets the speculator
lifeless1) the file has a default branch.01:02
lifeless2) the data is being mangled01:02
lifelesslets check one first.01:02
lifelessis there a 'branch: ...' statement in the log for that file?01:02
ddaathe data mismatch is some missing bytes at the end of the file, so probably 2.01:02
lifeless(just run cvs log)01:02
dafcarlos: I'd like to review first01:02
dafcarlos: but you think it's ready?01:02
ddaalifeless: nope01:03
ddaaI mean yes, but it's empty.01:03
carlosdaf: yes01:03
lifelessin which case its two.01:03
carlosdaf: all tests pass01:03
carlosdaf: I was adding the comments as stub asked me yesterday01:03
lifelessddaa: can you now try01:03
lifelessimport CVS01:03
carlosso it's ready to comment01:03
lifelesstree=CVS.tree('cvsworkingpath')01:04
cprovgood night all01:04
=== cprov [~cprov@200.158.100.251] has left #launchpad ["Leaving"]
carlosjust detected a funny bug with the sample data script that will break the sample data when it's regenerated :-(01:04
lifelessdata=tree.getFileRevision(filename, revisionstring)01:04
carlospotmsgsets are imported after pomsgsets01:04
carlosand pomsgsets need potmsgsets...01:04
lifelessfile=open(tempname, 'w')01:04
lifelessfile.write(data)01:04
carlosI will mail now to launchpad about it01:04
lifelessfile.close()01:04
lifelessand see if that is corrupt01:04
dafcarlos: a bug on your branch or for the main branch or both?01:04
lifelessthen try a second time, but get the data via01:05
ddaalifeless: note that my cvsworking, created from scratch by the sync job is clean.01:05
carlosdaf: it's not a bug with our code but with pg_dump01:05
ddaaThat's the content of the tla archive which seems corrupt.01:05
carlosor the schema's Makefile01:05
dafcarlos: both then?01:05
lifelessdata=tree.module().getFileRevisionStat(filename, revisionstring)[0] 01:05
ddaaSo the bug occured at some point in the past and was not caught. In addition that file has exactly one revision.01:06
carlosdaf: yes01:06
lifelesssure.01:06
ddaaok01:06
carlosdaf: but it's an external bug...01:06
lifelesslook in StorageLayer.py _get and _get_file_with_perms to see the two code paths.01:06
lifelessI'm /right now/ making that one code path.01:06
dafcarlos: what I wanted to know was which branches it was causing problems on01:06
carlosdaf: only in mine01:07
carlosbecause the new table01:07
carlosdaf: all my changes are mirrored now at chinstrap01:09
dafcarlos: cool01:11
ddaamh... I do not understand, but I'll do what you ask,01:11
lifelessI'm /right now/ making that one code path.01:14
lifelessbah01:14
lifelessddaa: so, what I'm asking you to do is to verify which of the two means of getting the file is causing the corruption01:14
ddaaokay (placing my bets)01:15
lifelessI'm sure you are right. but we can't easily write a test until we know what the precise cause is.01:16
lifelessand we sure ain't fixing this without a test.01:16
ddaalifeless: I won my bet01:24
ddaaThe answer is "none", the file is correct using both methods.01:25
ddaai.e. the file is what is in the cvsworking but not in the tlaworking01:25
lifelessok, what do you think is the problem then? because those two methods are how the file gets to tlaworking01:25
ddaamh...01:26
=== elmo_ [~james@host217-37-231-28.in-addr.btopenworld.com] has joined #launchpad
ddaawait a min, maybe it has been using my fix or something...01:26
lifelessyeah, please do do it with the untouched code :)01:26
(dilys/#launchpad) Merge to rocketfuel@canonical.com/launchpad--devel--0: added a generic way to send mail in LP and the beginnings of event handling for bugs, including notifications going out when a comment is added to a bug (patch-646)01:26
ddaalifeless: I have undone, but I'm not absolutely sure I did so before starting python.01:27
lifelesslol01:27
ddaaHehe01:30
ddaaMy fix was indeed correct :-)01:30
lifelessddaa: what was your fix ?01:30
ddaathe problem is with tree.getFileRevision01:30
lifelessmodule.getFileRevisionStat's legacy code path probably suffers too01:31
ddaaadd -kb to the cvs update if the name of the file ends in .png01:31
lifelessoh man01:31
ddaaThere might be better ways...01:31
lifelessthats not a fix.01:31
ddaaThat was a testing hack...01:31
lifelessdoes getFileRevisionStat() work ?01:31
lifelessif so, we'll change _get to use that01:32
ddaaIt seems too.01:32
lifelessbecause that is a fix.01:32
ddaa*it seems to work01:32
lifelessok, please make it use that, in whatever way is easiest.01:32
ddaaokay.01:33
ddaabtw, your "native" implementation is a python reimplementation of the cvs client functionality we need?01:33
lifelessyes01:33
=== ddaa laughs nervously
ddaarouting around damage...01:34
lifelesswritten in oxford01:34
ddaaWell, the 5 imports/day target it still far, but given time they will be assimilated [:-] 01:35
ddaaI am buildbot of canonical. Resistance is futile. You will be imported. Your specificity will enrich our archives.01:36
ddaaOk. Will do tomorrow. Time to sleep.01:37
=== BradB is now known as BradB|away
=== BradB|away is now known as BradB
stubSteveA: ping03:37
(dilys/#launchpad) Merge to rocketfuel@canonical.com/launchpad--devel--0: Rename vocabulary -> vocabularies for consistency. Consolidate PackageReleaseVocabulary (patch-647)03:47
stubBradB: Can you confirm if the latest Makefile changes will keep Limi running for the time being?04:00
BradBstub: What am I checking? :)04:14
stubThat 'createlang plpythonu' failing won't kill the entire process mainly, and extra points if 'select valid_name('hello')' doesn't blow up.04:16
BradBThe former seems to work okay; how do I test the latter?04:33
BradBlaunchpad_test=> select valid_name('hello');04:34
BradBERROR:  function valid_name("unknown") does not exist04:34
BradBHINT:  No function matches the given name and argument types. You may need to add explicit type casts.04:34
stubPoo05:03
(dilys/#launchpad) Merge to rocketfuel@canonical.com/cscvs--devel--1.0: fix occasional data corruption due to cvs stdout being broken (patch-34)05:15
stubBah.... works here :-(05:37
=== BradB [~bradb@modemcable165.196-131-66.mc.videotron.ca] has joined #launchpad
=== BradB is now known as BradB|zzz
=== mako [~mako@micha.hampshire.edu] has joined #launchpad
SteveAstub: ping09:00
SteveAor rather, pong09:01
stubYo.09:01
stubI was just wondering if you knew how to extract the source code of a function off the top of your head09:02
stubthefunction.func_code.co_firstlineno and thefunction.func_code.co_filename get me most of the way there09:10
stub(in fact, all of the way in my use case, but there might be a nicer way)09:11
SteveAdon't know what else you can do09:24
SteveAI just took a skim through the code to apidoc, but that doesn't do anything fancy09:24
SteveAhmm09:25
SteveAinspect module09:25
SteveAhttp://docs.python.org/lib/inspect-source.html09:25
SteveA getsourcelines(  object)09:25
SteveA    Return a list of source lines and starting line number for an object. The argument may be a module, class, method, function, traceback, frame, or code object. The source code is returned as a list of the lines corresponding to the object and the line number indicates where in the original source file the first line of code was found. An IOError is raised if the source code cannot be retrieved. 09:25
SteveA09:25
=== jblack_ is now known as jblack
=== ddaa [~ddaa@nemesis.xlii.org] has joined #launchpad
=== justdave [~dave@24.247.63.44.gha.mi.chartermi.net] has left #launchpad ["Poof"]
sabdflmorning all10:17
=== lulu [~lu@host217-37-231-28.in-addr.btopenworld.com] has joined #launchpad
lulualentlesstramps10:19
sabdflthanks lulu, hope you don't really feel that way about us10:20
sabdflthomming continues apace10:21
stubSteveA: Excellent10:21
=== stub cackles evilly
=== lulu giggles - oops!
=== SteveA_ [~steve@office.pov.lt] has joined #launchpad
=== SteveA_ is now known as SteveA
SteveAlooking at that api gives me an idea for improving pages for exceptions in launchpad10:48
SteveAunless that's what you're doing evil stub10:50
stubSteveA: Nope. I'm looking at creating data vaidation functions and database constraints from the same source.10:52
SteveAok,  thanks for the idea anyway10:55
=== carlos [~carlos@69.Red-80-33-181.pooles.rima-tde.net] has joined #launchpad
carlosmorning11:09
=== justdave [~dave@24.247.63.44.gha.mi.chartermi.net] has joined #launchpad
(dilys/#launchpad) Merge to rocketfuel@canonical.com/launchpad--devel--0: Give external bug watches some luvin' (patch-648)11:11
SteveAcarlos: you pingged earlier11:13
carlosSteveA: it was yesterday night, don't worry, I was able to talk with daf so I don't need to ask you anything now :-)11:14
(spiv/#launchpad) SteveA: As far as improving exception pages in launchpad, there's also cgitb.11:16
sabdfldo we have a favicon?11:33
sabdflstub: do you overlap with bradb usually?11:34
stubNot sure - recenly I've been online for loong hours so I've seen him around. Not sure if we will meet now I'm trying to get back to more sane working hours.11:37
sabdfli'd like to have a malone update meetng today, could you holler if you notice you are both online at the same time?11:38
SteveAa good way to arrange it in future is to ask Brad to be at a meeting that is early in his timezone, say 1100 UTC or 1200 UTC 11:41
stubI think Brad went to bed about 5 hours ago, so he might get online in about 4 hours or so.11:41
stubIndeed - arranging in future is good.11:42
SteveAtalking of which, how does Friday sound for a launchpad general meeting?11:42
=== SteveA hollers to launchpad people who are listening
stubDon't care - just tell me when11:43
sabdflSteveA: sounds good11:50
sabdflSteveA: favicon, should i add one?11:52
SteveAsure.  I'm not sure what the rules are for looking up a favicon.11:54
SteveAdo we need one in the root of launchpad (to stop it complaining), and then favicons for each application?11:54
(spiv/#launchpad) SteveA: The rules are browser dependent, but generally something like this:11:54
SteveAare the pages supposed to have a <link> element in the header refering to the favicon? (I recall reading that somewhere)11:54
(spiv/#launchpad) If there's a <link rel="shortcut" ...> in the <head>, use that.11:54
sabdfllifeless, bob2: ping11:55
(spiv/#launchpad) Otherwise, guess at /favicon.ico (i.e. the top-level of the domain).11:55
(spiv/#launchpad) The open source browsers at least are happy with .png files as favicons, I'm not sure about IE.11:56
sabdflwe need to add one at /favicon.ico11:56
SteveAhmm, actually, it isn't wholey straightforward to add an image as a view in zcml11:56
SteveAI'll add favicon to today's todo list.  sabdfl: do you have an image you'd like to use?11:56
(spiv/#launchpad) sabdfl: Wouldn't adding a <link rel="shortcut" ...> to our HTML header be sufficient?11:57
sabdflspiv: don't think that will catch every browser. we should do both11:57
(spiv/#launchpad) sabdfl: Yeah, both is probably best.11:57
sabdflguys, the arch-tag thing is a mess, please don't create any new ones11:58
SteveAyou mean, carlos doing a bunch of work on a branch?11:59
carlos:-?11:59
=== SteveA wonders what sabdfl means by "arch-tag thing"
SteveAah -- using arch-tag: in files rather than tla add12:00
SteveAcarlos: getting stuck on a branch is a mess for different reasons ;-)12:00
SteveAjblack: ayt?12:01
=== ddaa [~ddaa@nemesis.xlii.org] has joined #launchpad
carlosSteveA: :-D12:01
SteveAddaa: I think I may have asked this before, but is there a reasonable way of converting files that contain an arch-tag: line into having their identifier managed by tla in its metadata files?12:05
ddaaSteveA: No.12:05
ddaataglines and explicit tags use distinct namespaces.12:06
sabdflddaa: is there a way we can get pqm to reject commits that use arch-tag for new files?12:06
SteveAddaa: so, we'd have to essentially remove them and then add them again, losing history?12:07
ddaasabdfl: I can imagine a shell script doing that.12:07
sabdflSteveA: seems so12:07
ddaaSteveA: correct, or patch tla.12:07
sabdflso best bet is to grandfather the existing ones and prevent checkins of new ones12:07
ddaaI'm not sure would would be the right way to do it. There has been discussion for a feature to go explicit->tagline but not to go the other way around.12:08
carlosbreakfast time, see you later12:08
ddaaTBH I find that a surprising requirement, I find taglines are more convenient.12:09
SteveAthere are 120 files in launchpad using arch-tag12:09
SteveAddaa: http://manifesto.gnuarch.org/moin.cgi/ArchWarts12:10
ddaaThey are more robust in many way. The only issue is when copying files, but that requires a deliberate user action and generally is accompanied by a lot of editing, so changing the tagline in the new file is not a big burden.12:10
SteveAmy problem with it is having two ways of telling arch about a file12:11
SteveAso, whenever I need to move a file, or copy a file, I first need to look inside it to see if it has an arch-tag12:11
SteveAit is one more thing to have to remember12:11
(spiv/#launchpad) Doesn't "tla mv" do the right thing either way?12:12
(spiv/#launchpad) Copying a file is obviously a problem, though :)12:12
SteveAtla rm certainly doesn't12:12
SteveAsee ArchWarts12:12
ddaatla inventory -s --ids | cut -d "`echo -e "\t"`" -f2 | grep ^i_12:13
ddaamhhh a bit more...12:13
ddaatla inventory -s --all --ids | cut -d "`echo -e "\t"`" -f2 | grep ^i_12:14
ddaawill show all ids generated by taglines, and exit1 if none are found.12:15
ddaaOkay I looked at archwarts...12:16
SteveAI just added a new wart12:16
ddaathe tla rm problem is indeed annoying12:16
ddaabut if you people can bear with it a little bit, it can be easily worked around in a wrapper, and it should certainly be fixed in tla.12:17
ddaaat least, it should be fixed in tla imho.12:17
ddaaabout the wrapper, bob2 should open hct for testing by the arch team soon, so if you can suffer the issue a bit longer, we could work around it in hct (if not already done)12:18
(spiv/#launchpad) The output of "tla rm -H" implies that it should work.12:18
(spiv/#launchpad) So if it doesn't, it is a bug, I think :)12:18
SteveAeither a bug in the docs or a bug in the code12:18
(spiv/#launchpad) Right.12:18
=== ddaa tests
ddaaokay, I can reproduce the pb with tla 1.2rc212:20
ddaaNeither fai nor aba work around this one.12:22
ddaaI dunno about hct. Yet.12:22
ddaaNow you have all the elements to take a project management decision.12:22
ddaaAnd my opinion as an extra.12:23
(spiv/#launchpad) ddaa: Wow... so tla doesn't have a test-case for tla rm? Eek :)12:23
ddaatla's test suite is very... limited...12:24
(spiv/#launchpad) ddaa: And tom's worried about getting a perfect release process and voting system? Sheesh.12:25
sabdflyou can't do releases by vote12:25
=== spiv -> food
ddaaThe voting system is more about governance if I understand correctly.12:26
ddaaAnd voters would be co-opted arch devels.12:27
sabdflddaa: i'll be interested to see how it goes12:27
SteveAhow many voters are there?12:27
sabdflwill you keep me posted?12:27
ddaaSteveA: dunno, that's probably something like 5 persons... tom, asuffield, lifeless, jblack, abentley, jivera, maybe talli, etc.12:28
ddaaThis information is not authoritative.12:28
ddaasabdfl: okay, I've been told it's good to assume new responsibilites :-) But tbh the arch community mess is rather pissing me off those days.12:29
ddaasabdfl: I will keep you posted on significant release/governance events in the arch community.12:30
sabdflddaa: thanks12:30
SteveAddaa: tom lord is spending time sorting out a voting system for about 7 people to use?12:30
=== SteveA remembers that limi and lulu are not here on fridays
ddaaSteveA: *shrug* something like that... I have not been following that very closely up to now.12:31
SteveAhow about Thursday, 1200 UTC for a launchpad meeting instead.  (That's tomorrow.)12:31
luluSteveA: sounds good to me :o)12:31
ddaaIt has mostly been vapor to this point. I'm waiting for something concrete before making an opinion.12:32
SteveAin most communities, 7 is easily within the size that you can make decisions by consensus.12:33
=== limi [~limi@host217-37-231-28.in-addr.btopenworld.com] has joined #launchpad
ddaaSteveA: it seems it's difficult to achieve consensus with tom even at two people.12:33
ddaaMost of the few times I got feedback from him, I classified it as "nonsense or not specific enough to be useful".12:34
ddaaEven if he often sounds like he has a pretty clear idea of what he means.12:35
ddaaBut I'm not the best kid in town for communication.12:35
ddaae.g. I was impressed my lifeless abilities in that dept.12:35
ddaaIn handling the jblack's integration branch crisis.12:36
=== SteveA is glad zope3 has a pope rather than the Lord
ddaaactually, at the time I did not classify the feedback that way.12:39
ddaaI thought "I'm probably not smart enough to figure out what he means"12:39
SteveAtalking with jim fulton is often like that, but he's always happy to explain further and to listen to other points of view.12:40
ddaaSince that time my position has changed a bit. Now I consider communication skills essential to project lead, and failure to communicate a blame for the leader.12:41
ddaaProbably that position is caused by my pissed of state... the right attitude should certainly me something intermediate.12:41
SteveAcommunication skills are almost always more important than technical wizardry for a project leader12:42
SteveAconsider the architypal example: linus and the linux kernel12:43
=== ddaa considers
SteveAI'm sure he knows what he's doing with kernels.  However, his communication to his peers stands out more than his code.12:43
=== ddaa thinks of linus 2.6 vm rewrite
ddaa"okay, the 2.6 vm system is broken, broken, broken. I'm rewriting it all in one swoop and will do something that works." And indeed that worked...12:50
ddaaThere are several examples like that, when he does what nobody else was able to do...12:51
SteveAthat's more a case of having the knowledge and ability to do it, and also having the time and resources to do it.  Someone else could have done so, if they met the prerequisites, and offered it to linus for incorporation into his tree.12:53
ddaaWould be nice if you people added your nick and a date when writing to the wiki.01:10
ddaaThe nick is useful to know how to talk to if necessary, and the date is useful to have a clue of how current is the comment. Wiki tend to grow a lot of stale data, timestamping comment make it easier to sort out the current from the ancient.01:11
sabdflddaa: which kernel did he do that for?01:13
ddaaMh... nah, that was in the 2.4 series...01:13
sabdflSteveA: given that we have a way to list the known arch-tag files, could you add a test to the pre-merge check which barfs on new arch-tag files?01:14
=== elmo_ [~james@82.211.81.249] has joined #launchpad
=== ddaa points out that the "tla mv" gripe stems from inconsistence. It's just as valid to make all files use taglines.
SteveAsabdfl: I suppose it would have to record not the filenames but the arch-tag ids, because files get moved.01:16
sabdflddaa: problem is that not all files can have an arch tag01:20
sabdflso there is inevitable inconsistency01:20
sabdflso we will eliminate arch tags01:21
sabdfli'm in fascist mode01:21
ddaasorry, cannot find the relevant kernel release, it's back before the the earliest data in the lwn search database.01:24
sabdflstub: from your latest changes it seems i broke some pages01:26
sabdflsorry01:26
sabdflwould have fixed them if there were page tests01:26
sabdflplease could you add page tests for the bugtracker pages?01:26
sabdflthanks01:26
SteveAwe really should get the arch-tag lines out of the page templates.  it is not nice to serve these things up as comments in the pages' html.01:30
=== SteveA does so
limiSteveA: do you have time to look at the search/selection widget (making a single-template version now) later, and tell me how we can turn it into a widget? (This one, just without the JS for now: http://plone.org/Members/limi/tests/ubersearchwidget )01:38
=== SteveA goes for lunch
SteveAlimi: probably.  mail me when you're done, perhaps01:39
limiok01:39
limiI assume stub knows how to do it too01:40
ddaamh... actually it seems my reporting of the kernel history was inaccurate...01:41
ddaaThat was a big merge from the Andrea's Arcangeli's VM work in 2.4.1001:41
SteveAfor some reason, I cannot make a pagetest of .txt / text/plain files.01:42
ddaaHuman memory is tricky like that...01:42
=== SteveA really -> lunch
(spiv/#launchpad) ddaa: 2.4.9/2.4.10, iirc.01:47
=== lulu [~lu@host217-37-231-28.in-addr.btopenworld.com] has joined #launchpad
ddaahttp://lwn.net/2001/0927/kernel.php301:49
=== ddaa is out for lunch
=== cprov [~cprov@200.158.100.251] has joined #launchpad
limiSteveA: where is the best place to define (in ZCML) a template that should be globally available (the thing that will become a widget) - I just need to test it with TAL enabled :)02:09
limimaybe we should have a "testing" dir that uses that attribute of ZCML that we use on images - so that everything there is made globally available inside launchpad?02:10
sabdfleverything is globally available in launchpad02:13
sabdflif it's zcml please put it in lib/canonical/launchpad/zcml/02:14
=== Kinnison [~dsilvers@haddenham.pepperfish.net] has joined #launchpad
sabdflSteveA: why would tests be failing to merge, when they pass on my machine and i'm fully merged to rocketfuel?02:14
=== debonzi [~debonzi@200.158.100.251] has joined #launchpad
Kinnisonsabdfl: About splitting up publishing.py... I do have concerns that I'll be creating arbitrary divisions without any useful purpose if I start splitting these up. I'm not convinced that I'm going to end up with many more views for publishing (Indeed I expect I may end up with no more at all) so it seems fairly pointless to split the classes out since I'll end up with 'publishing.py' and 'publishingviews.py' or something and it kinda seems od02:22
ddaasabdfl: maybe because the configuration of the system running pqm is different than yours. If it's not in the tree, it's outside the tree...02:23
=== stub [~stub@dsl-246.248.240.220.dsl.comindico.com.au] has joined #launchpad
ddaa*different from yours02:23
Kinnisonfeh; sqlobject can't be subscripted02:28
Kinnisonthere goes my neat [ rec[x]  for x in columns ] 02:29
=== limi has the ZCML blues
limihow can I get my page just to show up, not associating it with a particular class etc?02:38
limidaf, SteveA, stub?02:38
=== limi is trying to create a widgets.zcml with templates that can be accessed from anywhere
stubYou can add them as views on everything - like you would add a page to an object except specify '*' as the interface.02:40
limihow do I do that? my current ZCML is: http://paste.plone.org/179502:41
stubadd a 'for="*"' attribute to the page directive02:42
limiso close ;)02:42
=== BradB|zzz is now known as BradB
stubAlteratively, it might be neater to add it only as a view to the root folder (for="IRootContainer" or something - I'd need to look it up)02:43
sabdflmorning BradB02:43
BradBsabdfl: hi02:43
=== limi is not looking for Neat at this point ;)
stubyo02:43
sabdflwhile we have you and stud together, can we have a quick malone catch-up and status check?02:43
=== stub struts around the channel
=== Kinnison laughs
sabdflerm02:44
sabdflsorry02:44
sabdflslip of the finger02:44
Kinnisonsabdfl: is there something you're not telling us about you?02:44
BradBsabdfl: The email notifications are working, but they aren't all working yet (because there's about 16 that have to happen.)02:44
sabdflBradB: is there a standard way to send email to a person in launchpad?02:44
BradBThe thing that hung me up last night was displaying the "title" of fields that are from vocabs. i.e. I don't want the email to say "Status: 1", I want it to say "Status: New".02:45
stubSo we are using events for the email notices? (I had been toying with the idea of using triggers to fill the audit log, and a cron job to send the emails but it was going to get real messy...)02:45
BradBsabdfl: Yes, I wrote something yesterday for that.02:45
BradBstub: Yes.02:45
stubBradB: There is a bug in bugzilla for that - SteveA was going to implement if for Limi a last week...02:45
BradBThe one other thing that was non-obvious to me was how to hook into edits02:46
BradBAdds are easy, of course, because you just publish an event in the factory.02:46
stubOh... hang on - I think you can do that one right now.02:46
BradBstub: what's the bug number?02:51
stubhttps://bugzilla.warthogs.hbd.com/bugzilla/show_bug.cgi?id=210102:53
stub(Although this is for TAL... don't know if it is appropriate for your email stuff?02:53
BradBnope, I know about the TAL stuff. I need an equiv for plain Python code.02:54
BradBSteveA: Can you remind me what the ":" says in foo/bar/lp:BugStatus? I seem to remember it having something to do with adaptation.02:57
BradBIt might give me a hint about how I achieve the same thing in plain Python.02:57
stubBugSeverity.items[10] .title02:58
BradBah02:59
stubWith tests in canonical/lp/test_dbschema.py for examples02:59
BradBI noticed that items attrib last night, but didn't expect it would do that.02:59
stubI've forgotten why it was necessary - I think it might have been because we couldn't define the __getitem__ method on a class, only an instance?03:00
=== stub has totally shot his short term memory
BradBAttributeError: 'SimpleVocabulary' object has no attribute 'items'03:01
elmo_stub: drugs are bad, mmkay\03:01
=== BradB looks through the tests for kicks
stubErm.. you won't have much luck getting it out of a Vocabulary (but you could use it to get the index to put in BugWhatever[x] )03:02
BradBAh, I think I'm using the wrong vocab object.03:02
BradBI want the thing that inherits from DBSchema, I suppose.03:02
BradB(i.e. the not-vocab object)03:02
stubYup03:02
stubI don't think Vocabularies are much use for anything except sending to the Z3 form machinery... icky interface03:03
BradBstub: They could be though, with getTerm and getTermByToken. Tried that last night though and got NotFoundError's.03:04
(spiv/#launchpad) stub: You can define __getitem__ on a class, it just requires a metaclass...03:04
stubNA NA NA CAN"T HEAR YOU NA NA NA03:04
(spiv/#launchpad) :)03:05
cprovstub: nice strategy !03:06
BradBstub: Yeee, that worked, thanks.03:06
ddaaspiv: ? I just define __getitem__ as plain instance method...03:06
ddaaWhat's wrong with that?03:07
stubThe things in dbschema are not instances, they are actually classes (generated on the fly from docstrings, because SteveA is a sick, sick person)03:08
(spiv/#launchpad) (pasted example in privmsg, to avoid spamming channel)03:08
=== justdave [~dave@24.247.63.44.gha.mi.chartermi.net] has joined #launchpad
ddaamy opinion is that subscriptable classes are very likely wrong.03:18
ddaaAs I said to spiv, using a metaclass here is just moving the instanciation into the language instead of using explicit code.03:18
BradBstub: Are you still gonna be around in 2.5-3.5 to test Malone?03:19
BradB(hours, that is :)03:19
carlosstub: could you review my db change request from this morning? I need it to continue with my work03:20
(spiv/#launchpad) ddaa: The code in question is lib/canonical/lp/dbschema.py in launchpad, if you're curious.03:20
ddaaI'm curious but I have to focus on imports.03:20
stubHopefully not - I'm trying to get back to more normal hours (Nights is fine for a while, but then it really starts to drag...)03:20
sabdflSteveA: any progress on zwiki moin format support?03:20
sabdflour wiki is exploding and will get more and more difficult to integrate03:21
(spiv/#launchpad) ddaa: :)03:21
sabdflstub, bradb, i'm sucked into the release vortex (announcement in 40 minutes) so am unlikely to be able to meet properly03:22
sabdflsorry03:22
BradBstub, sabdfl: What plan is there for moving this to the dogfood server? We could do so now, but just not all the notifications are implemented yet (that's what I'm planning to finish off over the next few hours.)03:25
sabdfl"this"?03:25
BradBMalone. :)03:26
stubPlan?03:26
BradBheh03:26
BradBsabdfl: Is this something that gets decided in the meeting tomorrow morning?03:26
stubI was thinking we make the soyuz dudes do it since they already have stuff on there :-)03:27
stubBradB: We should be able to use events to fill the audit table too, shouldn't we?03:29
BradByes03:29
BradBAuditing won't be part of the first dogfooding though, at least, it shouldn't be.03:29
stubYup03:30
stublimi: That .zcml working they way you need?03:30
limiyup03:31
limiexcellent, thanks03:31
=== BradB runs out to grab some brekkie
=== BradB is now known as BradB|brb
stublimi: Just try not to pollute the namespace too much :-) If it looks like there is going to be a lot of them, we can do 'context/widgets/searchselection' instead of 'context/widgets-searchselection'03:34
SteveAsabdfl: I'll ask about ZWiki.  Simon Michael appears to be online.03:36
(dilys/#launchpad) Merge to rocketfuel@canonical.com/launchpad--devel--0: added notifications when a bug is assigned to a new product (patch-649)03:36
=== Kinnison spanks BradB|brb for using the non-word 'ye'
SteveAas in "ye olde malone" ?03:38
=== SteveA searches for a thorn on his keyboard
ddaame watches buildbot munching his cpu03:40
limistub: yes, it's only one template right now ;)03:40
KinnisonSteveA: It's commonly accepted that the 'th' digraph represents the thorn character03:41
=== stub [~stub@dsl-246.248.240.220.dsl.comindico.com.au] has left #launchpad []
SteveAyay -- compose th does it03:42
Kinnisonyep03:43
ddaaat's fun!03:43
=== Kinnison stares unconvinced at his pterm
=== Kinnison wonders what's wrong with it
(spiv/#launchpad) SteveA: Try Ctrl+Shift+D,E03:43
SteveA???03:45
Kinnisonthat's another way to compose a thorn character03:45
=== SteveA didn't mean to press return then
=== SteveA wonders why adding robots.txt views on certain things screws up a lot of page tests
ddaaHo, that Ctrl-shift composition is fun... but really inconvenient on dvorak where d anh e are on different hands.03:48
ddaaoh... that's a "input that hexadecimal char" chord...03:50
ddaaWon't input null, though.03:51
=== elmo_ [~james@82.211.81.249] has joined #launchpad
=== morgs [~morganc@wblv-234-32.telkomadsl.co.za] has joined #launchpad
morgscprov: I have a quick question on the sourceforge api...03:52
ddaalimi: "mark impersonates me in his spare time"03:55
ddaaWhich is the bugtracker to file "mark has still some spare time"? ;-)03:55
limihehe03:55
dafKinnison: [ getattr(rec, x) for x in columns ]  ?03:56
Kinnisondaf: yeah03:56
Kinnisondaf: I was there not long after03:56
limidaf: checking in a new color scheme shortly ;)03:56
Kinnisondaf: not as cute as rec[x]  though03:56
=== limi is waiting for merging and page tests
=== BradB|brb is now known as BradB
=== Kinnison goes to get his laptop
daflimi: oo03:59
cprovmorgs: hi, say it 04:00
=== limi submits the patch request
morgscprov: hi04:01
morgscprov: the project summary you want for the short description: I am getting something into 'description' at the moment.04:01
morgscprov: Is that different from what you want?04:01
morgscprov: Could you give me an example (URL)?04:02
cprovmorgs: I was think in a real human-typed Sumary, but I'm affraid there isn't something like that in SF04:03
cprovmorgs: let's see ..04:03
morgscprov: For example, if you go to http://sourceforge.net/projects/python, you will see a description "The Python programming language, an object-oriented scripting and rapid application development language."04:04
(dilys/#launchpad) Merge to rocketfuel@canonical.com/launchpad--devel--0: Fixed up the search-selection, made the Launchpad colors be more distinct. (patch-650)04:05
limidaf: ^^04:05
morgscprov: Then if you go: d = sourceforge.getProjectSpec('python','sf') and then d['description'] , then the description is what you get.04:05
daflimi: great, thanks!04:06
morgscprov: A different example: for 'mysql-python', the description is 'MySQL support for Python. MySQL versions 3.22, 3.23 and 4.0; and Python versions 1.5.2-2.3 are supported. MySQLdb is the Python DB API-2.0 interface. _mysql is a low-level API similiar to the MySQL C API. ZMySQLDA is a Database Adapter for Zope.'04:07
cprovmorgs: it is too long for a Short description :)04:08
limidaf: better?04:08
morgscprov: OK, I will look for something better04:09
cprovmorgs: now, i'm just cutting the description in the first "." and using it as shortdesc, but it isn't that good, since in many cases isn't Impacting words 04:10
morgscprov: looks like SF doesn't have anything better.04:11
cprovmorgs: for example, looks like python hasn't a good description on SF, this description looks like a good shortdesc04:11
cprovmorgs: yes, it's difficult to fit them without human interaction 04:12
morgscprov: OK, I see what you mean. Some projects have short descriptions anyway, and some have long descriptions.04:12
morgscprov: Unfortunately the RSS feed doesn't have anything better either.04:13
morgscprov: I've got my arch login details now, must set it up. Can we do a run-through on Friday?04:13
BradBsabdfl, stub: We'll finalize a dogfood server during the meeting tomorrow then; sound good?04:14
cprovmorgs: I see, but, anyway, RSS helps you a look for get the available data in a easy way than parse HTML 04:14
ddaacprov: in your ARCH.png, I find the text is almost unreadable small.04:14
daflimi: it's easier to read04:14
daflimi: perhaps it's a little bit harsh04:14
cprovdaad: sorry, you can grab a .dia in the same URI04:15
BradBSteveA: Any update on when the page test generator will be fixed? This continues to cause delays in Malone development, by allowing code to be checked in that breaks things that were already working.04:16
ddaacprov: thanks but that was also a suggestion to compress the layout a bit or make the image bigger.04:16
cprovddaa: I'll do so ... Do you have any suggestion about the Arch topology itself ?04:18
cprovmorgs: send me an email with some news or questions (if you think necessary), thanks for you good work and good luck with Rocketfuel Setup04:22
morgscprov: OK, I'll do that.04:22
cprovddaa: please, send me (or LP) an email with suggestions or advices about the ARCH diagram, thank for your help04:22
cprovtime to go ...04:23
SteveABradB: write some pagetests by hand, using lots of "..."04:27
SteveABradB: at least you can catch errors rendering a page that way04:27
sabdflBradB: what's wrong with the page test generator?04:28
=== Kinnison star-merges his desktop branch into his laptop branch ready for hacking in the car on the way to the party tonight
sabdflcprov: that's not too long for a short description04:30
sabdflshort description is a single paragraph04:30
SteveAsabdfl: the page test generator is giving errors on a few pages.  I do not yet know why.04:31
sabdfl'k04:31
SteveAbut, this should not prevent writing a simple page test by hand, that just proves that the page exists04:32
BradBsabdfl: #2105, #2114, #2115, #2116.04:32
sabdflBradB: thanks04:33
BradBSteveA: In some cases, that's ok; in others, it isn't (e.g. it would have prevented the breakage seen in adding source package assignments, but wouldn't have prevented the fact that product release infestations are no longer showing the name of the product, only the version number.)04:46
=== Kinnison sighs. tla is being odd.
Kinnisondir1 == my tree, star-merged up to the top of rocketfuel04:52
Kinnisondir2 == a fresh 'get' of rocketfuel04:52
Kinnisonthere are diffs04:52
Kinnison(and no; I don't have any unmerged commits)04:52
sabdflKinnison: that's normal04:52
Kinnisonsabdfl: normal enough that I get freaky changes when I try and merge in my other tree?04:53
Kinnisonsabdfl: I'm hitting 'conflicts' when I should be gaining one modification only04:53
sabdflnot sure, but i'm told it's normal :-)04:53
=== Kinnison sighs
(spiv/#launchpad) Kinnison: It's possible you've crossed the streams...04:53
Kinnisonit's normal to lose diff hunks?04:53
=== Kinnison blats the changes and tries the star-merge again
(spiv/#launchpad) s/streams/star-merges/04:54
dafKinnison: that seems counter-intuitive to me04:55
Kinnisondaf: aye04:56
Kinnisondaf: it's as though I missed some conflicts or something04:57
Kinnisonbut the tree linted04:57
dafif you do a fresh tla get from your archive, does it differ from either of dir1 or dir2?04:58
BradBKinnison: maybe it has to do with limi's checkin05:00
BradBThat mixed a merge + adding of something.05:00
BradBcompletely random guess though.05:00
Kinnisondaf: I'm just re-doing the merge; then I'll look05:00
(dilys/#launchpad) Merge to rocketfuel@canonical.com/launchpad--devel--0: Fixed up the search/selection widget, ready for Zopification now. (patch-651)05:06
jblackstevea: ping 05:11
jblackbradb: Would you mind if I hit your machine (rather hardly) today? 05:14
jblackI'd like to strace tla on your box05:14
BradBjblack: You could over lunch, but that's in about 1 - 1.5 hours. If you want, I can let you know.05:16
jblackWould it be possible to get more time, if I do it after you go to bed? 05:17
BradBYou can do it 1. over lunch, 2. after about 18:00 - 18:30ish local time05:17
jblackI'll go with 2, so that I can actually strace a star-merge, library building, etc05:18
jblackbtw, thank you very much for loaning me the account.05:18
=== Kinnison thinks he's cleaned up the mess
BradBjblack: Sure, no prob. I'll give you the go ahead later today. (by the way, you might find fs_usage to be useful during a star merge.)05:20
BradBAnd in OS X, it's ktrace, not strace...we have to be different.05:20
jblackdoes fs_usage feel the same as vmstat? I.E. it can print recurring reports? 05:21
=== limi joins BradB's exclusive club
BradBjblack: It just barfs out everything that's going on on the fs. You save it to a log and then write a little script to make something useful out of what it told you.05:23
(spiv/#launchpad) BradB: Can I bounce an SQLObject idea off you?05:23
BradBspiv: sure05:23
(spiv/#launchpad) BradB: Should SQLObject.sync do "if self._SO_obsolete: return" before doing anything else?05:23
=== BradB thinks
BradBspiv: I'd expect sync to sync.05:26
(spiv/#launchpad) Or is calling sync on a deleted object a sign that something else is broken?05:26
BradBThat if statement doesn't do a sync.05:26
BradBhm05:27
(spiv/#launchpad) BradB: But if destroySelf has been called, what is there to sync?05:27
(spiv/#launchpad) Either sync should check for _SO_obsolete, or I think there's a bug in sqlos's handling of deletes...05:27
BradByeah, i can see now that _SO_obsolete means that the object has been deleted; that if statement makes sense then.05:29
(spiv/#launchpad) Ok :)05:30
(spiv/#launchpad) I guess I should work on a test-case then..05:30
=== SteveA fixes major bug in suburls
BradBspiv: I wouldn't if sync()'ing a dead object should raise an exception?05:31
(spiv/#launchpad) BradB: Well, that's what currently happens :)05:32
(spiv/#launchpad) e.g. sqlobject.main.SQLObjectNotFound: The object ArchNamespace by the ID 27 has been deleted05:33
BradByeah, i see the code here now05:33
(spiv/#launchpad) Is there anywhere I can look to see where assumptions about this sort of thing are documented? :)05:33
(spiv/#launchpad) But I think that exception is more designed to catch errors where someone has issued a DELETE behind SQLObject's back.05:34
BradBspiv: http://sqlobject.org/docs/News.html#interface-changes seems about as much as you'll find05:35
BradB...which isn't much05:35
(spiv/#launchpad) Hmm.05:36
(spiv/#launchpad) I wonder if there's a seperate bug here.05:36
(spiv/#launchpad) Which is that .destroySelf doesn't respect _lazyUpdates.05:36
(spiv/#launchpad) Or perhaps that's out-of-scope for _lazyUpdates.05:37
BradByou mean for cascading deletes?05:38
(spiv/#launchpad) I haven't even considered cascading deletes ;)05:39
BradBi thought you might be meaning that if foo.bar was 1 in the sqlobject, but 2 in the DB, that destroySelf would cascade delete on the 2, instead of the 1.05:40
BradBotherwise, why does destorySelf care about if the object updates lazily or not?05:40
(spiv/#launchpad) I don't think it does.05:40
(spiv/#launchpad) I was just thinking stupid thoughts out loud ;)05:40
BradBheh05:41
(spiv/#launchpad) So, as far as I can see, either sync needs to check _SO_obsolete, or sqlos needs to hook destroySelf to unregister the object from the datamanger.05:42
(spiv/#launchpad) The former option seems to be less work (a nice simple two-liner).05:43
BradBspiv: What does it get you by adding that if statement? (Other than being slightly faster, some of the time?) An exception should be raised no matter what, I think.05:45
BradB(i.e. I get the impression that you're not liking the current, exception-raising behaviour.)05:46
BradBI think sqlobject has to assume that things might be done behind its back, unfortunately.05:46
BradBwell, no, not unfortunately, but rather because that's the Right Thing05:47
BradBbecause a well-known property of storing stuff in a DB is that many different systems can more easily access it05:47
=== debonzi is now known as debonzi|lunch
(dilys/#launchpad) Merge to rocketfuel@canonical.com/launchpad--devel--0: Rewrote the way the suburls work to fix serious bug in it that revealed itself when I added robots.txt files. Added robots.txt files. Removed IHasSuburls dead chickens. (patch-652)05:49
(spiv/#launchpad) BradB: I'm happy with the test for things behind its back.05:50
(spiv/#launchpad) But this isn't behind SQLObject's back.05:50
KinnisonSteveA: Why are we moving away from arch-tag ?05:50
BradBspiv: IOW, you're looking for a slightly speed gain, presumably?05:51
(spiv/#launchpad) BradB: No.05:51
BradBa not-exception?05:51
(spiv/#launchpad) I'm looking for "Blah.destroySelf()" ... time passes... "transaction ends" to work.05:52
BradBwhere a .sync happens during "time passes"?05:52
(spiv/#launchpad) .sync happens at "transaction ends".05:52
(spiv/#launchpad) As part of committing the transaction.05:52
(spiv/#launchpad) sqlos hooks SQLObject.dirty to keep track of things that need syncing.05:53
(spiv/#launchpad) But it currently has no way of knowing not to call sync on something that has been destroyed.05:54
(spiv/#launchpad) I'm happy to entertain the possibility this is an sqlos problem :)05:54
(spiv/#launchpad) It's possible that sqlos should be using the SQLObject connection cache.05:55
(spiv/#launchpad) It's possible that sqlos should be using the SQLObject connection's cache of objects, rather.05:55
sabdfl(16:50:27) elmo_: mark@hbd.com - k3yring05:56
sabdfldoh05:56
elmo_LOL05:56
sabdflshhh05:56
elmo_sabdfl: you ARE Thom May, and I claim my five pounds05:56
sabdflthom might be looking05:56
SteveAKinnison: replied by email, and to the list.05:58
sabdflRELEASE ANNOUNCEMENT: Ubuntu 4.10 "The Warty Warthog Release" is DONE!05:58
sabdflRead the full announcement at http://wiki.ubuntulinux.org/WartyWarthog_2fFinalReleaseAnnouncement?action=raw05:58
=== BradB checks in half a dozen more bug notifications
SteveA"under way" should be "underway"06:01
BradBspiv: Can this same kind of behaviour be written as a failing unit test against sqlobject itself?06:02
BradBIf not, I'd punt it to Sidnei et al.06:03
(spiv/#launchpad) BradB: It can, but I'm not sure the test makes sense :)06:05
(spiv/#launchpad) I guess that's really what I'm asking: what is the intended result of "Foo.destroySelf(); Foo.sync()"?06:06
BradBI'd expect an exception.06:06
(spiv/#launchpad) I think I'll mail sqlobject-discuss.06:06
(spiv/#launchpad) At the very least, destroySelf could use a more useful docstring that "# Kills this object. Kills it dead!" :)06:07
KinnisonSteveA: thanks for that06:08
(spiv/#launchpad) Thanks for your help.06:08
=== SteveA heads off to get some exercise. back later.
BradBspiv: hehe, no prob. :)06:19
(spiv/#launchpad) BradB: Thinking about it a little more, I'm inclined to think that the SQLObject behaviour is reasonable. I've mailed the list anyway, to be certain.06:24
(dilys/#launchpad) Merge to rocketfuel@canonical.com/launchpad--devel--0: added another half dozen or so notifications for things that are added to bugs (e.g. a product release infestation.) (patch-653)06:26
=== BradB heads out for food
=== BradB is now known as BradB|lunch
limiSteveA: did the shorthand for "add everything in this directory as a resource" in ZCML make it into Zope 3?06:29
limi(or stub, if you know :)06:29
sabdflSteveA: am still seeing failure messages to pqm messages when tests run fine on my machine, and am fully merged06:32
sabdflany ideas?06:32
limithe IA64 boxes are here06:34
liminow I can tell my kids "I touched the Itanium"06:34
limifalse alarm06:43
limiit was only boring, normal servers ;)06:43
jblackI heard the itanium can do a three minute egg in two minutes06:44
limiooh06:46
limigotta get me one of those06:46
limithink of all the time I will save!06:46
sabdflBradB|lunch: thanks for the merge :-)06:47
jblacklimi, when's a good time to steal about 10-15 minutes from you? I'd like to dive into your arch world, and see what's going on with those 7 minute merges06:50
limiheh06:50
limimaybe in an hour or so?06:50
jblackwould an hour and a half be ok as well? 06:51
limiyup06:51
jblackOk. Its a deal06:51
limiI'm not going anywhere ;)06:51
limi(except for dinner)06:51
limiyou need a login on this box?06:51
sabdflBradB|lunch: actually, just as well i had to do it, because I've broken malone/browser.py into ten files and you would have not enjoyed finding the pieces :-)06:55
sabdflthey are in all the right places, but still06:55
=== debonzi|lunch is now known as debonzi
sabdflSteveA: what happened to IHasSubURL's?07:04
(dilys/#launchpad) Merge to rocketfuel@canonical.com/launchpad--devel--0: restructure malone and doap (patch-654)07:22
=== kiko [~kiko@200.144.121.120] has joined #launchpad
(dilys/#launchpad) Merge to rocketfuel@canonical.com/launchpad--devel--0: Moved stuff around a bit, made the portlets more sexy, lots of CSS tweaks. (patch-655)07:47
kikosexy portlets!07:49
limiyes!07:59
limimostly for Malone07:59
limiicons and fluff07:59
=== BradB|lunch is now known as BradB
BradBsounds like i got stuff in just in time. ;)08:06
limiwhat, are you suggesting that arch does a less than stellar job with conflicts? ;)08:12
=== limi is lost in Zope 3
=== BradB submitted a Z3 contrib agreement over lunch
kikoBradB, you now get invited to barbecues at Jim's place08:19
limihehe08:20
BradBwoo08:20
=== limi gets those too
=== lulu [~lu@host217-37-231-28.in-addr.btopenworld.com] has left #launchpad []
=== kiko too
sabdflBradB: see my comments above?08:47
sabdflmalone/browser.py is in database/ and browser/ now08:47
sabdflin pieces related to class08:47
(dilys/#launchpad) Merge to rocketfuel@canonical.com/launchpad--devel--0: Trivial pixel change in the CSS to test the new commit script :) (patch-656)08:49
BradBsabdfl: Yep, ok, I'm in the midst of star-merging your changes.08:50
kikobbias08:58
=== kiko [~kiko@200.144.121.120] has joined #launchpad
SteveAsabdfl: IHasSubURLs is no longer needed for things that have suburls09:05
sabdflgreat!09:05
sabdflthanks09:05
SteveAthere was a bug in how it handled certain kinds of pages under certain circumstances.09:06
SteveAthe solution to it involved making the whole thing simpler to use09:06
SteveAlimi: I think the shorthand for "add everything in this directory as a resource" did make it into zope309:11
SteveAwe should have that now in our snapshot in rocketfuel09:11
limiok09:11
limiI would like that for the images dir09:11
SteveAsabdfl: did you sort out your odd differences where tests would pass in pqm but not for you?09:11
=== SteveA has been reading the scroll-back
limiit gets really boring to declare security for image files ;)09:11
SteveAresources should be public by default09:12
limiwell, they don't show up unless I put them in the ZCML09:13
limiand with 50 icons, that gets boring ;)09:14
SteveAlet me see if I can find the name of that directive09:15
limiI believe Jim said he added it (since I asked him directly about it)09:17
BradBlimi: browser:resourceDirectory09:18
BradBhttp://dev.zope.org/Wikis/DevSite/Projects/ComponentArchitecture/Zope3Book/resource.html09:18
sabdflSteveA: i think it was just timing of refuels vs pqm commits09:20
sabdflwould be great to have a web page which showed the pqm queue status09:21
SteveAthanks brad09:22
BradBno prob09:39
BradBso the deal with site-edit is that it points to the same site (of course), but simply respects the no-cache header?09:47
BradB(I'm about to move up the CC patch again, at Lu's request.)09:47
=== carlos [~carlos@69.Red-80-33-181.pooles.rima-tde.net] has joined #launchpad
=== SteveA has added a browser:favicon directive. usage instructions on the launchpad list.
kikoSteveA <- da man10:36
(dilys/#launchpad) Merge to rocketfuel@canonical.com/launchpad--devel--0: Added browser:favicon directive. (patch-657)10:37
(dilys/#launchpad) Bug 2094 resolved: Change the queries inside Soyuz App Components to the properly SQLObject11:39
(dilys/#launchpad) https://bugzilla.warthogs.hbd.com/bugzilla/show_bug.cgi?id=209411:39
(dilys/#launchpad) Merge to rocketfuel@canonical.com/launchpad--devel--0: Soyuz sql.py cleanup. No more sql queries inside this file. Closes bug #2094 (patch-658)11:42
BradBHow do I remove a directory with tla?11:47
BradBbradb@ozone:~/launchpad/lp/lib/canonical/launchpad$ tla rm events 11:47
BradBattempt to remove directory events11:47
BradBbradb@ozone:~/launchpad/lp/lib/canonical/launchpad$ ls events/11:47
BradBbradb@ozone:~/launchpad/lp/lib/canonical/launchpad$11:47
BradB:)11:47
(spiv/#launchpad) BradB: tla delete events; rmdir events 11:48
(spiv/#launchpad) Looks like tla rm is really broken :/11:49
BradBbradb@ozone:~/launchpad/lp/lib/canonical/launchpad$ tla delete events/11:49
BradBattempt to remove non-existent id for events/11:49
BradBi already removed its .arch-ids dir11:50
jblackspiv: No, not broken. Just confusing11:50
(spiv/#launchpad) Ah, then that'll do it to.11:50
BradB(by hand, after removing the two files in the dir.)11:50
(spiv/#launchpad) jblack: Then the docs are broken.11:50
BradByeah, one or the other is definitely broken :)11:50
jblackshow me a project in which docs aren't. :) 11:50
(spiv/#launchpad) jblack: $ tla help | grep "rm :"11:50
(spiv/#launchpad) rm : remove a file (or dir, or symlink) and its explicit inventory tag (if any)11:50
(spiv/#launchpad) jblack: There's broken docs, then there's broken front-line help on the command-line :)11:50
BradBjblack: there's "inadequate" docs and then there's "docs that say one thing when the software does something else" :)11:51
BradBspiv: so i should just rmdir now then?11:51
(spiv/#launchpad) BradB: If "tla id events" doesn't know about it, then go for it.11:51
(spiv/#launchpad) (Also, tla tree-lint is useful, and even seems to work as advertised ;)11:51
BradBit's an "untagged file", so i guess that means it doesn't have an idea11:52
BradBs/idea/id/11:52
(spiv/#launchpad) jblack: I'd be more sympathetic if it were some obscure wiki page we're talking about, rather than the output of tla help :)11:52
(spiv/#launchpad) jblack: tla rm -h is equally misleading.11:52

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