2008-03-12T00:16:55  <dreimark> ThomasWaldmann: which macro is doing that ?
2008-03-12T00:22:36  <grzywacz> ah
2008-03-12T00:26:40  <dreimark> ThomasWaldmann: because if I call RecentChanges I don't get an exception
2008-03-12T00:28:51  <CIA-38> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 3243:1ad6243cdf06 1.7/MoinMoin/macro/ (6 files): macros: refactor for new arg parser
2008-03-12T00:29:20  <ThomasWaldmann> dreimark: i tried with <<RandomPage>> and <<RandomQuote>>
2008-03-12T00:36:08  <dreimark>  args or
2008-03-12T00:36:17  <dreimark> def macro_RandomQuote(macro, pagename=None):
2008-03-12T00:36:25  <dreimark> if not pagename:
2008-03-12T00:36:37  <dreimark>     pagename = 'FortuneCookies'
2008-03-12T00:36:46  <dreimark> ThomasWaldmann: ?
2008-03-12T00:38:24  <ThomasWaldmann> isn't that equivalent?
2008-03-12T00:39:11  <dreimark> I don't see your changes, may be it is not pushed or
2008-03-12T00:40:07  <dreimark> hmm, seems my clone is broken.
2008-03-12T00:43:50  <dreimark> it is equivalent, and I don't get this exception here. But I do pull a new clone now
2008-03-12T00:48:26  <grzywacz> night
2008-03-12T00:48:38  <dreimark> good night grzywacz
2008-03-12T00:49:55  <dreimark> ThomasWaldmann: no exception with a fresh clone
2008-03-12T00:50:08  <ThomasWaldmann> hmm
2008-03-12T00:51:31  <bolekk> good night
2008-03-12T00:51:42  <dreimark> some tests are broken (7)
2008-03-12T00:52:39  <ThomasWaldmann> it crashes when invoking the (text) editor
2008-03-12T00:53:48  <dreimark> not here and I am not logged in
2008-03-12T00:54:30  * ThomasWaldmann is logged in and uses moin.py
2008-03-12T00:54:57  * dreimark is logged in now too and uses moin.py too
2008-03-12T00:55:34  <dreimark> with that fresh clone I don't have pages in data
2008-03-12T00:55:41  <dreimark> <<RandomQuote>>
2008-03-12T00:55:45  <dreimark> <<RandomPage>>
2008-03-12T00:56:11  <dreimark> besides the Example page where those are added
2008-03-12T00:56:35  <dreimark> ahh, LikePages has to many arguments
2008-03-12T00:58:02  <dreimark> we have to check/fix pages afterwards
2008-03-12T01:02:24  <dreimark> good night
2008-03-12T01:02:37  * ThomasWaldmann fixes FootNote and creole tests
2008-03-12T01:02:41  <ThomasWaldmann> gn dreimark
2008-03-12T01:13:40  <CIA-38> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 3244:886b8969dbc6 1.7/MoinMoin/ (5 files in 3 dirs): fix some unit tests
2008-03-12T09:28:55  <johill> ThomasWaldmann: odd, I'm fairly sure I tested that, will look into it next week (skiing in France this week)
2008-03-12T09:56:18  <dreimark> johill: have fun
2008-03-12T12:42:54  <grzywacz> moin
2008-03-12T15:34:54  <johill> dreimark: oh it's good fun :) raining today though so we're soaked
2008-03-12T15:53:28  <dreimark> johill: I had that trouble yesterday in the evening as I was walking home from the gym
2008-03-12T15:53:38  <dreimark> I was not well prepared
2008-03-12T15:53:39  <johill> raining badly?
2008-03-12T15:55:36  <dreimark> not continously
2008-03-12T15:56:30  <dreimark> some gust of wind and rain
2008-03-12T15:58:20  <dreimark> johill: I don't get this assertion error ThomasWaldmann found yesterday
2008-03-12T16:01:50  <johill> odd
2008-03-12T16:02:02  <johill> do you have an error report from him?
2008-03-12T16:02:06  * johill tries to scroll back
2008-03-12T16:03:47  <johill> can't find it in scrollback
2008-03-12T16:45:24  <dreimark> johill: http://moinmo.in/MoinMoinChat/Logs/moin-dev/2008-03-12
2008-03-12T16:45:34  <dreimark> at top or on bottom on the day before
2008-03-12T16:47:48  <johill> moinmo.in just gives 404
2008-03-12T16:48:01  <johill> huh
2008-03-12T16:48:02  <johill> the DNS is f'ed
2008-03-12T16:48:30  <dreimark> ThomasWaldmann has migrated it to the new server
2008-03-12T16:49:12  <dreimark> 78.47.126.99
2008-03-12T16:49:39  <johill> works now
2008-03-12T16:49:45  <johill> not sure, but we got disconnected too
2008-03-12T16:49:56  <johill> but I can't really see any details about which assertion fails :)
2008-03-12T16:52:43  <dreimark> we have to wait untill he is back
2008-03-12T16:53:15  <johill> I guess
2008-03-12T16:53:20  <johill> I'll probably not around by then though
2008-03-12T16:53:29  <johill> ThomasWaldmann: please tell me which assertion fails
2008-03-12T16:55:18  <ThomasWaldmann> the unicode assertion fails
2008-03-12T16:55:39  <ThomasWaldmann> it fails even with the unit tests if you do not apply my recent "fixed unit tests" changeset
2008-03-12T16:55:43  <ThomasWaldmann> johill:
2008-03-12T16:56:10  <johill> oh. empty strings aren't unicode by default?
2008-03-12T16:56:11  <ThomasWaldmann> (the failure with the unit tests is rather clear, because they used strings, not unicode)
2008-03-12T16:56:31  <johill> I mean empty slices of unicode or something
2008-03-12T16:57:07  <dreimark> bbl
2008-03-12T17:00:36  <ThomasWaldmann> johill: http://test17.moinmo.in/TestWiki17 see there
2008-03-12T17:00:55  <ThomasWaldmann> (the traceback is only in the moin.log, I don't get it in the browser)
2008-03-12T17:01:32  <johill> right
2008-03-12T17:01:43  <johill> which reminds me that I forgot to commit something I think
2008-03-12T17:01:58  <johill> oh no
2008-03-12T17:02:00  <johill> my quilt is just wrong
2008-03-12T17:02:40  <johill> hm
2008-03-12T17:06:28  <johill> will look later, have to go now
2008-03-12T17:15:43  <ThomasWaldmann> mvirkkil: http://moinmo.in/MoinMoinBugs/DocbookInternalAnchorBrokenLink seen that?
2008-03-12T19:20:18  <grzywacz> re

MoinMoin: MoinMoinChat/Logs/moin-dev/2008-03-12 (last edited 2008-03-11 23:30:03 by IrcLogImporter)