1 2011-09-22T02:03:40  *** MattMaker has quit IRC
   2 2011-09-22T02:03:57  *** MattMaker has joined #moin-dev
   3 2011-09-22T03:40:20  *** jek has quit IRC
   4 2011-09-22T03:40:20  *** jek has joined #moin-dev
   5 2011-09-22T09:57:49  <dreimark> moin
   6 2011-09-22T11:27:34  *** greg_f has joined #moin-dev
   7 2011-09-22T11:28:59  *** greg_f has joined #moin-dev
   8 2011-09-22T12:12:00  *** raignarok has joined #moin-dev
   9 2011-09-22T12:23:09  <dreimark> ThomasWaldmann: should we have +create for new items instead of mofify?
  10 2011-09-22T12:23:24  <dreimark> s/mofify/+modify/
  11 2011-09-22T12:23:58  <dreimark> that makes it possible to disable create but allow modify
  12 2011-09-22T12:50:46  *** raignarok has quit IRC
  13 2011-09-22T12:55:26  <ThomasWaldmann> dreimark: no, that is dealt with internally
  14 2011-09-22T13:00:21  <ThomasWaldmann> and what we really do is create revisions, always
  15 2011-09-22T14:27:03  <ronny> \
  16 2011-09-22T14:31:14  <ThomasWaldmann>  o/
  17 2011-09-22T14:33:35  <ronny> ascii art arm ripoff accidents suck
  18 2011-09-22T16:15:44  <dreimark> ThomasWaldmann: yes, I got on it because of describing the workflow
  19 2011-09-22T16:15:51  <dreimark> you create an item by +modify
  20 2011-09-22T16:16:20  <dreimark> and also modify by +modify
  21 2011-09-22T16:16:49  <dreimark> and you are only allowed to create an item if you have the create right
  22 2011-09-22T16:22:35  *** jek has quit IRC
  23 2011-09-22T16:26:11  *** jek has joined #moin-dev
  24 2011-09-22T17:17:40  <ThomasWaldmann> dreimark: acl rights are unrelated to urls, but related to what internally happens
  25 2011-09-22T18:21:30  <dreimark> I know
  26 2011-09-22T18:21:54  * dreimark wants comments for http://moinmo.in/ReimarBauer/PyConDELeipzig
  27 2011-09-22T18:22:17  <dreimark> I have a tools which makes from such a rst structure a sphinx document
  28 2011-09-22T18:22:41  <dreimark> and next is that I works on a slideshow theme for that talk
  29 2011-09-22T18:24:39  *** jek has quit IRC
  30 2011-09-22T18:24:39  *** jek has joined #moin-dev
  31 2011-09-22T18:27:47  <dreimark> bbl
  32 2011-09-22T18:31:24  <ThomasWaldmann> dreimark: btw, for your talk, we need to rewrite storage parts of it
  33 2011-09-22T19:19:13  *** greg_f has quit IRC
  34 2011-09-22T22:45:13  <ThomasWaldmann> ronny: can you explain test_destroy_create_dont_touch_ro
  35 2011-09-22T22:51:53  <ThomasWaldmann> ronny: http://paste.pocoo.org/show/480765/
  36 2011-09-22T22:56:36  <ronny> ThomasWaldmann: mounted ro backends shouldnt be affected by create/destroy
  37 2011-09-22T23:04:34  <ronny> ThomasWaldmann: 37/38 looks wrong
  38 2011-09-22T23:09:45  <ThomasWaldmann> that was just to show what's currently needed to "make test work" :)
  39 2011-09-22T23:16:19  <ronny> ThomasWaldmann: then there might be something wrong
  40 2011-09-22T23:16:50  <ronny> same goes for the open/create reordering it seeem
  41 2011-09-22T23:16:52  <ronny> hmm
  42 2011-09-22T23:17:04  <ronny> i need sleep, i cant think very well atm
  43 2011-09-22T23:17:14  <ThomasWaldmann> ronny: i added create/destroy for memory store
  44 2011-09-22T23:17:44  <ronny> ThomasWaldmann: huh? wasnt that self.st = None/{}
  45 2011-09-22T23:18:30  <ThomasWaldmann> http://paste.pocoo.org/show/480780/ that was my change
  46 2011-09-22T23:19:44  <ronny> ThomasWaldmann: thats not consistent with sqlite/kc/kt
  47 2011-09-22T23:20:22  <ThomasWaldmann> ah, open was missing
  48 2011-09-22T23:20:24  <ronny> ThomasWaldmann: and its even internally inconsistent
  49 2011-09-22T23:20:54  <ronny> open without create is broken, destroy without close is broken
  50 2011-09-22T23:20:59  <ronny> you made a big mess
  51 2011-09-22T23:21:57  <ThomasWaldmann> memory has all 4 ops now
  52 2011-09-22T23:26:11  <ronny> ThomasWaldmann: but they dont make sense that way
  53 2011-09-22T23:26:26  <ronny> make it at least consistent with the others
  54 2011-09-22T23:30:42  <ThomasWaldmann> i do not see it is inconsistent
  55 2011-09-22T23:31:11  <ThomasWaldmann> create makes an empty store available, destroy kills the store
  56 2011-09-22T23:31:41  <ThomasWaldmann> open opens the store with whatever contents it has, close closes it
  57 2011-09-22T23:31:59  <ThomasWaldmann> and close does not destroy contents, that was wrong on memory store
  58 2011-09-22T23:34:52  <ThomasWaldmann> btw, the storage tests fail with strange pytest related errors depending on from what directory py.test is invoked
  59 2011-09-22T23:38:47  <ronny> hmm, that needs fixing
  60 2011-09-22T23:38:58  <ronny> i tought i used pytest's tmpdir everywhere
  61 2011-09-22T23:39:05  <ronny> maybe i missed something
  62 2011-09-22T23:39:37  <ronny> ThomasWaldmann: can you send me a mail or assign me issues, i wont be able to fix it tonight
  63 2011-09-22T23:39:39  <ThomasWaldmann> http://paste.pocoo.org/show/480792/ now it works
  64 2011-09-22T23:40:00  <ThomasWaldmann> no problem, sleep well, we can talk tomorrow
  65 2011-09-22T23:40:28  <ronny> night

MoinMoin: MoinMoinChat/Logs/moin-dev/2011-09-22 (last edited 2011-09-22 00:45:03 by IrcLogImporter)