1 2010-03-07T00:35:56  <dreimark> gn
   2 2010-03-07T04:30:36  <CIA-47> Eugene Syromyatnikov <evgsyr@gmail.com> default * 5605:4e97cb1bf992 1.9/MoinMoin/events/notification.py:
   3 2010-03-07T04:30:36  <CIA-47> events/notification.py: Removed docstring change introduced in 67e542fc0f81 by patch from http://moinmo.in/MoinMoinPatch/SameEmailSubjectFormatForEveryNotification
   4 2010-03-07T04:30:36  <CIA-47> Patch implemented by Dmitri Janczak.
   5 2010-03-07T04:30:37  <CIA-47> Eugene Syromyatnikov <evgsyr@gmail.com> default * 5606:a75a71cacf69 1.9/MoinMoin/search/_tests/test_search.py: Merge
   6 2010-03-07T10:53:15  *** kursor has joined #moin-dev
   7 2010-03-07T11:31:03  *** tpfennig has joined #moin-dev
   8 2010-03-07T11:48:23  <ThomasWaldmann> moin
   9 2010-03-07T12:26:13  *** kursor has quit IRC
  10 2010-03-07T13:17:22  <ThomasWaldmann> dreimark: waldi: xorAxAx: TheSheep: http://moinmo.in/GoogleSoc2010/InitialProjectIdeas
  11 2010-03-07T13:18:18  <ThomasWaldmann> we have about 1.5 days left until org application time
  12 2010-03-07T13:19:58  <TheSheep> you want more ideas?
  13 2010-03-07T13:23:09  <waldi> mongodb? urgs
  14 2010-03-07T13:23:11  <ThomasWaldmann> depends on the idea
  15 2010-03-07T13:23:41  <ThomasWaldmann> priority should have the stuff we really need
  16 2010-03-07T13:24:43  <ThomasWaldmann> some stuff on that page has questions, they should get answered
  17 2010-03-07T13:25:41  <ThomasWaldmann> requirements should get checked, if someone wants to add estimates about how hard something is or how long it could take, that is also useful maybe
  18 2010-03-07T13:26:21  <ThomasWaldmann> waldi: I am still searching for good kv store
  19 2010-03-07T13:26:57  <waldi> mongodb is not in a practical usable state. it felt apart on the first look
  20 2010-03-07T13:27:32  * TheSheep notes that there are no questions he could answer and goes back to hibernation
  21 2010-03-07T13:27:47  <ThomasWaldmann> i already removed it, because it was too unspecific even for a suggestion
  22 2010-03-07T13:28:25  <ThomasWaldmann> TheSheep: more ideas about the theming stuff maybe?
  23 2010-03-07T13:28:59  <ThomasWaldmann> waldi: is all listed under "DOM" really TODO?
  24 2010-03-07T13:29:16  <ThomasWaldmann> something big missing?
  25 2010-03-07T13:36:33  <waldi> no, however I would consider the back-conversions less important, especially for formats like docbook
  26 2010-03-07T13:38:35  * ThomasWaldmann just thought it would be easier to do that pair-wise (back and forth)
  27 2010-03-07T13:39:25  <waldi> usually not. backward is just applying a bunch of rules, forward is interpreting (at least for the wiki-like formats)
  28 2010-03-07T13:41:48  <ThomasWaldmann> but it's the same format and one wants to check for roundtripping
  29 2010-03-07T14:00:15  *** kursor has joined #moin-dev
  30 2010-03-07T14:14:59  *** JosefMeier has joined #moin-dev
  31 2010-03-07T14:15:56  <dreimark> moin
  32 2010-03-07T14:16:07  <JosefMeier> Moin
  33 2010-03-07T14:17:36  *** JosefMeier has quit IRC
  34 2010-03-07T14:17:57  * dreimark debugs xapian and its queue caching
  35 2010-03-07T14:18:27  *** JosefMeier has joined #moin-dev
  36 2010-03-07T14:21:42  <dreimark> join #ckeditor
  37 2010-03-07T14:22:59  <dreimark> JosefMeier: i debug currently test_search
  38 2010-03-07T14:23:36  <dreimark> afterwards i continue with the content issue
  39 2010-03-07T14:26:10  <JosefMeier> Ok
  40 2010-03-07T14:29:48  <dreimark> CKEditor 3.2 released!
  41 2010-03-07T15:38:03  <dreimark> strange i can't step into filesys.rename
  42 2010-03-07T15:56:43  *** kursor has quit IRC
  43 2010-03-07T17:11:13  <ThomasWaldmann> dreimark: on posix, there isn't much to step in
  44 2010-03-07T17:18:44  <dreimark> recognized it overloads rename
  45 2010-03-07T17:18:52  <dreimark> os.rename
  46 2010-03-07T17:38:55  <dreimark> ThomasWaldmann: http://paste.pocoo.org/show/186693/
  47 2010-03-07T17:40:29  <dreimark> similiar to handle_renamed and not the same as handle_changed
  48 2010-03-07T17:44:07  <ThomasWaldmann> why do you want something different than handle_changed?
  49 2010-03-07T17:45:19  <dreimark> the queue could handle more than on entry and now=False
  50 2010-03-07T17:45:51  <dreimark> makes it a longer queue and i don't run in the (unknown) timeing issue
  51 2010-03-07T17:47:48  * dreimark makes some real tests
  52 2010-03-07T17:49:12  * ThomasWaldmann suggests you first find the issue and then try fixing it
  53 2010-03-07T17:49:27  <dreimark> ideas are welcome
  54 2010-03-07T17:49:53  <dreimark> after 8h debugging i have no idea
  55 2010-03-07T17:55:51  * ThomasWaldmann clones and tries to reproduce
  56 2010-03-07T17:56:10  <dreimark> the most annoying part is that it needs at least 1s after page.deletePage() for indexing the new created page with the same content
  57 2010-03-07T17:56:38  * dreimark has it on three different systems
  58 2010-03-07T17:59:27  <ThomasWaldmann> 1445 passed, 72 skipped in 234.71 seconds
  59 2010-03-07T18:01:36  <dreimark> http://moinmo.in/MoinMoinBugs/1.9.2XapianIndexUpdate?action=AttachFile&do=view&target=debug_index_and_nuke.py
  60 2010-03-07T18:02:06  <dreimark> ThomasWaldmann: do you have xapian on your test system?
  61 2010-03-07T18:02:45  <ThomasWaldmann> ii  libxapian15                                1.0.15-2ubuntu2                            Search engine library
  62 2010-03-07T18:02:48  <ThomasWaldmann> ii  python-xapian                              1.0.14-1build1                             Xapian search engine interface for Python
  63 2010-03-07T18:03:46  <dreimark> which py.test version?
  64 2010-03-07T18:04:10  <dreimark> Python 2.6.2 -- pytest-1.2.1
  65 2010-03-07T18:05:18  <ThomasWaldmann> This is py.test version 1.0.1, imported from /usr/local/lib/python2.6/dist-packages/py-1.0.1-py2.6.egg/py
  66 2010-03-07T18:05:24  *** tpfennig has quit IRC
  67 2010-03-07T18:09:58  <dreimark> can you try py.test MoinMoin/search/_tests/test_search.py
  68 2010-03-07T18:13:00  <ThomasWaldmann> that has failing tests
  69 2010-03-07T18:13:29  <dreimark> it is strange that it hasn't if it called with all tests
  70 2010-03-07T18:13:39  <dreimark>  961 passed, 75 skipped in 204.44 seconds
  71 2010-03-07T18:13:39  <ThomasWaldmann> as I said...
  72 2010-03-07T18:14:28  <dreimark> i know but if it would change the state in a wrong way it gives always errors
  73 2010-03-07T18:15:04  <dreimark> and the example i wrote is showing also an error
  74 2010-03-07T18:21:00  <dreimark> ThomasWaldmann: is something wrong in my example http://moinmo.in/MoinMoinBugs/1.9.2XapianIndexUpdate?action=AttachFile&do=view&target=debug_index_and_nuke.py
  75 2010-03-07T18:21:18  <dreimark> or do you get both times True ?
  76 2010-03-07T18:24:19  <CIA-47> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 5607:bfa6703607bb 1.9/MoinMoin/support/pygments/ (lexers/_asybuiltins.py styles/monokai.py): add missing files of pygments 1.2.2
  77 2010-03-07T18:26:35  <ThomasWaldmann> found that ^^ while cleaning up :)
  78 2010-03-07T18:30:14  * dreimark looks for state changing tests too
  79 2010-03-07T18:33:51  <ThomasWaldmann> it's 0 or 1 for the first (fail) and 6 for the second (succeeds)
  80 2010-03-07T18:37:01  <dreimark> same for me, and that changes if
  81 2010-03-07T18:37:36  <dreimark> a) time.sleep(1) after nuke
  82 2010-03-07T18:38:20  <dreimark> b) removing xapian_indexing handle_deleted event
  83 2010-03-07T18:38:51  <dreimark> c) changing it that the queue is not processed
  84 2010-03-07T18:39:13  <dreimark> and a-c is not the real solution
  85 2010-03-07T18:41:52  <dreimark> at first i thouht it is because of the fast ssd disk, but that isn't the reason
  86 2010-03-07T19:08:23  *** JosefMeier_ has joined #moin-dev
  87 2010-03-07T19:10:22  *** JosefMeier has quit IRC
  88 2010-03-07T19:10:23  *** JosefMeier_ is now known as JosefMeier
  89 2010-03-07T19:37:24  *** kursor has joined #moin-dev
  90 2010-03-07T20:10:35  <CIA-47> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 5608:4b8bc0c4199e 1.9/MoinMoin/util/filesys.py: (log message trimmed)
  91 2010-03-07T20:10:35  <CIA-47> MoinMoin.util.filesys: disable usage of dircache, deprecate dc* functions (details below)
  92 2010-03-07T20:10:35  <CIA-47> The dircache stdlib module can't work for fast updates of directories.
  93 2010-03-07T20:10:35  <CIA-47> It uses an mtime check on the directory to determine whether it has changed
  94 2010-03-07T20:10:35  <CIA-47> and returns cached stuff if it thinks it didn't change.
  95 2010-03-07T20:10:35  <CIA-47> This will just go wrong, if you update the directory faster than directory mtime
  96 2010-03-07T20:10:36  <CIA-47> granularity of the filesystem (the mtime might not change then).
  97 2010-03-07T20:23:15  *** kursor has quit IRC
  98 2010-03-07T20:27:26  <CIA-47> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 5609:4c6a4adf0540 1.9/MoinMoin/ (Page.py _tests/test_user.py caching.py user.py):
  99 2010-03-07T20:27:27  <CIA-47> remove all calls to filesys.dc* (dclistdir, dcdisable), remove unused imports
 100 2010-03-07T20:27:27  <CIA-47> reason: dc* is broken and deprecated, see previous changeset.
 101 2010-03-07T20:38:31  <ThomasWaldmann> hmm, should've fixed that in 1.8...
 102 2010-03-07T20:53:09  <CIA-47> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 4496:ad60b3570553 1.8/MoinMoin/util/filesys.py: (log message trimmed)
 103 2010-03-07T20:53:09  <CIA-47> MoinMoin.util.filesys: disable usage of dircache, deprecate dc* functions (details below)
 104 2010-03-07T20:53:09  <CIA-47> The dircache stdlib module can't work for fast updates of directories.
 105 2010-03-07T20:53:09  <CIA-47> It uses an mtime check on the directory to determine whether it has changed
 106 2010-03-07T20:53:09  <CIA-47> and returns cached stuff if it thinks it didn't change.
 107 2010-03-07T20:53:09  <CIA-47> This will just go wrong, if you update the directory faster than directory mtime
 108 2010-03-07T20:53:10  <CIA-47> granularity of the filesystem (the mtime might not change then).
 109 2010-03-07T20:53:10  <CIA-47> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 4497:cc15366f7b74 1.8/MoinMoin/ (Page.py _tests/test_user.py caching.py user.py):
 110 2010-03-07T20:53:11  <CIA-47> remove all calls to filesys.dc* (dclistdir, dcdisable), remove unused imports
 111 2010-03-07T20:53:11  <CIA-47> reason: dc* is broken and deprecated, see previous changeset.
 112 2010-03-07T20:59:34  <CIA-47> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 5613:ee3540cf6d49 1.9/MoinMoin/ (5 files in 4 dirs): merged moin/1.8
 113 2010-03-07T21:14:06  *** franklin has quit IRC
 114 2010-03-07T21:14:46  *** franklin has joined #moin-dev
 115 2010-03-07T21:36:36  <CIA-47> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 5614:f76914e77229 1.9/ (20 files in 5 dirs): upgrade pygments to 1.3.1
 116 2010-03-07T21:59:48  <CIA-47> Reimar Bauer <rb.proj AT googlemail DOT com> default * 5615:db8483f60775 1.9/docs/REQUIREMENTS: docs/REQUIREMENTS: info TWikiDraw and AnyWikiDraw added
 117 2010-03-07T21:59:49  <CIA-47> Reimar Bauer <rb.proj AT googlemail DOT com> default * 5616:ae929978d755 1.9/ (20 files in 5 dirs): merged main
 118 2010-03-07T22:18:11  <CIA-47> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 5617:9c27b8589342 1.9/ (315 files in 42 dirs): updated FCKeditor from 2.6.4.1 to 2.6.6
 119 2010-03-07T22:23:25  *** grzywacz has joined #moin-dev
 120 2010-03-07T23:48:40  *** franklin_ has joined #moin-dev
 121 2010-03-07T23:50:39  *** franklin has quit IRC
 122 

MoinMoin: MoinMoinChat/Logs/moin-dev/2010-03-07 (last edited 2010-03-06 23:45:03 by IrcLogImporter)