1 2010-06-09T00:26:55  <valeuf> waldi: I need to change my converter according to your changes ^ ^
   2 2010-06-09T00:44:58  <ThomasWaldmann> RogerHaase: request.script_root or so
   3 2010-06-09T00:49:48  <CIA-47> Valentin Janiaut <valentin.janiaut@utbm.fr> default * 8324:2dbe731460ac 2.0-dev-docbook-html-vjaniaut/ (92 files in 22 dirs): merged moin/2.0-dev
   4 2010-06-09T00:49:50  <CIA-47> Valentin Janiaut <valentin.janiaut@utbm.fr> default * 8325:20e618bf343f 2.0-dev-docbook-html-vjaniaut/MoinMoin/converter2/ (_tests/test_html_in.py html_in.py): Fix code for html_in converter after the merge
   5 2010-06-09T00:50:36  <valeuf> waldi: I changed my test and converter after the merge with your code, if you can have a look to check I did not do anything stupid, it would be nice
   6 2010-06-09T00:51:13  <valeuf> it actually works for my test, but I am not sure it follows your idea for the factory
   7 2010-06-09T00:53:13  <waldi> valeuf: looks okay
   8 2010-06-09T00:53:22  <valeuf> waldi: thanks :)
   9 2010-06-09T01:52:40  *** RogerHaase has quit IRC
  10 2010-06-09T05:17:59  *** kursor has joined #moin-dev
  11 2010-06-09T05:19:25  *** RogerHaase has joined #moin-dev
  12 2010-06-09T06:26:15  *** kursor has quit IRC
  13 2010-06-09T06:31:09  *** RogerHaase has left #moin-dev
  14 2010-06-09T07:47:11  *** ronny has joined #moin-dev
  15 2010-06-09T08:19:22  *** DmitryAndreev has quit IRC
  16 2010-06-09T09:45:10  <ThomasWaldmann> moin
  17 2010-06-09T10:02:13  <dreimark> moin
  18 2010-06-09T10:10:18  *** gwork has joined #moin-dev
  19 2010-06-09T10:15:15  <ThomasWaldmann> diofeher: http://hg.moinmo.in/moin/2.0-dev-jinja2-plugins-dfeher/rev/2dc1f90a651e#l1.17 it always and only uses default theme that way
  20 2010-06-09T10:17:30  *** DmitryAndreev has joined #moin-dev
  21 2010-06-09T10:18:18  <ThomasWaldmann> diofeher: http://hg.moinmo.in/moin/2.0-dev-jinja2-plugins-dfeher/rev/2dc1f90a651e#l2.108 that should be put into templating env when env is set up
  22 2010-06-09T11:41:16  <valeuf> moin ^ ^
  23 2010-06-09T11:43:16  <ThomasWaldmann> hi valeuf
  24 2010-06-09T11:50:09  <DmitryAndreev> = 40 passed in 0.48 seconds = - before merge; = 40 passed in 1.34 seconds = - after merge;
  25 2010-06-09T11:59:10  <ThomasWaldmann> 40 of what?
  26 2010-06-09T11:59:34  <DmitryAndreev> tests of moinwiki_out
  27 2010-06-09T12:01:12  <ThomasWaldmann> can you reproduce?
  28 2010-06-09T12:02:47  <DmitryAndreev> yes, i have versions before merge and after. 40 passed in 0.47 seconds 40 passed in 0.46 seconds ||  40 passed in 1.37 seconds  40 passed in 1.35 seconds
  29 2010-06-09T12:02:58  <ThomasWaldmann> or rather: did you run each of them multiple times, to makes sure it isn't caching or something?
  30 2010-06-09T12:03:29  <DmitryAndreev> multiple times ofc
  31 2010-06-09T12:04:16  <valeuf> I can try test before and after merge also
  32 2010-06-09T12:04:21  <ThomasWaldmann> and the tests itself didn't change in meantime?
  33 2010-06-09T12:05:51  <DmitryAndreev> changes like __init__(self, request)-> __init__(self)
  34 2010-06-09T12:06:06  <valeuf> DmitryAndreev: I think it is problem of cache
  35 2010-06-09T12:06:12  <valeuf> DmitryAndreev: run test few times
  36 2010-06-09T12:06:42  <DmitryAndreev> valeuf, in you tests results ~=?
  37 2010-06-09T12:07:01  <DmitryAndreev> ok. maybe
  38 2010-06-09T12:07:21  <valeuf> ah no
  39 2010-06-09T12:07:22  <valeuf> I agree
  40 2010-06-09T12:07:25  <valeuf> there is big change
  41 2010-06-09T12:08:15  <ThomasWaldmann> DmitryAndreev: did your converter change between measurements?
  42 2010-06-09T12:08:46  <ThomasWaldmann> if not, it could be ET.XML?
  43 2010-06-09T12:09:07  <ThomasWaldmann> waldi: any idea? ^^
  44 2010-06-09T12:09:26  <CIA-47> Dmitry Andreev <klieg.polar@gmail.com> default * 8242:adb1c5fd1155 2.0-dev-wiki-rest-dandreev/MoinMoin/converter2/ (_tests/test_moinwiki_in_out.py moinwiki_out.py): DOM->Moinwiki: bugfix for macros without arguments
  45 2010-06-09T12:09:27  <valeuf> here are my results : http://paste.pocoo.org/show/223486/
  46 2010-06-09T12:09:39  <CIA-47> Dmitry Andreev <klieg.polar@gmail.com> default * 8299:cbdeb1336205 2.0-dev-wiki-rest-dandreev/ (92 files in 22 dirs): merged moin/2.0-dev
  47 2010-06-09T12:09:43  <CIA-47> Dmitry Andreev <klieg.polar@gmail.com> default * 8300:b7d337f484c7 2.0-dev-wiki-rest-dandreev/MoinMoin/converter2/ (3 files in 2 dirs): DOM->Moinwiki: Fix code after merge
  48 2010-06-09T12:12:16  <DmitryAndreev> ThomasWaldmann, http://hg.moinmo.in/moin/2.0-dev-wiki-rest-dandreev/rev/b7d337f484c7 changes between  measurements
  49 2010-06-09T12:14:15  <ThomasWaldmann> valeuf: in your merge changeset, i don't see much that could influence speed of some basic converter-only tests
  50 2010-06-09T12:14:35  <ThomasWaldmann> valeuf: so, did you also upgrade EmeraldTree meanwhile?
  51 2010-06-09T12:14:42  <valeuf> ThomasWaldmann: well, it was quite a big merge, so the problem can come from many place
  52 2010-06-09T12:15:09  <ThomasWaldmann> the merge cs isn't that big
  53 2010-06-09T12:15:41  <valeuf> ThomasWaldmann: since emerald tree is in support, it is not automatically updated ?
  54 2010-06-09T12:18:14  <ThomasWaldmann> hmm, right. it is updated if someone updates it. :)
  55 2010-06-09T12:18:34  <ThomasWaldmann> (it is developed in separate repo)
  56 2010-06-09T12:20:10  <ThomasWaldmann> it is 19 revs behind in moin/2.0-dev
  57 2010-06-09T12:20:11  <valeuf> ThomasWaldmann: yep, but I think someone should commit the change to the main repos (I can manually copy the files from the other repos into support, but it is quite dirty)
  58 2010-06-09T12:21:19  <ThomasWaldmann> waldi: if you think it is safe updating, please update MoinMoin.support.emeraldtree
  59 2010-06-09T12:23:58  <ThomasWaldmann> http://hg.moinmo.in/moin/2.0-dev/rev/9fa06bbf6d3e that was my first (and latest) update of it
  60 2010-06-09T12:24:57  <ThomasWaldmann> valeuf: DmitryAndreev: ok, so if you just use the MoinMoin.support.emeraldtree, it is not related to that
  61 2010-06-09T12:26:28  <ThomasWaldmann> so, i guess we need more information.
  62 2010-06-09T12:29:24  <ThomasWaldmann> bbl
  63 2010-06-09T12:46:13  *** kursor has joined #moin-dev
  64 2010-06-09T12:46:57  *** kursor has joined #moin-dev
  65 2010-06-09T12:59:59  <waldi> ThomasWaldmann: is there a reason for not using a subrepository?
  66 2010-06-09T13:44:36  <valeuf> eSyr: Thanks a lot for refactoring HTML equivalences ! I did not know the rowbgcolor attribute ....
  67 2010-06-09T14:07:59  * dreimark hates time formattings 
  68 2010-06-09T14:16:17  *** franklin has quit IRC
  69 2010-06-09T14:16:18  *** franklin has joined #moin-dev
  70 2010-06-09T14:16:28  *** franklin has joined #moin-dev
  71 2010-06-09T14:16:53  *** franklin has joined #moin-dev
  72 2010-06-09T14:24:33  <CIA-47> Valentin Janiaut <valentin.janiaut@utbm.fr> default * 8326:ce20ccab8868 2.0-dev-docbook-html-vjaniaut/MoinMoin/converter2/_tests/test_html_in.py: Add lists elements unit tests for HTML_IN converter
  73 2010-06-09T14:29:14  <valeuf> bbl
  74 2010-06-09T14:55:50  *** RogerHaase has joined #moin-dev
  75 2010-06-09T15:48:27  *** DmitryAndreev has quit IRC
  76 2010-06-09T16:01:03  *** DmitryAndreev has joined #moin-dev
  77 2010-06-09T17:16:00  <ThomasWaldmann> waldi: that's rather new
  78 2010-06-09T17:16:26  <waldi> yeah, 1.3
  79 2010-06-09T17:35:43  <dreimark> bbl
  80 2010-06-09T18:14:26  *** diofeher has quit IRC
  81 2010-06-09T18:14:41  *** diofeher has joined #moin-dev
  82 2010-06-09T18:30:37  *** DmitryAndreev has quit IRC
  83 2010-06-09T18:37:15  <ThomasWaldmann> waldi: 1.5 (at least the wiki page tells so)
  84 2010-06-09T18:43:22  *** diofeher has quit IRC
  85 2010-06-09T18:43:52  *** diofeher has joined #moin-dev
  86 2010-06-09T18:44:50  <waldi> "This feature was introduced in a preliminary form in Mercurial 1.3" (http://mercurial.selenic.com/wiki/subrepos)
  87 2010-06-09T18:46:49  <ThomasWaldmann> ah, 1.5 was special stuff, ok
  88 2010-06-09T18:47:58  <waldi> the behaviour is a little bit arkward, especially if you do clone cascades, the sub repository retains the original source information
  89 2010-06-09T19:00:29  <dreimark> ei-grad: what are you doing?
  90 2010-06-09T19:33:48  *** kursor has quit IRC
  91 2010-06-09T20:06:15  * dreimark likes sphinx
  92 2010-06-09T20:12:15  <dreimark> eSyr: we have a bug in implementing of params
  93 2010-06-09T20:12:27  <dreimark> http://moinmo.in/4ct10n/info/WikiSandBox?action=diff&rev2=1781&rev1=1780
  94 2010-06-09T20:14:54  <dreimark> is reproducable on standalone server
  95 2010-06-09T21:31:17  *** DmitryAndreev has joined #moin-dev
  96 2010-06-09T23:17:03  *** DmitryAndreev has quit IRC
  97 2010-06-09T23:28:59  *** DmitryAndreev has joined #moin-dev
  98 

MoinMoin: MoinMoinChat/Logs/moin-dev/2010-06-09 (last edited 2010-06-08 22:45:02 by IrcLogImporter)