1 2012-05-16T01:18:45  *** spy has quit IRC
   2 2012-05-16T02:00:00  *** dwcramer has quit IRC
   3 2012-05-16T02:54:00  *** dwcramer has joined #moin-dev
   4 2012-05-16T05:18:21  *** dwcramer has quit IRC
   5 2012-05-16T05:42:40  <eSyr-ng> ThomasWaldmann: dreimark
   6 2012-05-16T05:42:55  <eSyr-ng> http://rn0.ru/show/T4waZUXtPZZuSBjhOxdo/ can you review this patchset, please?
   7 2012-05-16T05:43:01  <eSyr-ng> waldi: ^^^
   8 2012-05-16T05:45:22  <eSyr-ng> (or may be i should publish it on bitbucket or something)
   9 2012-05-16T05:46:47  <eSyr-ng> (generally there's only one issue - link fixing hadn't done good first time, so fixing patch is needed. I'd like to stash them but i'm not good at history rewriting in hg)
  10 2012-05-16T05:47:58  <eSyr-ng> (to be more specific, a5d757a42d6b621943d82b735bd8e49f8d5329da should be stashed with 00d3b370316cba36bfdf4f8c61fd54e69b9134ca)
  11 2012-05-16T06:34:13  <breton> _all_revs_0.toc
  12 2012-05-16T06:34:18  <breton> oh.
  13 2012-05-16T06:34:59  <breton> what are .toc files for? They  appear in MoinMoin/_tests/wiki/index/*.toc
  14 2012-05-16T06:56:07  <dreimark> eSyr-ng: this is multiple times "action/rss_rc.py"
  15 2012-05-16T06:56:57  <dreimark> I guess those all small changes different diffs in one paste
  16 2012-05-16T06:58:09  <breton> and why aren't these .tocs in .hgignore?
  17 2012-05-16T07:00:22  <dreimark> breton: look at history of it, it usually grows with new findings
  18 2012-05-16T07:01:29  <dreimark> I guess those are the whoosh index files
  19 2012-05-16T07:03:19  <dreimark> for indexing some stuff or so
  20 2012-05-16T07:03:35  <dreimark> if you search whoosh index toc you get some hits
  21 2012-05-16T07:03:53  <dreimark> htf bbl
  22 2012-05-16T07:05:04  <breton> it seems that they are not removed if some of the tests fail because of exception
  23 2012-05-16T07:08:40  <eSyr-ng> dreimark: btw, do you know some way to write unicode to stringio?
  24 2012-05-16T07:09:30  <eSyr-ng> i've got a problem on one of installations - sax writer produces encoded utf8 string and stringio store it as is, then tries to do ''.join() and fails.
  25 2012-05-16T07:09:45  <eSyr-ng> looks like unicode objects should be written to stringio.
  26 2012-05-16T07:09:55  <eSyr-ng> but currently i can't figure out how to do it.
  27 2012-05-16T07:12:01  <breton> ThomasWaldmann: 24
  28 2012-05-16T07:12:38  <breton> ThomasWaldmann: moin2-bms
  29 2012-05-16T07:20:48  <eSyr-ng> dreimark: yes, please look at raw, it's multiple commits
  30 2012-05-16T07:21:43  <eSyr-ng> http://rn0.ru/show/KjfXVrhXUThc4JikEOd7/ and have anyone idea how this hack can be avoided?
  31 2012-05-16T10:47:59  <xiaq> eSyr-ng: just do a .encode('utf-8') before writing to stringio?
  32 2012-05-16T10:55:01  <eSyr-ng> xiaq: sort of.
  33 2012-05-16T10:55:25  <eSyr-ng> ThomasWaldmann: dreimark: fix foraforementioned problem http://rn0.ru/show/p89FiCRRjVof0OaBYMlG/
  34 2012-05-16T11:03:29  *** greg_f has joined #moin-dev
  35 2012-05-16T11:52:11  <ThomasWaldmann> eSyr-ng: how about using codereview.appspot.com, it's much more comfortable for review
  36 2012-05-16T11:54:43  <ThomasWaldmann> breton: remember: url and linenumber
  37 2012-05-16T11:56:26  <eSyr-ng> ThomasWaldmann: i should put diff there?
  38 2012-05-16T11:56:43  <eSyr-ng> ah, see.
  39 2012-05-16T11:59:38  <eSyr-ng> ThomasWaldmann: http://codereview.appspot.com/6216048/
  40 2012-05-16T12:19:00  <ThomasWaldmann> upload.py :)
  41 2012-05-16T12:20:11  <ThomasWaldmann> eSyr-ng: the new config items, do they default to old behaviour / values as close as possible?
  42 2012-05-16T12:34:14  <eSyr-ng> ThomasWaldmann: yes, of course.
  43 2012-05-16T12:35:02  <eSyr-ng> ThomasWaldmann: the only difference is when ddiffs is set to 1, now generated links to precise diffs (with appropriate rev1 and rev2), not just action=diff
  44 2012-05-16T12:40:24  <ThomasWaldmann> review done
  45 2012-05-16T12:49:50  <eSyr-ng> ThomasWaldmann: should i use "publish + mail comments" to provide replies to you?
  46 2012-05-16T12:50:14  <eSyr-ng> (i mean, is this the way it can be done)
  47 2012-05-16T13:04:37  <eSyr-ng> ThomasWaldmann: btw, is there sone analog of git rebase -i in hg?
  48 2012-05-16T13:06:34  <ThomasWaldmann> i don't know git, but hg knows rebase
  49 2012-05-16T13:06:57  <ThomasWaldmann> and i usually use j j j j j m for reviews
  50 2012-05-16T13:07:59  <eSyr-ng> ok, let's check.
  51 2012-05-16T13:08:29  <eSyr-ng> git rebase --interactive
  52 2012-05-16T13:08:29  <eSyr-ng> hg histedit <base cset>
  53 2012-05-16T13:08:29  <eSyr-ng> Requires the HisteditExtension.
  54 2012-05-16T13:16:45  <ThomasWaldmann> bbl
  55 2012-05-16T13:31:40  *** dwcramer has joined #moin-dev
  56 2012-05-16T13:42:06  <dreimark> moin
  57 2012-05-16T13:58:02  <eSyr-ng> moin
  58 2012-05-16T14:02:05  <dreimark> eSyr-ng: just reviewed
  59 2012-05-16T14:06:59  <eSyr-ng> dreimark: thanks.
  60 2012-05-16T14:08:04  <eSyr-ng> dreimark: not sure whether understood comment related to config option prefixes correctly.
  61 2012-05-16T14:08:52  <eSyr-ng> dreimark: there's rss_cache option, do you mean it or something else?
  62 2012-05-16T14:09:03  <eSyr-ng> (outside separate rss group)
  63 2012-05-16T14:15:27  *** dwcramer has quit IRC
  64 2012-05-16T14:27:55  <ThomasWaldmann> eSyr-ng: btw, if you update your code, upload.py it to same codereview id before committing
  65 2012-05-16T14:31:36  *** dave_largo has joined #moin-dev
  66 2012-05-16T14:41:20  *** ecode has joined #moin-dev
  67 2012-05-16T14:45:58  *** dwcramer has joined #moin-dev
  68 2012-05-16T15:16:11  *** kanha has quit IRC
  69 2012-05-16T15:16:39  *** kanha has joined #moin-dev
  70 2012-05-16T15:38:23  *** xorAxAx has quit IRC
  71 2012-05-16T16:33:29  *** dwcramer has quit IRC
  72 2012-05-16T16:33:45  *** xorAxAx has joined #moin-dev
  73 2012-05-16T16:39:32  <dreimark> eSyr-ng: for http://localhost:8080/+admin/wikiconfighelp
  74 2012-05-16T16:39:58  <dreimark> it is easier to find all item related configs if you have to look for items_* and not XXX_items
  75 2012-05-16T16:42:39  <dreimark> * item_
  76 2012-05-16T17:08:35  *** dwcramer has joined #moin-dev
  77 2012-05-16T17:41:05  *** DasIch_ has joined #moin-dev
  78 2012-05-16T17:43:24  *** DasIch has quit IRC
  79 2012-05-16T17:43:24  *** DasIch_ is now known as DasIch
  80 2012-05-16T17:47:03  *** spy has joined #moin-dev
  81 2012-05-16T18:00:25  *** dwcramer has quit IRC
  82 2012-05-16T19:00:50  *** dwcramer has joined #moin-dev
  83 2012-05-16T19:07:29  *** dwcramer has quit IRC
  84 2012-05-16T19:32:24  *** greg_f has quit IRC
  85 2012-05-16T19:35:41  <eSyr-ng> dreimark: ah, i see.
  86 2012-05-16T21:08:43  *** dwcramer has joined #moin-dev
  87 2012-05-16T21:20:33  *** dwcramer has quit IRC
  88 2012-05-16T21:42:26  *** spy has quit IRC
  89 2012-05-16T22:12:40  *** dwcramer has joined #moin-dev
  90 2012-05-16T22:40:07  *** dwcramer has quit IRC
  91 2012-05-16T23:01:30  *** dave_largo has quit IRC
  92 2012-05-16T23:04:23  *** MaikuMori has quit IRC
  93 2012-05-16T23:04:34  *** MaikuMori has joined #moin-dev
  94 2012-05-16T23:16:18  <dreimark> re

MoinMoin: MoinMoinChat/Logs/moin-dev/2012-05-16 (last edited 2012-05-15 23:45:03 by IrcLogImporter)