1 2012-06-10T00:17:06  *** MattMaker has quit IRC
   2 2012-06-10T00:17:20  *** MattMaker has joined #moin-dev
   3 2012-06-10T01:17:11  *** spy has quit IRC
   4 2012-06-10T02:10:44  * ThomasWaldmann finds that name-based lookup gets pretty complicated considering multi-user multi-branches multi-name multi-HEAD
   5 2012-06-10T03:38:43  *** sudo_dirk has joined #moin-dev
   6 2012-06-10T03:40:15  *** sudo_dirk1 has quit IRC
   7 2012-06-10T05:58:31  *** dwcramer has quit IRC
   8 2012-06-10T06:23:14  <xiaq> ThomasWaldmann: are there plan to refactor the workflow of creating new items?
   9 2012-06-10T06:25:41  <xiaq> currently it is +modify/foo -> choose contenttype -> +modify/foo?contenttype=xxx -> choose template -> +modify/foo?contenttype=xxx&template=yyy -> editor
  10 2012-06-10T06:26:40  <xiaq> perhaps too much unrelated work in +modify (do_modify() methods of each Item subclass)...
  11 2012-06-10T07:13:32  *** MattMaker has quit IRC
  12 2012-06-10T07:29:35  *** MattMaker has joined #moin-dev
  13 2012-06-10T07:57:01  <bretonium> > multi-name
  14 2012-06-10T07:57:05  <bretonium> ?
  15 2012-06-10T12:52:52  <ThomasWaldmann> bretonium: see namespaces branch in main repo
  16 2012-06-10T13:15:51  <dreimark> yes that is far too complicated it is a long list of dependencies
  17 2012-06-10T13:16:09  <dreimark> a:b:c:d:and item i want to use
  18 2012-06-10T13:16:21  <dreimark> a,b,c,d are not that short
  19 2012-06-10T13:21:29  <ThomasWaldmann> ?
  20 2012-06-10T14:09:24  *** spy has joined #moin-dev
  21 2012-06-10T14:33:34  *** yufra_ has quit IRC
  22 2012-06-10T14:34:24  <dreimark> ThomasWaldmann: http://moinmo.in/MoinMoin2.0/Namespaces#Syntax
  23 2012-06-10T14:35:00  <dreimark> the names are much too long
  24 2012-06-10T14:35:34  <dreimark> WikiName:namespace:namespace2:PageName
  25 2012-06-10T14:36:02  <dreimark> or even to much variables in that text
  26 2012-06-10T15:41:22  *** dwcramer has joined #moin-dev
  27 2012-06-10T15:47:49  *** kanha has joined #moin-dev
  28 2012-06-10T15:48:23  *** kanha_ has quit IRC
  29 2012-06-10T16:04:35  *** dwcramer has quit IRC
  30 2012-06-10T17:21:47  *** dwcramer has joined #moin-dev
  31 2012-06-10T17:30:01  <ThomasWaldmann> ronny: btw, pytest-pep8 misses that mtime/xattr optimization, so it is much slower
  32 2012-06-10T17:55:25  *** dwcramer has quit IRC
  33 2012-06-10T18:08:03  *** dwcramer has joined #moin-dev
  34 2012-06-10T18:40:43  <CIA-65> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 1370:cd42e6133f5f 2.0/MoinMoin/_tests/test_sourcecode.py: prepare upgrade of pep8 module: ignore more pep8 error types so we don't get flooded with stuff we did not see yet
  35 2012-06-10T18:40:44  <CIA-65> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 1371:a95b42da91f6 2.0/ (MoinMoin/_tests/test_sourcecode.py setup.py): require pep8 in setup.py, import pep8 from sys.path (not from .)
  36 2012-06-10T18:40:45  <CIA-65> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 1372:dd9450af63ae 2.0/MoinMoin/_tests/pep8.py: remove our (outdated) copy of of pep8.py
  37 2012-06-10T18:40:45  <CIA-65> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 1373:7f36753d9fe3 2.0/MoinMoin/_tests/test_sourcecode.py: move the ignores for pep8 checker to a PEP8IGNORE constant
  38 2012-06-10T18:45:50  *** sudo_dirk has quit IRC
  39 2012-06-10T19:01:24  *** sudo_dirk has joined #moin-dev
  40 2012-06-10T19:53:08  <ThomasWaldmann> ^^ after merging this, everybody needs to run pip install -e . (as usual when requirements change)
  41 2012-06-10T19:53:39  *** dwcramer has quit IRC
  42 2012-06-10T20:13:42  *** MattMaker has quit IRC
  43 2012-06-10T20:57:06  *** dwcramer has joined #moin-dev
  44 2012-06-10T21:02:52  *** RogerHaase has joined #moin-dev
  45 2012-06-10T21:57:40  <CIA-65> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 1374:04a434634ef9 2.0/MoinMoin/ (5 files in 3 dirs): pep8: fix some E502, but keep E502 disabled due to pep8 checker bug
  46 2012-06-10T21:57:41  <CIA-65> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 1375:2f19e76ad809 2.0/MoinMoin/ (25 files in 14 dirs): pep8: fix some E303
  47 2012-06-10T21:57:41  <CIA-65> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 1376:62e5dd1a09f1 2.0/MoinMoin/_tests/test_sourcecode.py: test_sourcecode: make it possible to exclude FILES (not only DIRS), exclude 3rd party lib
  48 2012-06-10T21:57:42  <CIA-65> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 1377:5fbe26f932ca 2.0/MoinMoin/ (6 files in 4 dirs): pep8: fix some E271
  49 2012-06-10T21:57:43  <CIA-65> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 1378:2e1a30ca278a 2.0/MoinMoin/ (6 files in 5 dirs): pep8: fix some E262, ignore E261 for now (too much for now)
  50 2012-06-10T21:57:44  <CIA-65> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 1379:440b2150593d 2.0/MoinMoin/ (10 files in 8 dirs): pep8: fix some E251
  51 2012-06-10T21:57:44  <CIA-65> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 1380:5aa7d0b9c803 2.0/MoinMoin/converter/_tests/test_rst_in.py: pep8: fix some E202
  52 2012-06-10T21:57:45  <CIA-65> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 1381:e3ea3f1901ba 2.0/MoinMoin/ (6 files in 5 dirs): pep8: fix some E221 / E222
  53 2012-06-10T21:57:46  <CIA-65> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 1382:fe7123da78ba 2.0/MoinMoin/ (5 files in 3 dirs): pep8: fix some E701
  54 2012-06-10T21:57:47  <CIA-65> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 1383:452b341325eb 2.0/MoinMoin/_tests/test_sourcecode.py: test_sourcecode: add comments to the misc. warnings/errors
  55 2012-06-10T21:58:21  <dreimark> ThomasWaldmann: http://test.moinmo.in/ReimarBauer/py.test
  56 2012-06-10T21:58:48  <dreimark> tip: changeset:   1373:7f36753d9fe3
  57 2012-06-10T22:00:30  * dreimark tries a new complete env installation
  58 2012-06-10T22:03:42  <ThomasWaldmann> dreimark: no functional changes there, only whitespace
  59 2012-06-10T22:03:56  <ThomasWaldmann> did you do pip install -e . ?
  60 2012-06-10T22:04:24  <dreimark> ThomasWaldmann: yes and also it fails with a fresh env
  61 2012-06-10T22:05:05  <dreimark> rm -r build solves it
  62 2012-06-10T22:06:04  <ThomasWaldmann> strange
  63 2012-06-10T22:06:59  * dreimark repeats the experiment
  64 2012-06-10T22:08:54  <dreimark> i guess there was something old in the build dir
  65 2012-06-10T22:09:01  <dreimark> now it works
  66 2012-06-10T22:09:50  <dreimark> to ommit that rm -r build then pip install -e .

MoinMoin: MoinMoinChat/Logs/moin-dev/2012-06-10 (last edited 2012-06-09 22:45:03 by IrcLogImporter)