2007-08-13T00:00:22  <ThomasWaldmann> TheSheep: the wiki parser looked familiar somehow? :D
2007-08-13T00:02:04  <TheSheep> ThomasWaldmann: haha, yes
2007-08-13T00:02:25  <TheSheep> ThomasWaldmann: it's funny, because I actually picked that technique from the PikiPiki parser
2007-08-13T00:02:30  <TheSheep> ThomasWaldmann: so it's a full circle
2007-08-13T00:03:36  <TheSheep> ThomasWaldmann: btw, you do write code beatifully, I need to learn a lot
2007-08-13T00:04:55  <ThomasWaldmann> i stole quite some things from your :)
2007-08-13T00:05:00  <ThomasWaldmann> ...s
2007-08-13T00:05:59  <TheSheep> you improved it
2007-08-13T00:06:31  <ThomasWaldmann> looks like all the system pages will be the first candidate for my converter
2007-08-13T00:07:03  <ThomasWaldmann> they dont do much any more without conversion X)
2007-08-13T00:07:27  <TheSheep> I think they need refactoring too
2007-08-13T00:07:37  <TheSheep> at least some of them
2007-08-13T00:08:14  <ThomasWaldmann> the formatter does strange things
2007-08-13T00:08:35  <TheSheep> for example, UserPreferences might benefit from spliting the macro to actual preferences and registration pages
2007-08-13T00:08:37  <ThomasWaldmann> those ImageLink replacement examples look ok in preview, but not after saving :|
2007-08-13T00:09:04  <TheSheep> ThomasWaldmann: I had a similar problem with one custom macro recently
2007-08-13T00:09:31  * ThomasWaldmann .oO(still too much magic)
2007-08-13T00:09:48  <TheSheep> ThomasWaldmann: ah, no, it was the section parser with default formatting changed form 'wiki' to 'creole'
2007-08-13T00:10:21  <ThomasWaldmann> btw, moin can transclude more than img :)
2007-08-13T00:15:51  <CIA-14> moin: Ville-Pekka Vainio <vpivaini AT cs DOT helsinki DOT fi> * 2825:f67ce6c6d04d 1.7-maninfo-vpv/MoinMoin/script/import/manimport.py: A somewhat clean fix to cpio_arg, also add 'ignore' to utf-8 handling, else some man pages will raise an exception
2007-08-13T00:15:52  <TheSheep> yes, I've used the rss feeds I think
2007-08-13T00:15:57  <TheSheep> for example
2007-08-13T00:16:33  <TheSheep> ah, and you can transclude remote pages if they are moins too, right?
2007-08-13T00:16:45  <ThomasWaldmann> hmm? i mean text/*, image/* and some media files (just moved the code from inline)
2007-08-13T00:17:02  <ThomasWaldmann> not yet, but I put some stubs there
2007-08-13T00:17:20  <TheSheep> it gets scary :)
2007-08-13T00:17:47  <ThomasWaldmann> scary moin 1.6 :D
2007-08-13T00:18:25  <TheSheep> wikis are great because, among other great things, they put the idea of a "resource" back into web applications
2007-08-13T00:18:37  <TheSheep> in this case, the "resource" is a page
2007-08-13T00:18:49  * ThomasWaldmann .oO(we need a trailer :D)
2007-08-13T00:18:58  <TheSheep> I'm personally sick and tired of /site.php?id=65832164563
2007-08-13T00:19:38  <TheSheep> ThomasWaldmann: remember the Omega trailer?
2007-08-13T00:19:56  <ThomasWaldmann> are you finished with looking at the src? then i'ld kill hg serve again.
2007-08-13T00:20:07  <ThomasWaldmann> ehrm, no?
2007-08-13T00:21:27  <TheSheep> http://www.alcyone.com/binaries/omega/omega-0.75-ad.txt
2007-08-13T00:21:31  <TheSheep> found it :)
2007-08-13T00:23:46  <TheSheep> apparently they were *very* bored
2007-08-13T00:23:51  <ThomasWaldmann> hehe
2007-08-13T00:24:29  * ThomasWaldmann runs py.test and ducks
2007-08-13T00:26:29  <ThomasWaldmann> strange, only 2 failing
2007-08-13T00:28:10  <TheSheep> the "does it compile at all" and the "is the repository non-empty" ones?
2007-08-13T00:31:00  <ThomasWaldmann> no, something testing for << and getting &lt;&lt; :)
2007-08-13T00:44:01  <ThomasWaldmann> MoinMoin:something[[MoinMoin:with space]]
2007-08-13T00:44:11  <ThomasWaldmann> one test has this as parser input
2007-08-13T00:45:18  <ThomasWaldmann> currently it parses it as
2007-08-13T00:45:25  <ThomasWaldmann> MoinMoin:something[[MoinMoin:with            space]]
2007-08-13T00:46:12  <ThomasWaldmann> and fails, because it expected otherwise.
2007-08-13T00:46:57  <ThomasWaldmann> but maybe we want to have that behaviour, e.g. for MoinMoin:SomePage[[42]]
2007-08-13T00:48:20  <CIA-14> moin: Heinrich Wendel <h_wendel@cojobo.net> * 2815:f97448325912 1.7-storage-hwendel/MoinMoin/storage/backends/filesystem.py: fix failing unittests
2007-08-13T00:48:36  <ThomasWaldmann> that sounds good :)
2007-08-13T00:51:42  <ThomasWaldmann> TheSheep: i looked at piki, but couldnt find your techniques
2007-08-13T00:55:07  <ThomasWaldmann> lanius: looks like you tapped into your own trap :D
2007-08-13T00:55:30  <ThomasWaldmann> remember _usecs? ;)
2007-08-13T00:56:58  <ThomasWaldmann> btw, that magic value could be EDITLOG_MAGIC
2007-08-13T08:32:49  <CIA-14> moin: Ville-Pekka Vainio <vpivaini AT cs DOT helsinki DOT fi> * 2826:454dac891a51 1.7-maninfo-vpv/MoinMoin/script/import/manimport.py: ismanfile() fix + a temporary way of measuring how much time doclifter uses
2007-08-13T09:35:49  <CIA-14> moin: Ville-Pekka Vainio <vpivaini AT cs DOT helsinki DOT fi> * 2827:54807383c22b 1.7-maninfo-vpv/MoinMoin/script/import/manimport.py: cleanup saveText call
2007-08-13T09:53:44  <grzywacz> moin
2007-08-13T09:53:45  <vpv> ThomasWaldmann, xorAxAx, others: any idea what might be going on here http://rafb.net/p/2mHKjA35.html
2007-08-13T09:54:24  <vpv> that happens only in Fedora's testing setup, not locally, when running my script
2007-08-13T09:55:37  <xorAxAx> moin grzywacz
2007-08-13T09:56:37  <grzywacz> hello xorAxAx
2007-08-13T09:56:39  <chacha_chaudhry> moin
2007-08-13T10:00:05  <chacha_chaudhry> hello xorAxAx
2007-08-13T10:03:15  <chacha_chaudhry> vpv: I haven't had a look at script yet but just for info python’s default limit is 1000 and you can change by sys.setrecursionlimit(2000).
2007-08-13T10:04:53  <xorAxAx> moin chacha_chaudhry
2007-08-13T10:05:03  <vpv> chacha_chaudhry: I tried with 1500, same result, I could try with 2000 but the interesting part is that it works locally, with the same data
2007-08-13T10:05:32  <chacha_chaudhry> vpv: aah!
2007-08-13T10:05:49  <xorAxAx> vpv: i am having a look
2007-08-13T10:05:52  <chacha_chaudhry> moin xorAxAx
2007-08-13T10:06:28  <xorAxAx> OMG
2007-08-13T10:06:41  <xorAxAx> vpv: MoinMoin.logfile +153
2007-08-13T10:06:50  <xorAxAx> vpv: remove that bare except
2007-08-13T10:06:53  <xorAxAx> lets see whom to slap
2007-08-13T10:07:26  <xorAxAx> ThomasWaldmann in 967d529b31e9
2007-08-13T10:16:29  <CIA-14> moin: Ville-Pekka Vainio <vpivaini AT cs DOT helsinki DOT fi> * 2828:e0bf8a15ee65 1.7-maninfo-vpv/MoinMoin/logfile/__init__.py: try fixing a logfile handling bug
2007-08-13T10:17:04  <vpv> does that look even remotely correct: http://hg.moinmo.in/moin/1.7-maninfo-vpv/rev/e0bf8a15ee65
2007-08-13T10:18:46  <vpv> at least it works in this situation
2007-08-13T10:20:14  <xorAxAx> yes, that was the idea
2007-08-13T10:20:20  <xorAxAx> do you get a better traceback now?
2007-08-13T10:20:48  <xorAxAx> or none at all? that would be weird :)
2007-08-13T10:20:52  <vpv> I get no traceback, it just works
2007-08-13T10:23:05  <vpv> we have a pretty weird setup there, first of all the Moin instance is run from a dir that has my branch's source code symlinked from a hg clone dir, second of all we have some g+s permission tricks so the files written by the script run as my user would be editable by apache :D
2007-08-13T10:23:37  <xorAxAx> that still doesnt explain why you dont get a traceback now :)
2007-08-13T10:23:45  <xorAxAx> maybe its python swallowing a getattr exception ...
2007-08-13T10:37:20  <ThomasWaldmann> vpv: that code should get only executed once in a moin wiki's life-time: when it is born and there is no edit-log yet.
2007-08-13T10:39:37  <xorAxAx> ThomasWaldmann: thats no reason for a bare except
2007-08-13T10:41:28  <ThomasWaldmann> it was really meant like it was. if that code get's executed, things already have gone wrong and it just tries a last attempt to fix it.
2007-08-13T10:41:47  <xorAxAx> umm, but nobody knows why it has gone wrong because there wont be any exception message
2007-08-13T10:42:00  <xorAxAx> thats the only reason why they are evil :)
2007-08-13T10:43:03  <vpv> I find it really weird why it does that on Fedora's test setup - and always when adding the same file
2007-08-13T10:43:19  <ThomasWaldmann> vpv: if that fails, you have a fundamental problem, like no rights or no space left
2007-08-13T10:45:28  <vpv> it might be related to permissions somehow
2007-08-13T10:50:55  <ThomasWaldmann> again: dont do function level imports if you dont have a good reason for it
2007-08-13T10:52:55  <ThomasWaldmann> + time2 = time.time()
2007-08-13T10:52:55  <ThomasWaldmann> + timediff = time2 - time1
2007-08-13T10:52:55  <ThomasWaldmann> + wout.write("%s - %s\n" % (filename, timediff))
2007-08-13T10:53:59  <vpv> thatäs temporary and will go away, I just wanted to see if any other files are causing doclifter problems
2007-08-13T10:54:06  <ThomasWaldmann> the 2nd %s should be obviously a %f (or even better, if you dont care for <1s resolution, %d plus some int() around timediff)
2007-08-13T10:54:07  <vpv> s/ä/'
2007-08-13T10:55:55  <xorAxAx> incomplete sed-command :)
2007-08-13T10:56:05  <ThomasWaldmann> hehe
2007-08-13T10:56:11  <ThomasWaldmann> vpv: +            (numpart.isdigit() and int(numpart) in range(1, 9)):
2007-08-13T10:56:26  <ThomasWaldmann> what is the max. numpart can be?
2007-08-13T10:57:45  <ThomasWaldmann> note that this term is only True for 1..8
2007-08-13T10:57:57  <vpv> yes, that's the idea
2007-08-13T10:58:42  <vpv> since man section 9 is automatically generated from code source, there would be no use putting it in a system where it's editable
2007-08-13T10:59:13  <ThomasWaldmann> ok, just wanted to check you really mean it. add a comment about 9 there.
2007-08-13T10:59:30  <vpv> ok
2007-08-13T10:59:34  <ThomasWaldmann>  return True
2007-08-13T10:59:34  <ThomasWaldmann> else:
2007-08-13T10:59:35  <ThomasWaldmann> return False
2007-08-13T10:59:57  <ThomasWaldmann> such constructs can always be done better
2007-08-13T11:00:41  <ThomasWaldmann> by directly returning the truth value the "if" is checking
2007-08-13T11:11:58  <CIA-14> moin: Ville-Pekka Vainio <vpivaini AT cs DOT helsinki DOT fi> * 2829:fbba64ea02d2 1.7-maninfo-vpv/MoinMoin/script/import/manimport.py: cleaner coding style in ismanfile(), cleaner output to timestat.txt, even if it's temporary
2007-08-13T11:16:33  <CIA-14> moin: Ville-Pekka Vainio <vpivaini AT cs DOT helsinki DOT fi> * 2830:d5b56342f73c 1.7-maninfo-vpv/MoinMoin/script/import/manimport.py: move ElementTree imports out of functions
2007-08-13T11:18:18  <vpv> Now there should be only urlgrabber and rpm imports at function level, both of which may be rare in non-RH-based systems
2007-08-13T11:35:47  <ThomasWaldmann> vpv: please create a docs/CHANGES.maninfo file and document your changes there (and also dependencies / installation requirements)
2007-08-13T11:36:22  <ThomasWaldmann> vpv: you can also put the reqs into the module docstring, additionally
2007-08-13T11:36:41  <ThomasWaldmann> vpv: file format see docs/CHANGES
2007-08-13T11:37:47  <vpv> ok
2007-08-13T11:38:50  <ThomasWaldmann> and please fix the failing test when you commit other stuff
2007-08-13T12:09:16  <chacha_chaudhry> ThomasWaldmann: Should I go ahead with some translations....I can start with Hindi. Let me finish SoC first. One week! :)
2007-08-13T12:09:34  <xorAxAx> hehe
2007-08-13T12:09:58  <xorAxAx> chacha_chaudhry: you just need to copy the page on moinmaster to a new subpage with your language code
2007-08-13T12:10:36  <chacha_chaudhry> xorAxAx: Okay. Checking moinmaster page......
2007-08-13T12:12:02  <chacha_chaudhry> xorAxAx: debarshi prompted me in morning about yesterday's session here ;-)
2007-08-13T12:12:22  <xorAxAx> hehe
2007-08-13T12:14:18  <chacha_chaudhry> xorAxAx: Kashmiri is also an Indian Language and my mother tongue. Not listed :-(
2007-08-13T12:14:49  <xorAxAx> chacha_chaudhry: so it might die because the government doesnt support it?
2007-08-13T12:15:23  <chacha_chaudhry> xorAxAx: government lists it in its national languages though.
2007-08-13T12:16:08  <xorAxAx> hmm
2007-08-13T12:16:21  <xorAxAx> one of the ~22 langauges?
2007-08-13T12:17:07  <chacha_chaudhry> xorAxAx: which source are you checking? Is it Wikipedia ?
2007-08-13T12:17:32  <xorAxAx> yes
2007-08-13T12:18:56  <chacha_chaudhry> xorAxAx: Okay. We read in text books it is one of national languages. But, government seems to be less bothered about it!
2007-08-13T12:20:56  <xorAxAx> hehe
2007-08-13T12:30:40  <grzywacz> hm
2007-08-13T12:30:44  <grzywacz> xorAxAx, ping
2007-08-13T12:31:30  * grzywacz wonders if nickcolor script is working
2007-08-13T12:32:59  <xorAxAx> hmm
2007-08-13T12:33:49  <grzywacz> Oh, blue. Good. :)
2007-08-13T12:34:15  <xorAxAx> hehe
2007-08-13T12:49:23  <ThomasWaldmann> lanius: tests finished: 441 passed, 11 failed
2007-08-13T12:54:02  <ThomasWaldmann> please fix them asap, so we can also do some real-world testing after the synthetic stuff passes
2007-08-13T12:54:29  <grzywacz> rotfl
2007-08-13T12:54:30  <grzywacz> zsh: segmentation fault  python main.py
2007-08-13T12:54:33  <grzywacz> ;-)))
2007-08-13T12:58:08  * ThomasWaldmann .oO(memtest86+)
2007-08-13T12:58:42  * grzywacz makes scary noises
2007-08-13T13:02:10  <ThomasWaldmann> grzywacz: jabberbot/_tests/test_xmppbot.py - FAILED TO LOAD MODULE
2007-08-13T13:02:23  <grzywacz> ThomasWaldmann: PYTHONPATH?
2007-08-13T13:02:37  <ThomasWaldmann> no xmpp stuff here
2007-08-13T13:03:03  <grzywacz> hm
2007-08-13T13:03:04  <grzywacz> ok
2007-08-13T13:03:54  <ThomasWaldmann> your test could test importing that and py.test.skip("...") if requirements are not met
2007-08-13T13:07:52  <grzywacz> kk
2007-08-13T13:08:13  <grzywacz> Right now I'm fighting with some strange errors and misbehaving Psi... -_-;
2007-08-13T13:20:10  <ThomasWaldmann> grzywacz: there is no docs/CHANGES.jabber yet...
2007-08-13T13:32:34  <ThomasWaldmann> bbl
2007-08-13T13:32:50  <johill> xorAxAx: did you write that postpone script yourself?
2007-08-13T13:32:57  <TheSheep> .oO( telnet is the only true jabber client )
2007-08-13T13:34:02  <xorAxAx> johill: no
2007-08-13T13:34:15  <xorAxAx> fetchable via scriptassist
2007-08-13T13:34:43  <johill> ok I'll go look :)
2007-08-13T13:37:02  <johill> got it, but you did hack the [this message was postponed] no?
2007-08-13T13:37:08  <xorAxAx> yes
2007-08-13T13:38:02  <grzywacz> TheSheep: I wish you luck setting up a TLS session with telnet. ;-)
2007-08-13T13:38:24  <johill> ok, easy enough
2007-08-13T13:38:29  <TheSheep> grzywacz: paper and pencil and "jechane"
2007-08-13T13:38:52  <grzywacz> TheSheep: I still wish you luck. Plenty of it. ;-)
2007-08-13T13:39:21  <TheSheep> grzywacz: remember the 'sendbyte' hacker group?
2007-08-13T13:39:30  <grzywacz> TheSheep: nope
2007-08-13T13:40:50  <grzywacz> (!U#%(!
2007-08-13T13:42:54  <TheSheep> grzywacz: an urban legend about a group of retired old men who learned to hack computer systems by whistling into a phone
2007-08-13T13:43:29  <TheSheep> grzywacz: one of them learned to decode jpegs in his head and draw them on paper, for example ;)
2007-08-13T13:44:26  <johill> unfortunately, he was killed when a buffer overflow condition executed random code in his head
2007-08-13T13:45:00  <TheSheep> blit, eh
2007-08-13T13:52:50  <grzywacz> TheSheep: mhm, maybe I heard about it a long time ago
2007-08-13T13:54:03  <xorAxAx> nah, the must have code piece that checks for scanned banknotes crashed
2007-08-13T13:56:40  <johill> I didn't know he had a jpeg producer too!
2007-08-13T14:37:41  <CIA-14> moin: Marian Neagul marian@info.uvt.ro work * 2762:97bf69e38dc0 1.7-classify-mneagul/MoinMoin/ (5 files in 5 dirs): Move classfication to user level.
2007-08-13T14:37:44  <CIA-14> moin: Marian Neagul marian@info.uvt.ro work * 2763:56b699e2c9bb 1.7-classify-mneagul/MoinMoin/ (action/learnpages.py classifier/recommendation_system.py): Fix the way learning takes place.
2007-08-13T14:37:45  <CIA-14> moin: Marian Neagul marian@info.uvt.ro work * 2764:f2087c409bac 1.7-classify-mneagul/MoinMoin/ (4 files in 3 dirs): Move the feature selection to a moin script
2007-08-13T14:44:24  <vpv> oh wow, the docbook branch sure has nice docstrings, like "This method does all kinds of nice magic :)" :D
2007-08-13T14:45:16  <xorAxAx> :-)
2007-08-13T14:45:48  <grzywacz> hehe
2007-08-13T14:59:35  <TheSheep> I hate that word when used in programming contexts
2007-08-13T14:59:52  <TheSheep> there is no "nice" magic in programming
2007-08-13T15:01:24  <xorAxAx> sure
2007-08-13T15:01:28  <xorAxAx> py.test is full of nice magic
2007-08-13T15:02:03  <xorAxAx> you can even disable it on the command line
2007-08-13T15:02:06  <xorAxAx> py.test --no-magic
2007-08-13T15:02:24  <TheSheep> --more-magic ;)
2007-08-13T15:02:59  <TheSheep> at some point your program becomes smarter than you
2007-08-13T15:17:35  <grzywacz> HM.
2007-08-13T15:21:02  <grzywacz> crap...
2007-08-13T15:42:46  <grzywacz> eating exceptions by pyxmpp is gonna kill me -_-;
2007-08-13T15:49:41  <xorAxAx> did it eat the segfault? :)
2007-08-13T15:50:04  <xorAxAx> well, you can always use decorators to have your own exeception handlers
2007-08-13T15:50:09  <TheSheep> catching segfaults would be something! %)
2007-08-13T15:50:35  <xorAxAx> TheSheep: well, its possible
2007-08-13T15:50:51  <xorAxAx> you should raise an exception in the sigsegv handler
2007-08-13T15:51:17  <xorAxAx> and unwind the python stack
2007-08-13T15:51:18  <xorAxAx> hmm
2007-08-13T15:51:37  <TheSheep> I'm not touching it with a 10 foot long pole
2007-08-13T15:52:10  <TheSheep> we don't have people that high in Poland anyways
2007-08-13T18:05:18  <grzywacz> ;>
2007-08-13T18:16:25  <xorAxAx> neagulm: it would be pretty nice if you finally adhered to whitespacing rules in PEP8 (This message has been postponed.)
2007-08-13T18:16:39  <neagulm> hello
2007-08-13T18:29:19  <grzywacz> hi neagulm
2007-08-13T18:33:41  <CIA-14> moin: Heinrich Wendel <h_wendel@cojobo.net> * 2816:1f5c7e4eace5 1.7-storage-hwendel/docs/CHANGES.storage: add CHANGES
2007-08-13T18:53:47  <xorAxAx> hi neagulm
2007-08-13T18:53:58  <neagulm> hello xorAxAx
2007-08-13T18:55:08  <neagulm> xorAxAx, should i respect the line size suggested in pep8 ? (i'm fixing now my coding style)
2007-08-13T18:55:25  <xorAxAx> i dont care, thomas does neither :)
2007-08-13T18:55:38  <xorAxAx> we dont have vt102 devices anymore nowadays
2007-08-13T18:56:19  * TheSheep has some
2007-08-13T18:56:32  <TheSheep> xorAxAx: want a couple?
2007-08-13T18:56:40  <xorAxAx> TheSheep: hmm
2007-08-13T18:57:14  * TheSheep also has an unuse 9" vga display
2007-08-13T18:57:17  <grzywacz> I used vt102 emulation with HyperTerminal over a rs232 link some time ago. ;)
2007-08-13T18:57:33  <TheSheep> wonder if I could do xinerama with it...
2007-08-13T19:01:50  <TheSheep> hmm... a little out of range :/
2007-08-13T19:02:54  <xorAxAx> TheSheep: well, i am not so often in poland
2007-08-13T19:03:12  <xorAxAx> maybe my student wants to visit me bringing me those nice terminals
2007-08-13T19:03:16  <xorAxAx> ;-)
2007-08-13T19:05:07  <TheSheep> haha, it works!
2007-08-13T19:05:24  <TheSheep> now, how to use it along the real, large screen? :/
2007-08-13T19:06:22  <xorAxAx> TheSheep: you can use screen for that
2007-08-13T19:06:27  <grzywacz> xorAxAx: I don't visit Germany all that often as well. :P
2007-08-13T19:06:33  <xorAxAx> screen(1)
2007-08-13T19:06:37  <xorAxAx> grzywacz: either!
2007-08-13T19:06:43  <grzywacz> ...
2007-08-13T19:06:46  <xorAxAx> :-)
2007-08-13T19:06:58  <xorAxAx> TheSheep: just attach 2 screens to a common screen and give them different view panes
2007-08-13T19:07:11  <xorAxAx> should be possible somehow
2007-08-13T19:07:45  <TheSheep> I think I'll rather go with twinview
2007-08-13T19:08:19  <grzywacz> twinview is nvidia only.
2007-08-13T19:30:00  <TheSheep> grzywacz: that's great because I have nvidia :)
2007-08-13T19:30:31  <grzywacz> TheSheep: :p
2007-08-13T19:30:47  <TheSheep> it disabled composite :(
2007-08-13T19:48:18  <CIA-14> moin: Marian Neagul marian@info.uvt.ro work * 2765:35f52a1d1c36 1.7-classify-mneagul/MoinMoin/ (8 files in 3 dirs): PEP8 conformance fixes
2007-08-13T20:48:39  <CIA-14> moin: Marian Neagul marian@info.uvt.ro main * 2766:a3f5e73085d0 1.7-classify-mneagul/MoinMoin/script/recommender/index.py: Small PEP8 fix
2007-08-13T21:03:38  <ThomasWaldmann> moin
2007-08-13T21:09:06  <neagulm> hello ThomasWaldmann
2007-08-13T21:16:29  <CIA-14> moin: Marian Neagul marian@info.uvt.ro main * 2767:56ee31a3b893 1.7-classify-mneagul/MoinMoin/ (2 files in 2 dirs): Fix feature selection bug
2007-08-13T21:23:24  <ThomasWaldmann> TheSheep: i will also upgrade to a NF5200 soon (to finally have dvi 2x1600x1200, the matrox g550 is only doing it with analogue and calibrating the display is cumbersome)
2007-08-13T21:25:34  <CIA-14> moin: Marian Neagul marian@info.uvt.ro main * 2768:803c75dc2aa1 1.7-classify-mneagul/MoinMoin/classifier/recommendation_system.py: Replace sort key parameter with comparison function. The sort key parameter is not available in Python 2.3
2007-08-13T21:26:25  <ThomasWaldmann> neagulm: great you test with 2.3 :)
2007-08-13T21:28:53  <neagulm> ThomasWaldmann, I'm testing my module in win32 with python 2.3
2007-08-13T21:40:34  <ThomasWaldmann> oh, that's really the worst case :D
2007-08-13T21:43:48  <grzywacz> hehe ;]
2007-08-13T21:45:27  <neagulm> ThomasWaldmann, where should I put my minimal numeric array fail-back ?
2007-08-13T21:46:17  <ThomasWaldmann> own code?
2007-08-13T21:46:49  <neagulm> ThomasWaldmann, yes
2007-08-13T21:47:16  <ThomasWaldmann> either in the classifier dir, or, if you think anybody else might use it, under MoinMoin.util
2007-08-13T22:19:14  <grzywacz> Is it ok if I work around the send_page in revert action by using an additional argument with a default value, so that it can be used with xmlrpc?
2007-08-13T22:28:26  <ThomasWaldmann> maybe refactoring revert would be better
2007-08-13T22:44:13  <grzywacz> No idea how to do it. :)
2007-08-13T22:49:13  <ThomasWaldmann> split it into a core function that gets everything as a param and the rest in execute().
2007-08-13T23:11:47  <neagulm> i'm going to sleep...
2007-08-13T23:11:49  <neagulm> good night
2007-08-13T23:53:55  <CIA-14> moin: Karol Nowak <grzywacz@sul.uni.lodz.pl> * 2667:9e1a05495686 1.7-jabber-knowak/jabberbot/main.py: Remove a debugging print.
2007-08-13T23:53:59  <CIA-14> moin: Karol Nowak <grzywacz@sul.uni.lodz.pl> * 2668:165c3f2950dc 1.7-jabber-knowak/jabberbot/xmppbot.py: Fix a typo and an error introduced in recent refactoring.
2007-08-13T23:54:00  <CIA-14> moin: Karol Nowak <grzywacz@sul.uni.lodz.pl> * 2669:7179217f745e 1.7-jabber-knowak/jabberbot/ (bot.py main.py): s/main.py/bot.py/
2007-08-13T23:54:01  <CIA-14> moin: Karol Nowak <grzywacz@sul.uni.lodz.pl> * 2670:8afeb0c659b1 1.7-jabber-knowak/jabberbot/bot.py: Add a hasbang to make launching of the bot easier.
2007-08-13T23:54:02  <CIA-14> moin: Karol Nowak <grzywacz@sul.uni.lodz.pl> * 2671:9bc7d2c14e1f 1.7-jabber-knowak/ (5 files in 3 dirs):
2007-08-13T23:54:04  <CIA-14> moin: Add suport for reverting pages (text-only for now).
2007-08-13T23:54:06  <CIA-14> moin: Attempts to make data form results reporting don't change anything.
2007-08-13T23:54:10  <CIA-14> moin: Karol Nowak <grzywacz@sul.uni.lodz.pl> * 2672:9bbe70281718 1.7-jabber-knowak/ (5 files in 5 dirs): Merge main.
2007-08-13T23:54:13  <CIA-14> moin: Karol Nowak <grzywacz@sul.uni.lodz.pl> * 2673:536e0505c071 1.7-jabber-knowak/: Erm, merge again.
2007-08-13T23:54:28  <ThomasWaldmann> again?
2007-08-13T23:55:16  <grzywacz> Yes, with my own branch. -_-
2007-08-13T23:58:17  <RaphaelBossek> hi all
2007-08-13T23:59:20  <grzywacz> hi
2007-08-13T23:59:28  <RaphaelBossek> I've created a test suite applications which search for non-unicode implementations of parsers... 1.6/MoinMoin/formatter/text_html.py generate strings instead of unicode !
2007-08-13T23:59:44  <RaphaelBossek> and the test case fails...

MoinMoin: MoinMoinChat/Logs/moin-dev/2007-08-13 (last edited 2007-10-29 19:08:54 by localhost)