#jython IRC Log (v0.9)

Index

IRC Log for 2015-03-11

Timestamps are in GMT/BST.

[0:59] * xemdetia (~xemdetia@pool-96-230-53-83.bstnma.fios.verizon.net) has joined #jython
[1:06] * robbyoconnor (~wakawaka@guifications/user/r0bby) Quit (Ping timeout: 255 seconds)
[1:39] * ebarrett (~edd@88-105-202-141.dynamic.dsl.as9105.com) Quit (Ping timeout: 265 seconds)
[1:41] * ebarrett (~edd@88-105-204-97.dynamic.dsl.as9105.com) has joined #jython
[1:41] * xemdetia (~xemdetia@pool-96-230-53-83.bstnma.fios.verizon.net) Quit (Ping timeout: 255 seconds)
[5:50] * robbyoconnor (~wakawaka@guifications/user/r0bby) has joined #jython
[6:33] * AndyBotwin (~sussman@unaffiliated/andybotwin) Quit (Read error: Connection reset by peer)
[6:52] * deepa (deepy@acehack.de) has joined #jython
[9:19] * mbooth (~mbooth@redhat/mbooth) has joined #jython
[10:15] * Trundle (~andy@python/site-packages/trundle) has joined #jython
[11:09] * robbyoconnor (~wakawaka@guifications/user/r0bby) Quit (Ping timeout: 245 seconds)
[11:42] * Arfrever (~Arfrever@apache/committer/Arfrever) has joined #jython
[13:38] * enebo (~enebo@c-75-73-8-169.hsd1.mn.comcast.net) has joined #jython
[13:50] * xemdetia (xemdetia@nat/ibm/x-hxpqrxyixowvevue) has joined #jython
[14:52] <jimbaker> so i guess everyone is good for a release candidate if those 3 bugs are fixed :)
[15:07] <agronholm> jimbaker: how goes the investigation of the pycompile problem?
[15:10] <jimbaker> agronholm, i haven't really looked yet
[15:13] <jimbaker> i don't believe it will be a big problem. i plan to work on it in the next day or so
[15:14] <jimbaker> the most immediate bug, because of scope, is completing the reworking of the posix module to remove as many JNR dependencies as possible
[15:15] <jimbaker> at least those that windows would actually use
[15:15] <jimbaker> JNR = java native runtime
[15:18] <Arfrever> jimbaker: What is wrong in JNR dependencies?
[15:19] <jimbaker> on windows, we see unicode and unc path issues. substitute with java 7's nio2 and those problems go away
[15:20] <jimbaker> so jnr is good for file descriptors and constants and i guess other things
[16:12] * dustinm (~dustinm@2607:5300:100:200::160d) Quit (Ping timeout: 265 seconds)
[16:14] * agronholm (~agronholm@2001:1bc8:102:6f29:4d2b:a62:7ba2:4319) Quit (Ping timeout: 265 seconds)
[16:14] * siel (~siel@unaffiliated/motley) Quit (Ping timeout: 265 seconds)
[16:15] * dustinm (~dustinm@105.ip-167-114-152.net) has joined #jython
[16:15] * siel (~siel@unaffiliated/motley) has joined #jython
[16:16] * agronholm (~agronholm@nblzone-211-20.nblnetworks.fi) has joined #jython
[16:16] * ChanServ sets mode +o agronholm
[18:02] <jimbaker> peke, have you had a chance to test with finnish windows the alt-gr keyboard layout issue? (http://bugs.jython.org/issue2275) just want to close this out
[18:05] <Arfrever> Any plans to add multiprocessing module to Jython?
[18:08] <jimbaker> Arfrever, not at this time. my understanding is that this would require mmap support plus shared network semaphores. doable of course
[18:09] <jimbaker> i believe it's the sort of thing that should be tried out first in pypi, then added to jython
[18:11] <jimbaker> of course what would really make this at all interesting is if this multiprocessing support could work with yarn or mesos
[18:11] <Arfrever> jimbaker: Any remaining 'IllegalArgumentException: java.lang.IllegalArgumentException: Cannot create PyString with non-byte value' is a bug in Jython?
[18:12] <jimbaker> Arfrever, yes, please report such bugs
[18:13] <jimbaker> this should be an internals only exception, not something that we propagate out
[18:22] <Arfrever> jimbaker: http://bugs.jython.org/issue2286
[18:25] * Trundle (~andy@python/site-packages/trundle) Quit (Remote host closed the connection)
[18:33] <jimbaker> Arfrever, ack. i will take a look
[18:39] <Arfrever> jimbaker: You might set "Priority: Low" in http://bugs.jython.org/issue2287
[18:40] <jimbaker> Arfrever, that's very reasonable. i will add my comments re mesos/yarn as well
[18:40] <Arfrever> jimbaker: I filed it so that I can add URL of this bug in a comment in my ebuild.
[21:55] * Arfrever (~Arfrever@apache/committer/Arfrever) Quit (Ping timeout: 255 seconds)
[22:18] * enebo (~enebo@c-75-73-8-169.hsd1.mn.comcast.net) Quit (Quit: enebo)
[23:11] * xemdetia (xemdetia@nat/ibm/x-hxpqrxyixowvevue) Quit (Ping timeout: 252 seconds)

Index

These logs were automatically created by JythonLogBot_ on irc.freenode.net using a slightly modified version of the Java IRC LogBot (github).