Config
Log for #openttdcoop.devzone on 12th May 2010:
Times are UTC Toggle Colours
00:16:51  *** Rubidium has quit IRC
00:36:28  *** KenjiE20 has quit IRC
00:39:21  *** Rubidium has joined #openttdcoop.devzone
01:13:46  *** PeterT_ has joined #openttdcoop.devzone
04:28:44  *** Brot6 has quit IRC
04:29:25  *** Brot6 has joined #openttdcoop.devzone
04:30:00  *** Brot6 has quit IRC
04:30:16  *** Brot6 has joined #openttdcoop.devzone
05:05:55  *** PeterT_ has joined #openttdcoop.devzone
05:09:42  *** PeterT has quit IRC
07:32:24  *** ODM has joined #openttdcoop.devzone
07:59:43  *** Doorslammer has joined #openttdcoop.devzone
10:03:32  *** PeterT_ is now known as PeterT
10:41:33  *** KenjiE20 has joined #openttdcoop.devzone
12:35:22  *** yorick has joined #openttdcoop.devzone
12:36:00  <yorick> Yexo: you implemented my fun part :-P
15:08:35  *** OwenS has joined #openttdcoop.devzone
15:32:12  *** Seberoth has joined #openttdcoop.devzone
15:55:20  *** yorick has quit IRC
16:18:42  <Brot6> 2cctrainset: update from r519 to r521 done (3 errors) - http://bundles.openttdcoop.org/2cctrainset/nightlies/
16:18:44  <Brot6> Following repos didn't need a update: 32bpp-extra (r32), airportsplus (r48), bros (r10), comic-houses (r69), firs (r820), fish (r360), heqs (r318), nmts (r15), nutracks (r59), opengfx (r456), openmsx (r53), opensfx (r88), snowlinemod (r10), worldairlineset (ERROR r637)
16:21:45  <planetmaker> yacc: 28 shift/reduce conflicts
16:21:45  <planetmaker>  <-- Yexo that means that there are possibly rounding issues?
16:21:59  <Yexo> no, much worse :(
16:22:08  <Yexo> means there is a conflict in the parser
16:23:04  <planetmaker> uh...
16:23:21  <planetmaker> what kind of conflict(s)?
16:23:49  <Yexo> I think no precedence rules for a few new operators
16:23:53  <Rubidium> planetmaker: a----a
16:24:06  <planetmaker> hm...
16:24:22  <Rubidium> or, with parens: (a--) - (-a)
16:24:23  <planetmaker> I get that here with ogfxplus and python 2.5.2
16:26:43  <planetmaker> btw, Yexo, if you have an update / fix for ogfxplus you can just commit that... like I do for NML ;-)
16:28:57  <Yexo> planetmaker: you don't need to worry about it till you're going to do things like "3 << 2 + 2", I have no idea how that is resolved currently
16:29:15  <planetmaker> hm... but I don't do such things
16:29:47  <planetmaker> is there a way I can see what it complains about?
16:29:51  <Yexo> the warning is always displayed, even if you'd parse a nearly empty nml file
16:29:58  <Yexo> you can try to read parser.out
16:32:47  <planetmaker> interesting :-)
16:41:25  *** welshdragon has quit IRC
16:42:22  <Webster> Latest update from devactivity: OpenGFX+ - Revision 15: Change: Now it's possible to use fractional values for coefficient. Make ... <http://dev.openttdcoop.org/projects/ogfxplus/repository/revisions/15>
16:57:49  <Webster> Latest update from devactivity: 2cc train set - Revision 523: (re)Add: HSA <http://dev.openttdcoop.org/projects/2cctrainset/repository/revisions/523> || 2cc train set - Revision 522: Add: More placeheld engines and mus <http://dev.openttdcoop.org/projects/2cctrainset/repository/revisions/522>
17:48:39  *** welshdragon has joined #openttdcoop.devzone
18:54:19  *** yorick has joined #openttdcoop.devzone
19:00:01  <yorick> how about using optparse instead of getopt for NML?
19:01:07  <yorick> (ie is this a good idea?)
19:01:23  <planetmaker> you ask the question you should provide the reason ;-)
19:02:12  <yorick> it's more declarative
19:02:18  <yorick> which fits the style of NML
19:02:46  <yorick> it supports standard gnu arguments
19:03:01  <yorick> like script --file=outfile -q, but also script -foutfile -q
19:03:05  *** welshdragon has quit IRC
19:03:10  <yorick> http://docs.python.org/library/optparse.html
19:03:20  <yorick> builtin usage text
19:06:35  <Ammler> provide a patch :-P
19:06:51  * yorick goes working on it
19:09:00  <yorick> hmm shouldn't ogfx use nml2nfo instead of nml.py
19:09:52  <Ammler> as pm made that grf, the wrapper wasn't done
19:11:37  <planetmaker> yorick: it should. Use Makefile.local and NML=path/to/nml2nfo
19:14:43  <Ammler> it should use nml2nfo (without any path)
19:14:50  <Ammler> as default
19:15:19  <yorick> meh...it raises a string
19:16:56  <planetmaker> Ammler: I agree :-)
19:17:19  * planetmaker continues to play with widgets despite ;-)
19:17:42  <Ammler> I just read, that passenger, the backend engine for redmine also could run python
20:04:20  <Webster> Latest update from devactivity: NFO Meta Language - Patch #935 (New): Switch to optparse <http://dev.openttdcoop.org/issues/935>
20:09:08  *** welshdragon has joined #openttdcoop.devzone
22:15:53  <Ammler> someone able to compare speed of http://hg.openttdcoop.org/ and http://mz.openttdcoop.org/hg/
22:18:06  <Ammler> I guess, it is clear :-)
22:31:19  <Ammler> my test say that hg. is slower than mz. :-/
22:31:37  <Ammler> ans ssh is very slow
22:31:40  <Ammler> and*
22:32:09  *** ODM has quit IRC
22:32:42  <Ammler> so it makes full sense to use http for pull and ssh for push
22:33:20  <Rubidium> ssh is slow because of the key negatiation and encryption
22:37:34  <Ammler> yeah, I am not sure about nginx->passenger->wsgi againt apache->cgi
22:45:41  *** GT has joined #openttdcoop.devzone
22:50:08  *** yorick has quit IRC
22:53:00  *** Seberoth has quit IRC
23:08:03  <Webster> Latest update from devactivity: 32bpp-ez-patches - Revision 36: Codechange: update to svn r19802 <http://dev.openttdcoop.org/projects/32bpp-ez-patches/repository/revisions/36>

Powered by YARRSTE version: svn-trunk