1 2013-01-25T02:17:34  *** dwcramer has quit IRC
   2 2013-01-25T02:31:32  *** dwcramer has joined #moin-dev
   3 2013-01-25T05:42:32  *** dwcramer has quit IRC
   4 2013-01-25T08:14:50  <dreimark> moin
   5 2013-01-25T09:23:02  *** spy has joined #moin-dev
   6 2013-01-25T10:05:25  *** greg_f has joined #moin-dev
   7 2013-01-25T10:27:18  *** philipsd6 has quit IRC
   8 2013-01-25T10:29:29  *** philipsd6 has joined #moin-dev
   9 2013-01-25T11:15:04  <dreimark> env/bin/python env/bin/moin.py
  10 2013-01-25T11:18:16  <dreimark> (without activating the env beforehand)
  11 2013-01-25T11:41:15  *** ronny has joined #moin-dev
  12 2013-01-25T11:41:19  <ronny> blub
  13 2013-01-25T11:42:24  *** MattMaker has quit IRC
  14 2013-01-25T14:10:46  <ThomasWaldmann> hi ronny
  15 2013-01-25T14:11:00  <ThomasWaldmann> btw, i am working on modifying the storage layer a bit
  16 2013-01-25T14:11:06  <ronny> oh?
  17 2013-01-25T14:11:16  <ThomasWaldmann> returning an already opened file as "data" isn't good
  18 2013-01-25T14:11:31  <ronny> so dup fd?
  19 2013-01-25T14:11:37  <ronny> or reopen?
  20 2013-01-25T14:11:49  <ThomasWaldmann> I am trying returning an "opener" now
  21 2013-01-25T14:11:52  <ronny> i vaugely remember not doing things to files
  22 2013-01-25T14:11:59  <ThomasWaldmann> so it is:
  23 2013-01-25T14:12:07  <ThomasWaldmann> meta, data = retrieve(...)
  24 2013-01-25T14:12:19  <ThomasWaldmann> with data() as data:
  25 2013-01-25T14:12:23  *** dwcramer has joined #moin-dev
  26 2013-01-25T14:12:27  <ThomasWaldmann>     x = data.read()
  27 2013-01-25T14:13:09  <ThomasWaldmann> this has 2 advantages:
  28 2013-01-25T14:13:36  <ThomasWaldmann> it doesn't open data file if you are just interested in the meta (and you don't need to close them for that case)
  29 2013-01-25T14:14:22  <ThomasWaldmann> you can directly open and close them where you need it, likely using with statement
  30 2013-01-25T14:14:44  <ThomasWaldmann> (and you can even open them multiple times, if needed)
  31 2013-01-25T14:16:07  <ThomasWaldmann> roger haase had discovered some issue on windows (trying to delete an open file doesn't work there), so we found we have still a slight "open files" issue
  32 2013-01-25T14:19:48  <ThomasWaldmann> i first thought about returning a modified file implementation "File" that opens in __enter__ and closes in __exit__, but xorAxAx suggested the callable then which can just open a normal file.
  33 2013-01-25T14:30:12  *** dwcramer has quit IRC
  34 2013-01-25T14:42:04  <ronny> i see
  35 2013-01-25T14:42:14  <ronny> hmm
  36 2013-01-25T15:16:39  <moinBot> http://hg.moinmo.in/moin/1.9/rev/9a9af7912a44 2013-01-25 Thomas Waldmann <tw AT waldmann-edv DOT de>  moin account resetpw: fix typo
  37 2013-01-25T15:32:33  *** RogerHaase has joined #moin-dev
  38 2013-01-25T15:47:56  *** dwcramer has joined #moin-dev
  39 2013-01-25T16:07:38  *** ronny2 has joined #moin-dev
  40 2013-01-25T16:11:27  *** ronny has quit IRC
  41 2013-01-25T16:12:17  * dreimark greetings from munich
  42 2013-01-25T16:37:57  <moinBot> http://hg.moinmo.in/moin/1.9/rev/f4e0854b1604 2013-01-25 Thomas Waldmann <tw AT waldmann-edv DOT de>  SystemAdmin user browser: show disabled user accounts at the botton of the list
  43 2013-01-25T16:40:53  <ThomasWaldmann> dreimark: greeting from bibi ;)
  44 2013-01-25T16:51:12  *** dwcramer has quit IRC
  45 2013-01-25T17:05:05  *** dwcramer has joined #moin-dev
  46 2013-01-25T18:44:02  *** greg_f has quit IRC
  47 2013-01-25T18:55:55  *** dwcramer has quit IRC
  48 2013-01-25T20:54:05  *** ronny2 has quit IRC
  49 2013-01-25T20:56:06  *** MattMaker has joined #moin-dev
  50 2013-01-25T21:00:14  *** dwcramer has joined #moin-dev
  51 2013-01-25T21:07:20  *** ronny2 has joined #moin-dev
  52 2013-01-25T23:04:53  <moinBot> http://hg.moinmo.in/moin/1.9/rev/24054d620fc1 2013-01-25 Thomas Waldmann <tw AT waldmann-edv DOT de>  moin account inactive - find, show, disable, remove inactive users
  53 2013-01-25T23:11:13  *** spy has quit IRC
  54 2013-01-25T23:33:47  *** ronny2 has quit IRC
  55 2013-01-25T23:33:56  *** ronny2 has joined #moin-dev
  56 2013-01-25T23:34:28  *** RogerHaase has left #moin-dev
  57 2013-01-25T23:50:55  *** dwcramer has quit IRC
  58 

MoinMoin: MoinMoinChat/Logs/moin-dev/2013-01-25 (last edited 2013-01-25 01:30:21 by IrcLogImporter)