1 2013-05-09T00:09:38  *** desophos has quit IRC
   2 2013-05-09T00:11:14  *** brunomartin has quit IRC
   3 2013-05-09T02:04:52  *** dwcramer has joined #moin-dev
   4 2013-05-09T03:08:10  *** dwcramer has quit IRC
   5 2013-05-09T03:58:16  *** dwcramer has joined #moin-dev
   6 2013-05-09T05:09:46  *** dwcramer has quit IRC
   7 2013-05-09T05:26:19  <sharky93> ThomasWaldmann, i'm too at home, and yeah, have not been assigned an ipv6 yet. :)
   8 2013-05-09T05:26:29  <sharky93> moin, btw :)
   9 2013-05-09T06:42:24  *** chitrank has joined #moin-dev
  10 2013-05-09T06:43:56  <chitrank> Hello I am working on porting the test cases of Moin2 does unicode strings really matter (in case if there would be further string encoding checking based functionality in Moin2) or should I consider simple strings for both python 2 as well python 3
  11 2013-05-09T07:15:22  *** chitrank has quit IRC
  12 2013-05-09T09:37:31  *** ashutosh1461 has joined #moin-dev
  13 2013-05-09T09:58:54  *** kolyaflash has joined #moin-dev
  14 2013-05-09T10:13:11  *** chitrank has joined #moin-dev
  15 2013-05-09T10:26:59  <ThomasWaldmann> chitrank: hi. your question is unclear, can you ask more precisely?
  16 2013-05-09T10:37:00  <chitrank> ThomasWaldmann: I am porting the _tests of Moin2 as per my GSOC schedule , In the strings specified in some file e.g test_error.py and test_forms.py
  17 2013-05-09T10:37:51  <chitrank> they are specified as u'anystring' as unicoded which are not found in python 3 so I tried handling them with if else cases but still program gave me error
  18 2013-05-09T10:38:18  <ThomasWaldmann> (as student acceptance is unknown and coding phase has not begun yet, it is not for gsoc)
  19 2013-05-09T10:38:53  <ThomasWaldmann> u'' is there since python 3.3
  20 2013-05-09T10:38:55  <chitrank> so I was asking that should I remove all unicoded strings or is there any need to use them.
  21 2013-05-09T10:39:09  <ThomasWaldmann> (for precisely such compatibility applications)
  22 2013-05-09T10:39:51  <chitrank> I had mentioned in my plan that I would port two modules before 28th of May so I was doing that
  23 2013-05-09T10:40:05  <ThomasWaldmann> and if one would want to support py2 and py3 < 3.3 also, just removing the u is not the correct way
  24 2013-05-09T10:41:39  <chitrank> yes I was at the same point and ranging python 2.7 to python 3.2
  25 2013-05-09T10:42:58  <chitrank> not using u'' would be better for those developers who has installed py3.2 otherwise it fires SyntaxError that is unable to handle using try catch or sys.version mechanism So I was confused for that
  26 2013-05-09T10:43:12  <ThomasWaldmann> for now, i guess just using 3.3 is easier. if we are finished with py3 port at some time and there is still need for < 3.3, we could work on the u'' by then.
  27 2013-05-09T10:44:23  <chitrank> ThomasWaldmann: okay till them I should also find ways that could benefit the port better.
  28 2013-05-09T11:32:39  *** ashutosh1461 has quit IRC
  29 2013-05-09T11:39:53  <sunu> moin
  30 2013-05-09T11:41:21  *** kolyaflash has quit IRC
  31 2013-05-09T11:43:31  <sunu> ThomasWaldmann: We don't really have ipv6 yet.
  32 2013-05-09T11:44:22  <sunu> And also, my irssi client is highlighting only if my name is mentioned in the beginning. Any idea how to fix that ?
  33 2013-05-09T11:46:01  <sunu> Nevermind, I think I found it :)
  34 2013-05-09T11:50:30  *** ashutosh1461 has joined #moin-dev
  35 2013-05-09T12:27:26  *** ashutosh1461 has quit IRC
  36 2013-05-09T12:51:25  <sharky93> test sunu test :)
  37 2013-05-09T12:56:19  *** dwcramer has joined #moin-dev
  38 2013-05-09T13:22:19  *** ronny has joined #moin-dev
  39 2013-05-09T13:22:19  *** ronny has joined #moin-dev
  40 2013-05-09T13:27:18  *** ronny has quit IRC
  41 2013-05-09T13:30:33  *** dwcramer has quit IRC
  42 2013-05-09T14:24:03  *** dwcramer has joined #moin-dev
  43 2013-05-09T14:54:51  *** chitrank has quit IRC
  44 2013-05-09T15:20:16  *** dwcramer has quit IRC
  45 2013-05-09T15:24:47  <ThomasWaldmann> moin
  46 2013-05-09T15:32:47  *** dwcramer has joined #moin-dev
  47 2013-05-09T15:36:47  <sunu> sharky93: the test passed :-P
  48 2013-05-09T15:39:24  *** rubocoptero has joined #moin-dev
  49 2013-05-09T16:59:31  *** dwcramer has quit IRC
  50 2013-05-09T18:07:22  *** chitrank has joined #moin-dev
  51 2013-05-09T18:17:37  <chitrank> Hello I want to report an Issue I am getting ImportError while testing 2.0/MoinMoin/_tests/_test_template.py
  52 2013-05-09T18:20:59  <chitrank> It is from MoinMoin import modules_tested the file does not exists in the MoinMoin directory
  53 2013-05-09T18:21:45  <chitrank>  It is:  "from MoinMoin import modules_tested" . But the file does not exists in the MoinMoin directory
  54 2013-05-09T18:23:58  <ThomasWaldmann> well, it is a template that can be used to make new test files...
  55 2013-05-09T18:28:05  <chitrank> ThomasWaldmann: okay so I think it will not be a major issue and would get better afterwards as well
  56 2013-05-09T19:02:36  *** dwcramer has joined #moin-dev
  57 2013-05-09T19:33:01  *** rubocoptero has quit IRC
  58 2013-05-09T19:50:13  <chitrank> ThomasWaldmann: I have ported the _tests of moin2 for Python 3 but still as these cases also consists dependencies over Werkzeug and Flask so couldn't get tested on system right now I am making a bit more possible effort by atleast intalling these modules somehow in python 3.3 by modifying the setup.py . So I would be present with some positive results.
  59 2013-05-09T19:50:43  *** chitrank has quit IRC
  60 2013-05-09T20:22:19  *** dwcramer has quit IRC
  61 2013-05-09T20:37:37  *** ronny has joined #moin-dev
  62 2013-05-09T20:37:37  *** ronny has joined #moin-dev
  63 2013-05-09T20:42:36  *** ronny has quit IRC
  64 2013-05-09T21:26:23  <ThomasWaldmann> hmm, link converter is slow due to "does item exist?" queries
  65 2013-05-09T21:44:48  *** dwcramer has joined #moin-dev
  66 2013-05-09T23:27:26  *** dwcramer has quit IRC
  67 

MoinMoin: MoinMoinChat/Logs/moin-dev/2013-05-09 (last edited 2013-05-09 00:15:03 by IrcLogImporter)