1 2011-12-15T00:11:14  * dreimark comments on http://www.google-melange.com/gci/task/view/google/gci2011/7180424
   2 2011-12-15T00:22:40  <ThomasWaldmann> i don't see a comment there
   3 2011-12-15T00:26:41  <dreimark> ThomasWaldmann: look now
   4 2011-12-15T00:30:37  <ThomasWaldmann> izibi: do you have some resumee for the translation tools / services?
   5 2011-12-15T00:33:04  <ThomasWaldmann> dreimark: he meant its not it's
   6 2011-12-15T00:33:53  <ThomasWaldmann> The tables are missing border - that's correct
   7 2011-12-15T01:51:17  <dreimark> ok, then i was wrong
   8 2011-12-15T01:51:29  <dreimark> it readed strange
   9 2011-12-15T01:52:25  <dreimark> or which it's/its do you refer too
  10 2011-12-15T02:23:19  *** qxcv has joined #moin-dev
  11 2011-12-15T02:34:59  <ThomasWaldmann> dreimark: the wrong one :) he'll fix it. but not everything he wrote was wrong.
  12 2011-12-15T04:11:44  *** MattMaker has quit IRC
  13 2011-12-15T06:13:31  *** MattMaker has joined #moin-dev
  14 2011-12-15T06:13:50  <qxcv> ThomasWaldmann: rather than changing every single parser to use whitelisted url schemas, I just made the internal->html converter drop any schemas not on the whitelist
  15 2011-12-15T06:14:42  <qxcv> should I remove the redundant schema checking code in moinwiki_in/creole_in, or should I put the schema checking in the input parsers instead?
  16 2011-12-15T07:01:11  *** raignarok has joined #moin-dev
  17 2011-12-15T07:20:50  *** raignarok has quit IRC
  18 2011-12-15T07:29:00  *** marchael has quit IRC
  19 2011-12-15T07:29:31  *** marchael has joined #moin-dev
  20 2011-12-15T07:58:57  *** raignarok has joined #moin-dev
  21 2011-12-15T08:09:00  *** raignarok has quit IRC
  22 2011-12-15T08:43:42  <dreimark> qxcv: code optimisation is welcome
  23 2011-12-15T09:47:03  *** jek has quit IRC
  24 2011-12-15T09:48:05  *** xjjk has quit IRC
  25 2011-12-15T09:50:50  *** jek has joined #moin-dev
  26 2011-12-15T10:27:15  *** xjjk has joined #moin-dev
  27 2011-12-15T10:30:44  *** greg_f has joined #moin-dev
  28 2011-12-15T10:58:11  *** mkerrin has joined #moin-dev
  29 2011-12-15T10:58:42  *** mkerrin has left #moin-dev
  30 2011-12-15T11:42:07  <ThomasWaldmann> qxcv: review done
  31 2011-12-15T11:44:45  <ThomasWaldmann> basically maybe a good idea, but there could also be issues
  32 2011-12-15T12:11:48  <ThomasWaldmann> maybe as a general comment for everybody: please don't do % -> .format() refactorings "on the fly"
  33 2011-12-15T12:12:48  <ThomasWaldmann> we recently had a big refactoring there and we recently also had issues with that, because one needs to take care for the type of the format string (which was usually not done).
  34 2011-12-15T12:32:30  <CIA-59> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 1160:6917caa2d210 2.0/docs/admin/configure.rst: docs: proofread configure.rst (2nd half), thanks to jordonwii
  35 2011-12-15T13:58:25  *** Marchael1 has joined #moin-dev
  36 2011-12-15T14:05:59  <izibi> http://www.google-melange.com/gci/task/view/google/gci2011/7185227 should the performance testing be done with the built-in webserver or with apache or nginx for example?
  37 2011-12-15T14:09:43  <dreimark> izibi: at first glance builtin server (document how you measured performance )
  38 2011-12-15T14:10:22  <dreimark> I don't think (but no idea) if there is wsgi for pypy
  39 2011-12-15T14:14:40  <izibi> claimed it
  40 2011-12-15T14:21:16  <dreimark> izibi: assigned
  41 2011-12-15T14:22:50  <izibi> thx
  42 2011-12-15T14:22:58  *** qxcv has quit IRC
  43 2011-12-15T14:25:26  <izibi> ./pypy-1.7/bin/pypy: error while loading shared libraries: libssl.so.0.9.8: cannot open shared object file: No such file or directory
  44 2011-12-15T14:25:42  <izibi> installing software without using the package manager sounds like a stupid idea :D
  45 2011-12-15T14:26:45  <izibi> yeah, i have version 1.0.0 installed...
  46 2011-12-15T14:30:07  <dreimark> virtualenv
  47 2011-12-15T14:30:10  <ThomasWaldmann> izibi: have libssl* installed
  48 2011-12-15T14:31:03  <ThomasWaldmann> (and in case you translate pypy yourself [which is not recommended, takes looooong], have the -dev package installed also)
  49 2011-12-15T14:31:52  <ThomasWaldmann> izibi: btw, some number about how long the jit takes to get "hot" would be also nice.
  50 2011-12-15T14:32:32  <ThomasWaldmann> in my last experiments with pypy 1.6, it took rather many requests until it got faster and faster (some hundreds)
  51 2011-12-15T14:32:38  <izibi> is there something wrong with using the archlinux packages?
  52 2011-12-15T14:33:04  <ThomasWaldmann> as i don't use archlinux, i can't answer that
  53 2011-12-15T14:33:29  * ThomasWaldmann used the precompiled pypy binaries on ubuntu 32 bit last time
  54 2011-12-15T14:33:50  <izibi> what's the reason why it says "use the binary they offer!" in the task description?
  55 2011-12-15T14:34:05  <ThomasWaldmann> because translating takes looooooooong
  56 2011-12-15T14:34:37  <ThomasWaldmann> if you have a working binary from arch, you can also use that
  57 2011-12-15T14:35:04  <izibi> makes it a lot easier
  58 2011-12-15T14:35:37  <ThomasWaldmann> you can also translate it yourself, but you need lots of cputime/patience then. and avoid build errors.
  59 2011-12-15T14:41:38  <izibi> if google pays for the new cpu :D
  60 2011-12-15T14:49:01  <izibi> why does the quickinstall script always crash or freeze? oO
  61 2011-12-15T14:55:28  <dreimark> Could not find any downloads that satisfy the requirement Flask-Cache>=0.3.4 (
  62 2011-12-15T14:56:53  <dreimark> manual installation proceeds
  63 2011-12-15T15:00:31  <ThomasWaldmann> i recently ran quickinstall a few times and it worked for me
  64 2011-12-15T15:00:43  <ThomasWaldmann> but recently pypi seems to have issues now and then
  65 2011-12-15T15:00:47  <dreimark> happens today 5mins ago
  66 2011-12-15T15:02:30  <izibi> always timing out on socket operations
  67 2011-12-15T15:02:46  <dreimark> izibi: go into the env and install manually
  68 2011-12-15T15:09:35  *** qxcv has joined #moin-dev
  69 2011-12-15T15:14:02  <izibi> any suggestions for the wiki page name?
  70 2011-12-15T15:16:39  <ThomasWaldmann> choose anything sane
  71 2011-12-15T15:34:32  <izibi> i get these test failures on cpython 2.7: http://paste.pocoo.org/show/521248/
  72 2011-12-15T15:34:54  <izibi> are these normal? should i use them as 'reference'
  73 2011-12-15T15:34:55  <izibi> ?
  74 2011-12-15T15:55:14  <ThomasWaldmann> izibi: yes, 2 are currently "normal"
  75 2011-12-15T16:04:22  <izibi> shouldn't pypy actually be faster? :D
  76 2011-12-15T16:05:37  <TheSheep> izibi: after some time for warmup
  77 2011-12-15T16:35:48  <izibi> runserver is single-threaded, is it?
  78 2011-12-15T16:46:53  *** greg_f has quit IRC
  79 2011-12-15T16:52:03  *** qxcv has quit IRC
  80 2011-12-15T16:55:11  *** dave_largo has joined #moin-dev
  81 2011-12-15T17:08:20  *** MattMaker has quit IRC
  82 2011-12-15T17:32:53  *** MattMaker has joined #moin-dev
  83 2011-12-15T18:12:44  *** MattMaker has quit IRC
  84 2011-12-15T18:13:29  *** MattMaker has joined #moin-dev
  85 2011-12-15T18:21:50  *** MattMaker has quit IRC
  86 2011-12-15T18:22:16  *** MattMaker has joined #moin-dev
  87 2011-12-15T18:26:48  *** pkumar has joined #moin-dev
  88 2011-12-15T20:04:26  *** MattMaker has quit IRC
  89 2011-12-15T20:04:43  *** MattMaker has joined #moin-dev
  90 2011-12-15T20:21:09  *** raignarok has joined #moin-dev
  91 2011-12-15T20:35:23  <dreimark> bbl
  92 2011-12-15T21:31:27  *** pkumar has quit IRC
  93 2011-12-15T21:36:02  <ronny> sup
  94 2011-12-15T22:10:54  *** dave_largo has quit IRC
  95 

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