#jython IRC Log (v0.9)

Index

IRC Log for 2015-04-24

Timestamps are in GMT/BST.

[0:00] <agronholm> fwierzbicki: does traversal need to be implemented for PyObjects that are not exposed?
[0:15] <fwierzbicki> is this the new traversal that Jim's student wrote?
[0:15] <agronholm> I'm not sure where it came from
[0:16] <fwierzbicki> if that's it - Jim will know more
[0:16] <agronholm> ok
[0:16] <agronholm> what I'm doing: private static final PyString fileSystemEncoding = new PyString(System.getProperty("file.encoding"))
[0:17] <fwierzbicki> this is to get the system default?
[0:17] <fwierzbicki> if so that sounds good to me
[0:20] <fwierzbicki> I'm heading out for a couple of hours but I'll check here when I get back
[0:20] <agronholm> ok
[3:15] <fwierzbicki> I'm back :)
[4:52] * robbyoconnor (~wakawaka@guifications/user/r0bby) has joined #jython
[5:12] * trigoman (~trigoman@75-161-18-131.albq.qwest.net) has joined #jython
[5:39] * trigoman (~trigoman@75-161-18-131.albq.qwest.net) Quit (Ping timeout: 256 seconds)
[7:08] * Arfrever (~Arfrever@apache/committer/Arfrever) Quit (Ping timeout: 246 seconds)
[8:23] <grey_> IPython crashed. I guess that's to be expected..
[8:24] * mbooth (~mbooth@redhat/mbooth) has joined #jython
[8:28] <grey_> AttributeError: 'org.python.util.JLineConsole' object has no attribute 'startup_hook'
[8:55] <grey_> docs@https://wiki.python.org/jython/JythonDeveloperGuide which is the preferred method? patches or PR?
[10:04] * Moogly_ (~quassel@67-8-127-164.res.bhn.net) has joined #jython
[10:04] * Moogly_ is now known as [Gian]
[10:04] * [Gian] (~quassel@67-8-127-164.res.bhn.net) has left #jython
[13:33] <jimbaker> agronholm, you need to write traversal. but reflection is a reasonable alternative when just trying stuff out
[13:35] <jimbaker> re alternative PyUnicode for anything with isolated surrogates - yes, we should do that for 2.7.1
[14:07] <jimbaker> i'm writing a bug for the isolated surrogate stuff. we can at least do a quick experiment
[14:32] * enebo (~enebo@c-75-73-8-169.hsd1.mn.comcast.net) has joined #jython
[15:19] <agronholm> jimbaker: even if the PyString is "static final"?
[17:32] <jimbaker> agronholm, i don't see how this impacts... but to be investigated
[17:33] <jimbaker> this would also be like cpython, with multiple encodings supported for unicode
[17:58] <grey_> anyone using Jython as a JSR223 scripting engine? If you have a working setup (Eclipse, Maven), please share
[17:59] <grey_> http://bugs.jython.org/issue2339
[21:27] * clajo04 (~clajo04@pool-108-54-80-65.nycmny.fios.verizon.net) Quit (Quit: clajo04)
[22:58] * enebo (~enebo@c-75-73-8-169.hsd1.mn.comcast.net) Quit (Quit: enebo)

Index

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