2006-06-13T08:23:00  <ThomasWaldmann> moin
2006-06-13T13:40:04  <mvirkkil> xorAxAx: I don't mind the wait... I just sent google two faxes today and yesterday, with my foreign certification and proof of enrollment.
2006-06-13T13:40:30  <mvirkkil> xorAxAx: So the hard part is done ;)
2006-06-13T20:52:53  <Kepplar> moin
2006-06-13T21:21:28  <ThomasWaldmann> moin
2006-06-13T21:44:10  <Kepplar> pfff
2006-06-13T21:44:12  <Kepplar> so hot today
2006-06-13T21:45:26  <xorAxAx> Kepplar: currently sitting in the shared garden, WFM :)
2006-06-13T21:46:01  <Kepplar> Wfm?
2006-06-13T21:47:12  <Kepplar> i noticed the fact I can't find where metadata is stored
2006-06-13T21:48:37  <Kepplar> and to merge main to my branch i pull from main?
2006-06-13T21:48:47  <Kepplar> how does all the merging bit work?
2006-06-13T21:48:49  <Kepplar> hg merge?
2006-06-13T21:49:00  <Kepplar> (i am looking at the guide btw) ;)
2006-06-13T21:52:30  <xorAxAx> works for me
2006-06-13T21:52:54  <xorAxAx> merging works differnetly than you did it last time
2006-06-13T21:53:02  <xorAxAx> please commit directly after a merge
2006-06-13T21:53:18  <xorAxAx> and ensure a clean working directory before
2006-06-13T21:54:21  <xorAxAx> you can check your result using the branchview feature of my hg branchview branch
2006-06-13T21:56:27  <xorAxAx> so mainly its hg pull of course and then hg merge + hg commit -m "Merged with $branchname"
2006-06-13T22:01:48  <Kepplar> what does hg merge actually do?
2006-06-13T22:05:08  <xorAxAx> it merges the other head into the current workdir-rev which should be a head as well
2006-06-13T22:05:22  <xorAxAx> you can look at the heads using "hg heads"
2006-06-13T22:05:31  <Kepplar> bah, done the merging now :P
2006-06-13T22:05:39  <xorAxAx> ?
2006-06-13T22:05:40  <Kepplar> thanks btw :)
2006-06-13T22:05:49  <Kepplar> (cant test heads now i've merged)
2006-06-13T22:07:35  <Kepplar> return [link for link in links if link]
2006-06-13T22:07:36  <Kepplar> lol?
2006-06-13T22:07:41  <xorAxAx> ThomasWaldmann: what do you mean by " TODO: write mig script for data_dir"?
2006-06-13T22:07:59  <xorAxAx> Kepplar: yeah, thats new-style for "map(links, None)"
2006-06-13T22:09:10  <Kepplar> bah
2006-06-13T22:09:13  <Kepplar> i dont get that
2006-06-13T22:09:41  <xorAxAx> Kepplar: looks good - http://moin.pocoo.org:8080/moin-1.6-storage-a?cmd=branchview
2006-06-13T22:09:59  <xorAxAx> Kepplar: it removes all elements from the list that are empty
2006-06-13T22:10:33  <Kepplar> link for link though?
2006-06-13T22:11:00  <xorAxAx> yeah, how else?
2006-06-13T22:11:09  <Kepplar> just sounds really funny
2006-06-13T22:11:33  <Kepplar> i've never seen list comph continue with an in
2006-06-13T22:11:36  <Kepplar> [link for link in links if link]
2006-06-13T22:11:41  <Kepplar> [link for link] in links if link
2006-06-13T22:11:46  <Kepplar> that is usually what i would expect
2006-06-13T22:12:43  <xorAxAx> but its not valid python
2006-06-13T22:13:00  <Kepplar> er
2006-06-13T22:13:01  <Kepplar> sorry
2006-06-13T22:13:02  <Kepplar> i mean
2006-06-13T22:13:08  <Kepplar> [link] for link in links if link
2006-06-13T22:13:22  <xorAxAx> that isnt valid python either
2006-06-13T22:13:36  <ThomasWaldmann> xorAxAx: i removed the _ magic
2006-06-13T22:13:54  <xorAxAx> ThomasWaldmann: yeah, what does a mig script need to do?
2006-06-13T22:14:08  <ThomasWaldmann> _ -> (20)
2006-06-13T22:14:09  <xorAxAx> ThomasWaldmann: hmm, rewrite all links, attachment references, interwiki links etc.?
2006-06-13T22:14:18  <xorAxAx> ThomasWaldmann: do you think that this is feasible?
2006-06-13T22:15:58  <Kepplar> bah
2006-06-13T22:16:03  <Kepplar> wheres an example when you need one
2006-06-13T22:16:04  <Kepplar> basically
2006-06-13T22:16:20  <Kepplar> ive never ever seen a [] in List comp ever strech the entire line
2006-06-13T22:16:32  <Kepplar> im shocked its valid
2006-06-13T22:16:40  <xorAxAx> Kepplar: they are normally written on one line
2006-06-13T22:16:48  <Kepplar> yea
2006-06-13T22:16:48  <Kepplar> but
2006-06-13T22:16:51  <Kepplar> [asdasdasd] asdasdasdsa df
2006-06-13T22:16:53  <Kepplar> sorta format
2006-06-13T22:17:01  <xorAxAx> is not valid python :)
2006-06-13T22:17:26  <Kepplar> now i know thats bollocks :)
2006-06-13T22:17:28  <Kepplar> as i've done it before
2006-06-13T22:19:00  <Kepplar> i take that back
2006-06-13T22:19:10  <Kepplar> im being a dingbat today :)
2006-06-13T22:19:27  <Kepplar> been so long since i did list comp O-o
2006-06-13T22:19:35  <Kepplar> honestly didnt think it did
2006-06-13T22:22:31  <Kepplar> ThomasWaldmann: any comments on the metadata question?
2006-06-13T22:23:15  <ThomasWaldmann> xorAxAx: i have yet to write that script, ask me when i do it :)
2006-06-13T22:24:10  <ThomasWaldmann> Kepplar: what question?
2006-06-13T22:26:33  <Kepplar> i couldnt seem to find anything how how metadata is currently stored, could you point me in the right direction please?
2006-06-13T22:26:58  <ThomasWaldmann> it is stored in the page, just look at some moinmaster page
2006-06-13T22:27:14  <Kepplar> kk
2006-06-13T22:40:16  <mitsuhiko> moin moin
2006-06-13T22:41:05  <mitsuhiko> xorAxAx: good news about wiki.python.org btw
2006-06-13T22:41:14  <xorAxAx> mitsuhiko: yeah, i am on the list
2006-06-13T22:41:26  <mitsuhiko> you're on the pydotorg list?
2006-06-13T22:41:28  <xorAxAx> yes
2006-06-13T22:41:40  <xorAxAx> since steve ranted about moin
2006-06-13T22:41:41  * mitsuhiko pokes for birkenfeld
2006-06-13T22:41:56  <mitsuhiko> argh. offline

MoinMoin: MoinMoinChat/Logs/moin-dev/2006-06-13 (last edited 2021-02-11 10:26:41 by Bind)