2007-09-08T00:24:49  <dreimark> gn
2007-09-08T12:01:07  <ThomasWaldmann> moin
2007-09-08T13:14:09  <ThomasWaldmann> xorAxAx: http://moinmo.in/MoinMoinBugs/1.6devWikiSyncDoesNotDetectOldMoin did you see this?
2007-09-08T13:15:25  <xorAxAx> ah
2007-09-08T13:15:31  <xorAxAx> will fix it
2007-09-08T16:08:32  <CIA-27> moin: Thomas Waldmann <tw AT waldmann-edv DOT de> * 2157:e25d379b9622 1.6/MoinMoin/search/builtin.py: xapian search: remove debug code
2007-09-08T17:10:24  * ThomasWaldmann refactors CHANGES
2007-09-08T17:18:35  <ThomasWaldmann> xorAxAx: btw, the MMDE scripts in contrib/DesktopEdition are completely untested with 1.6
2007-09-08T17:20:38  <xorAxAx> yes
2007-09-08T17:20:58  <xorAxAx> but as i will try to get them running with the first beta they will be usable in the release
2007-09-08T18:00:11  <CIA-27> moin: Thomas Waldmann <tw AT waldmann-edv DOT de> * 2158:1ca98289fa5c 1.6/docs/CHANGES: CHANGES: cleaned up
2007-09-08T18:45:06  <CIA-27> moin: Thomas Waldmann <tw AT waldmann-edv DOT de> * 2804:0e033c419e07 1.7/MoinMoin/parser/ (text.py text_rst.py): parsers: 'inline:' is gone
2007-09-08T18:51:38  * ThomasWaldmann would like to kill ImageLink
2007-09-08T20:19:54  <ThomasWaldmann> hi dreimark
2007-09-08T20:20:11  <dreimark> hi ThomasWaldmann
2007-09-08T20:22:37  <dreimark> ThomasWaldmann: I think I will try to migrate tomorrow two of our large wikis
2007-09-08T20:23:42  <ThomasWaldmann> migrate to what?
2007-09-08T20:25:18  <xorAxAx> 1.5 :)
2007-09-08T20:25:20  <dreimark> from 1.5.8 to 1.6alpha
2007-09-08T20:25:25  <xorAxAx> on a sunday?
2007-09-08T20:25:58  <dreimark> does the day matter ?
2007-09-08T20:27:03  <CIA-27> moin: Thomas Waldmann <tw AT waldmann-edv DOT de> * 2805:f0e5329419f7 1.7/MoinMoin/script/migration/_conv160.py: 1.6 converter: kill */MoinEditorBackup pages (replaced by draft functionality), cleanup docstring
2007-09-08T20:27:17  <ThomasWaldmann> dreimark: don't do that
2007-09-08T20:28:23  <ThomasWaldmann> current 1.6 has markup that will be removed soon and which is not supported by 1.5 to 1.6 migration
2007-09-08T20:30:12  <ThomasWaldmann> what you can do is to try the migration code what it WOULD do on your data, just for the sake of finding problems early
2007-09-08T20:30:54  <dreimark> I wanted to do that just only for testing not changing the productive wiki
2007-09-08T20:31:13  <ThomasWaldmann> then you need to use 1.7 code
2007-09-08T20:31:47  <dreimark> I know, I can do migration in a local copy in 1.7
2007-09-08T20:33:57  <ThomasWaldmann> btw, I would like to kill ImageLink :)
2007-09-08T20:34:57  <dreimark> its ok, if you add scaling to the markup
2007-09-08T20:36:09  <dreimark> ;)
2007-09-08T20:36:21  <ThomasWaldmann> maybe just [[target|{{image|alt|params}}]]
2007-09-08T20:41:15  <dreimark> sounds good, have readed TalkImages
2007-09-08T20:45:19  <dreimark> juergen jokes in br.py  "This very complicated macro produces a line break."
2007-09-08T20:49:43  <ThomasWaldmann> yeah :)
2007-09-08T21:05:29  <CIA-27> moin: Thomas Waldmann <tw AT waldmann-edv DOT de> * 2806:f86a1c914069 1.7/MoinMoin/script/migration/_conv160.py: 1.6 converter: sort rename map
2007-09-08T21:23:40  <CIA-27> moin: Thomas Waldmann <tw AT waldmann-edv DOT de> * 2807:038db199ca6b 1.7/MoinMoin/script/migration/_conv160.py: 1.6 converter: better sorting of rename map
2007-09-08T22:24:51  <dreimark> good that I have recogniced due to the stats bug the class DataBrowserWidget
2007-09-08T22:25:09  <dreimark> I like it very much, tables could be so easy :)
2007-09-08T22:27:47  <ThomasWaldmann> :)
2007-09-08T22:28:03  * ThomasWaldmann refactors transclusion stuff
2007-09-08T22:36:35  <ThomasWaldmann> dreimark: we have a failing getval test
2007-09-08T22:37:42  <dreimark> ThomasWaldmann: that test runs if we start it from the dir macro only
2007-09-08T22:38:08  <dreimark> xorAxAx: told me that this is a known isue for our py.test environment
2007-09-08T22:38:12  <dreimark> issue
2007-09-08T22:38:24  <xorAxAx> dreimark: thats not true
2007-09-08T22:38:45  <xorAxAx> i said that it always works except if you are in the moinmoin package folder
2007-09-08T22:38:55  <xorAxAx> because of relative imports
2007-09-08T22:39:04  <xorAxAx> (and thats not related to the unittesting stuff at all)
2007-09-08T22:44:04  <dreimark> ah ok, how can we solve that
2007-09-08T22:44:46  <vpv> btw, I have one relative import fix in my branch...
2007-09-08T22:45:49  <xorAxAx> dreimark: by e.g. dropping "." out of sys.path in conftest.py, it could be worked around (as i said)
2007-09-08T22:51:20  <vpv> this probably has nothing to do with the test issue, but it's still something that could probably go to main, what do you think? http://hg.moinmo.in/moin/1.7-maninfo-vpv/rev/55d525e18fa4
2007-09-08T22:52:30  <ThomasWaldmann> dreimark: test_getval is broken at 2 places, please fix that
2007-09-08T22:53:37  <dreimark> ThomasWaldmann: testing
2007-09-08T22:53:52  <CIA-27> moin: Thomas Waldmann <tw AT waldmann-edv DOT de> * 2808:a276a0e0f0c8 1.7/MoinMoin/_tests/test_Page.py: fix page tests (we currently have 2 revs/page in underlay)
2007-09-08T23:02:55  <xorAxAx> vpv: yes, looks good for main
2007-09-08T23:04:50  <xorAxAx> vpv: ask somebody to commit it
2007-09-08T23:05:05  <xorAxAx> i am a bit impaired currently
2007-09-08T23:05:52  <vpv> ThomasWaldmann: could you please commit that, when you have time?
2007-09-08T23:07:17  <ThomasWaldmann> vpv: sure
2007-09-08T23:09:44  <CIA-27> moin: Thomas Waldmann <tw AT waldmann-edv DOT de> * 2809:39a9b649d5d0 1.7/MoinMoin/parser/text_moin_wiki.py: wiki parser: make stuff more consistent, implement transclusion desc parsing similar to link desc parsing, clean up
2007-09-08T23:10:50  <CIA-27> moin: Ville-Pekka Vainio <vpivaini AT cs DOT helsinki DOT fi> * 2810:61b6f2793aa9 1.7/MoinMoin/script/moin.py: Don't add a relative path to sys.path but an absolute path
2007-09-08T23:12:24  <vpv> ThomasWaldmann: thanks
2007-09-08T23:16:24  * ThomasWaldmann extends link/transclusion markup now with parameters
2007-09-08T23:20:43  <dreimark> xorAxAx:"." is not in sys.path in conftest.py but three times workspace/moin-1.7
2007-09-08T23:21:20  <xorAxAx> well, the latter is ok
2007-09-08T23:21:24  <xorAxAx> dreimark: is there "" in it?
2007-09-08T23:22:14  <dreimark> xorAxAx: no
2007-09-08T23:23:55  <dreimark> ThomasWaldmann: the getval test runs many times without failure if the testwiki is purged and you run the test from MoinMoin/macro
2007-09-08T23:24:31  <dreimark> searching what makes the difference
2007-09-08T23:24:52  <ThomasWaldmann> dreimark: it should also run from the toplevel dir
2007-09-08T23:25:47  <dreimark> true, but the reason is I guess is not a failure of this test script. we have had something similiar during soc
2007-09-08T23:43:28  <dreimark> It seems it can not run after a test in _tests/test_Page.py
2007-09-08T23:44:10  <dreimark> currently I try to find out which one it is
2007-09-08T23:45:17  <dreimark> currently saveText tells me "Immutable: Page is immutable!"
2007-09-08T23:45:21  <dreimark> but there is no page
2007-09-08T23:45:56  <dreimark> if I wait then some minutes the test runs perfectly
2007-09-08T23:46:07  <dreimark> ThomasWaldmann:
2007-09-08T23:46:40  <ThomasWaldmann> well, debug it :)
2007-09-08T23:46:44  <dreimark> doinf
2007-09-08T23:46:49  <dreimark> ing
2007-09-08T23:52:22  <xorAxAx> OMG, another caching bug
2007-09-08T23:52:42  <dreimark> test_Page testPageList is broken
2007-09-08T23:52:47  <dreimark> xorAxAx: yeah
2007-09-08T23:52:54  <xorAxAx> thomas should fix them ...
2007-09-08T23:53:19  <CIA-27> moin: Thomas Waldmann <tw AT waldmann-edv DOT de> * 2811:46dba22d0fdf 1.7/MoinMoin/parser/text_moin_wiki.py: wiki parser: introduce link and transclusion params, strip spaces with the regex
2007-09-08T23:53:53  <dreimark> ThomasWaldmann: if testPageList is skipped getval test runs. looks like a caching issue
2007-09-08T23:55:05  <ThomasWaldmann> maybe, maybe not
2007-09-08T23:55:08  <xorAxAx> ...

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