1 2012-03-15T00:20:20  *** eSyr has quit IRC
   2 2012-03-15T00:20:26  *** eSyr has joined #moin-dev
   3 2012-03-15T00:46:13  *** TheSheep has quit IRC
   4 2012-03-15T00:47:41  *** TheSheep has joined #moin-dev
   5 2012-03-15T01:12:41  *** yufra_ has joined #moin-dev
   6 2012-03-15T03:45:18  *** yufra_ has quit IRC
   7 2012-03-15T03:47:23  *** yufra_ has joined #moin-dev
   8 2012-03-15T03:54:02  *** yufra_ has quit IRC
   9 2012-03-15T03:57:01  *** yufra_ has joined #moin-dev
  10 2012-03-15T04:40:43  *** yufra_ has quit IRC
  11 2012-03-15T04:42:49  *** yufra_ has joined #moin-dev
  12 2012-03-15T07:18:20  *** brunomartin has quit IRC
  13 2012-03-15T07:46:31  *** yufra_ has quit IRC
  14 2012-03-15T08:52:50  *** sudo_dirk2 has joined #moin-dev
  15 2012-03-15T08:52:58  <sudo_dirk2> moin all
  16 2012-03-15T08:53:32  <sudo_dirk2> dreimark: is that worth to commit to the repos? http://codereview.appspot.com/5834045
  17 2012-03-15T08:56:39  <dreimark> you mixed PEP8 with something else
  18 2012-03-15T08:56:59  <dreimark> 234 inner_table_style = ' style="border-style:none; margin:1 0px;"'
  19 2012-03-15T08:57:35  <dreimark> no code change together with pep8 fixes
  20 2012-03-15T08:57:47  <sudo_dirk2> yep pep8 and clean up. this line wasn't used
  21 2012-03-15T08:58:02  <sudo_dirk2> ok i will split it
  22 2012-03-15T09:11:30  *** sudo_dirk2 has quit IRC
  23 2012-03-15T09:11:53  *** sudo_dirk2 has joined #moin-dev
  24 2012-03-15T09:25:47  *** brunomartin has joined #moin-dev
  25 2012-03-15T09:29:17  *** sudo_dirk2 has left #moin-dev
  26 2012-03-15T10:24:26  *** greg_f has joined #moin-dev
  27 2012-03-15T10:25:42  *** bilal has quit IRC
  28 2012-03-15T10:44:43  *** bilal has joined #moin-dev
  29 2012-03-15T12:28:57  *** kanha has joined #moin-dev
  30 2012-03-15T12:44:23  <kanha> where can i find documentation on DOM converters?
  31 2012-03-15T12:46:12  <ThomasWaldmann> you asked that already 2d ago
  32 2012-03-15T12:47:52  <kanha> but i was out of channel so i dint get answer when any one had replied.
  33 2012-03-15T12:48:42  <ThomasWaldmann> use the source was the answer
  34 2012-03-15T12:57:03  <kanha> is it on wiki?
  35 2012-03-15T12:57:15  <kanha> *also
  36 2012-03-15T13:13:37  <ThomasWaldmann> what unclear about "read the source"?
  37 2012-03-15T13:15:31  <ThomasWaldmann> (as a general comment: maybe read http://www.catb.org/~esr/faqs/smart-questions.html )
  38 2012-03-15T13:16:24  <kanha> where is the proper documentation on DOM in source
  39 2012-03-15T13:18:43  <ThomasWaldmann> MoinMoin/converter/*.py
  40 2012-03-15T13:19:35  <ThomasWaldmann> as I already pointed out 2d ago, you can also find some outdated docs there: http://moinmo.in/BastianBlank/TreeOutputFormatter
  41 2012-03-15T13:22:07  <kanha> MoinMoin/converter/*.py means are you referring to all .py files.they are code right?
  42 2012-03-15T13:22:33  <ThomasWaldmann> yes
  43 2012-03-15T13:23:01  <ThomasWaldmann> (it depends a bit of course on your specific interests)
  44 2012-03-15T13:23:58  <kanha> so there is not any specific documentation on Dom?
  45 2012-03-15T13:24:29  <ThomasWaldmann> do you read what I write?
  46 2012-03-15T13:43:44  *** dave_largo has joined #moin-dev
  47 2012-03-15T13:57:58  <kanha> gsoc2012 ideas for  moin http://moinmo.in/GoogleSoc2012/InitialProjectIdeas in topic Improve DOM converters What do you actualy mean by they donot roundtrip i mean what about roundtrip
  48 2012-03-15T14:01:10  <ThomasWaldmann> roundtrip means that a transformation is reversable and yields the original text
  49 2012-03-15T14:01:34  <ThomasWaldmann> so you transform A -> B and B -> A' and A == A'
  50 2012-03-15T15:08:59  <kanha> where can i find how to run tests specifically on dom converter?
  51 2012-03-15T15:12:25  <dreimark> kanha: we mentioned to read about py.test
  52 2012-03-15T15:13:12  <dreimark> http://pytest.org/latest/overview.html
  53 2012-03-15T15:15:36  <kanha> yes i have looked at it (pytest) and had used also.for testing dom converters i need to run those test files inside it using pytest.
  54 2012-03-15T15:16:43  <ThomasWaldmann> py.test filename
  55 2012-03-15T15:18:12  <kanha> thats what i did but as i am new to this things so i always have a habbit of confirming it.
  56 2012-03-15T15:18:26  <kanha> *these
  57 2012-03-15T15:18:54  <ThomasWaldmann> so, didn't it work or why are you asking?
  58 2012-03-15T15:21:18  <kanha> it worked.jus for conformation whether this is the only thing or something more is required.
  59 2012-03-15T15:21:28  *** yufra_ has joined #moin-dev
  60 2012-03-15T15:23:48  <ThomasWaldmann> well, in case you did not get failing tests, it doesn't necessarily mean that there is no problem.
  61 2012-03-15T15:23:49  *** yufra_ has quit IRC
  62 2012-03-15T15:23:56  <ThomasWaldmann> tests can be either wrong or missing.
  63 2012-03-15T15:24:09  <ThomasWaldmann> (or skipped)
  64 2012-03-15T15:27:09  *** yufra_ has joined #moin-dev
  65 2012-03-15T15:31:43  *** yufra_ has joined #moin-dev
  66 2012-03-15T15:34:01  *** kanha has quit IRC
  67 2012-03-15T15:37:01  *** yufra_ has joined #moin-dev
  68 2012-03-15T15:39:54  *** RogerHaase has joined #moin-dev
  69 2012-03-15T15:42:14  *** yufra_ has joined #moin-dev
  70 2012-03-15T15:45:10  *** yufra_ has quit IRC
  71 2012-03-15T15:48:17  *** yufra_ has joined #moin-dev
  72 2012-03-15T17:45:38  <dreimark> bbl
  73 2012-03-15T17:54:56  <sudo_dirk> dreimark: i reduced cr to pep8 only
  74 2012-03-15T18:29:31  *** yufra_ has quit IRC
  75 2012-03-15T18:45:24  *** sudo_dirk has quit IRC
  76 2012-03-15T18:49:22  *** greg_f has quit IRC
  77 2012-03-15T19:18:56  *** kanha has joined #moin-dev
  78 2012-03-15T19:23:11  *** kanha has quit IRC
  79 2012-03-15T19:59:26  *** dave_largo has quit IRC
  80 2012-03-15T20:42:31  *** nitesh has joined #moin-dev
  81 2012-03-15T20:52:44  *** sudo_dirk has joined #moin-dev
  82 2012-03-15T21:12:21  *** nitesh has quit IRC
  83 2012-03-15T23:24:18  *** RogerHaase has left #moin-dev
  84 

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