#jython IRC Log (v0.9)

Index

IRC Log for 2012-07-17

Timestamps are in GMT/BST.

[0:56] * Rondom (~rondom@2a01:488:66:1000:b24d:4f2f:0:1) Quit (Ping timeout: 272 seconds)
[1:04] * Rondom (~rondom@2a01:488:66:1000:b24d:4f2f:0:1) has joined #jython
[1:21] * lheuer (~Adium@unaffiliated/lheuer) has joined #jython
[1:22] * lheuer1 (~Adium@blfd-4d086e17.pool.mediaWays.net) Quit (Ping timeout: 244 seconds)
[1:25] * Rondom (~rondom@2a01:488:66:1000:b24d:4f2f:0:1) Quit (Ping timeout: 272 seconds)
[1:41] * Rondom (~rondom@2a01:488:66:1000:b24d:4f2f:0:1) has joined #jython
[2:44] * wainersm (~wainersm@189.61.217.121) Quit (Ping timeout: 246 seconds)
[3:54] * Rondom (~rondom@2a01:488:66:1000:b24d:4f2f:0:1) Quit (Ping timeout: 272 seconds)
[4:01] * Rondom (~rondom@2a01:488:66:1000:b24d:4f2f:0:1) has joined #jython
[4:28] * Rondom (~rondom@2a01:488:66:1000:b24d:4f2f:0:1) Quit (Ping timeout: 248 seconds)
[5:09] * Rondom (~rondom@2a01:488:66:1000:b24d:4f2f:0:1) has joined #jython
[5:11] * ctismer is now known as ctismer_afk
[10:13] * jabley (u2487@gateway/web/irccloud.com/x-kexrobaezqorelci) Quit (Write error: Broken pipe)
[10:13] * lopex (u4272@gateway/web/irccloud.com/x-cjkzzemtgtrayldb) Quit (Write error: Connection reset by peer)
[10:31] * jabley (u2487@gateway/web/irccloud.com/x-kdvsazpybeoocomf) has joined #jython
[10:40] * lopex (u4272@gateway/web/irccloud.com/x-sfvppvtqsmslopnx) has joined #jython
[11:18] * juneau001 (~juneau@131.225.24.161) has joined #jython
[12:11] * soooga (~soooga@118.125.40.147) has joined #jython
[12:12] * wainersm (~wainersm@189.61.217.121) has joined #jython
[12:18] * soooga (~soooga@118.125.40.147) Quit (Ping timeout: 244 seconds)
[13:12] * robbyoconnor (~wakawaka@guifications/user/r0bby) Quit (Ping timeout: 250 seconds)
[13:13] * robbyoconnor (~wakawaka@guifications/user/r0bby) has joined #jython
[13:17] * robbyoconnor (~wakawaka@guifications/user/r0bby) Quit (Ping timeout: 246 seconds)
[15:00] * enebo (~enebo@174-20-178-12.mpls.qwest.net) has joined #jython
[15:26] * vayer (~vayer@173-164-129-225-SFBA.hfc.comcastbusiness.net) has joined #jython
[16:22] * enebo (~enebo@174-20-178-12.mpls.qwest.net) Quit (Quit: enebo)
[16:39] * vayer (~vayer@173-164-129-225-SFBA.hfc.comcastbusiness.net) Quit (*.net *.split)
[16:39] * aquarius1973 (~aquarius1@egress-frr.sf.nat.aol.com) Quit (*.net *.split)
[16:39] * fvox13 (~stevensmi@173-45-242-243.slicehost.net) Quit (*.net *.split)
[16:39] * svenn_ (svenn@invalid.ed.ntnu.no) Quit (*.net *.split)
[16:39] * yanne (~jth@backport.reaktor.fi) Quit (*.net *.split)
[16:57] * vayer (~vayer@173-164-129-225-SFBA.hfc.comcastbusiness.net) has joined #jython
[16:57] * aquarius1973 (~aquarius1@egress-frr.sf.nat.aol.com) has joined #jython
[16:57] * fvox13 (~stevensmi@173-45-242-243.slicehost.net) has joined #jython
[16:57] * svenn_ (svenn@invalid.ed.ntnu.no) has joined #jython
[16:57] * yanne (~jth@backport.reaktor.fi) has joined #jython
[17:11] * fwierzbicki (~frank@99-106-170-105.lightspeed.sntcca.sbcglobal.net) has joined #jython
[17:18] * ifthenelse (~ifthenels@188.250.52.21) has joined #jython
[17:31] * enebo (~enebo@174-20-178-12.mpls.qwest.net) has joined #jython
[17:45] * wainersm (~wainersm@189.61.217.121) Quit (Ping timeout: 265 seconds)
[17:52] * Trundle (~andy@python/site-packages/trundle) has joined #jython
[17:52] <fwierzbicki> agronholm: the latest in the 2.5 branch should now fix that import bug - also fixed in default, but I don't think you are able to compile right now - I need to poke Shashank to get him to finish his fix.
[18:08] <jimbaker> fwierzbicki, fwiw, i run jython 2.7 on jdk 7, i'm not certain about the test suite delta, but it seems to be reasonable
[18:08] <jimbaker> specifically doing this to play with forkjoin in java 7
[18:18] * wainersm (~wainersm@189.61.217.121) has joined #jython
[18:19] <fwierzbicki> jimbaker: hmmm - agronholm has some trouble with jython if he compiles it with JDK 7
[18:19] <fwierzbicki> he gets verification errors apparently
[18:28] <Arfrever> fwierzbicki: As you know, files from lib-python/2.7 directory come from CPython stdlib, while files from Lib override files from lib-python/2.7.
[18:29] <Arfrever> fwierzbicki: Has updating of files in Lib directory been finished?
[18:30] <fwierzbicki> Arfrever: We pull the files from lib-python/2.7 using CPythonLib.includes (a whitelist) and then we overlay from Lib/ into dist/Lib which becomes the set of files we ship
[18:30] <Arfrever> fwierzbicki: Yes. It is what I said.
[18:31] <Arfrever> fwierzbicki: Do you somewhere track which files still in Lib need to be updated?
[18:31] <fwierzbicki> Arfrever: there are still some Lib/ files that need a look - there is a list here: http://wiki.python.org/jython/ModulePorting
[18:31] <Arfrever> s/still in Lib/in Lib still/
[18:32] <fwierzbicki> agronholm auto-updated some with a script, the ones that need to be moved by hand are listed there
[18:36] <Arfrever> fwierzbicki: OK. I hope that this work will be finished before final release :) .
[18:36] <fwierzbicki> Arfrever: yep that's the plan
[18:37] <Arfrever> (Test suite of some third-party package needs updated xml/etree/ElementTree.py.)
[18:37] <fwierzbicki> Arfrever: yeah there are tests that break on that in 2.7 regrtest too
[18:38] <fwierzbicki> so those will get fixed as soon as I get the last of the IO and import bugs figured out (I may just have finished that)
[18:39] <Arfrever> fwierzbicki: When you run regrtest tests, how many test files trigger failures/errors?
[18:39] <fwierzbicki> there are 19 failing tests for me
[18:42] <pjenvey> and a whole lot of skips
[18:42] <fwierzbicki> yes that too
[18:42] <fwierzbicki> lots of FIXMEs in there that I'd like to address before a final release
[18:48] <Arfrever> fwierzbicki: Last time there were failures in 31 files for me: http://people.apache.org/~Arfrever/jython-2.7_pre20120715-tests.log
[18:48] <jimbaker> fwierzbicki, yeah, i'd like to know more of what agronholm is seeing - i'm just looking at stock open jdk7 on ubuntu precise
[18:49] <jimbaker> however, i'm not doing anything interesting, just basic jython here, interacting with some of the new functionality in java 7
[18:50] <fwierzbicki> Arfrever: what platform are you on?
[18:50] <Arfrever> fwierzbicki: Gentoo GNU/Linux, amd64
[18:50] <fwierzbicki> Maybe it is more internationalization bugs
[18:53] <Arfrever> fwierzbicki: IIRC there were failures in over 50 files before recent fix for float formatting.
[18:54] <Arfrever> fwierzbicki: I can test with LC_ALL="en_US.UTF-8" when I have time.
[18:57] <fwierzbicki> Arfrever: ah cool - good to know that things are better after the float formatting
[18:57] <fwierzbicki> And I wouldn't be surprised about another miss in that area
[18:59] <Arfrever> fwierzbicki: Failure in test_email is caused by issue #1915.
[19:00] <fwierzbicki> so that isn't really fixed?
[19:01] <fwierzbicki> Arfrever: ^^^
[19:01] <Arfrever> fwierzbicki: You fixed issue #1914 recently.
[19:02] <fwierzbicki> oh oops typo :)
[19:02] <Arfrever> fwierzbicki: Is there a plan to fix locale.setlocale() to support non-C locales?
[19:03] <Arfrever> E.g. locale.setlocale(locale.LC_ALL, "en_US.UTF-8") raises: ValueError: _locale emulation only supports "C" locale
[19:04] <fwierzbicki> Arfrever: no plan so far - it sounds like it might be tough to do if I'm understanding correctly
[19:06] <fwierzbicki> I bet 1914 could be fixed easily enough though - but I don't know how hard it would be to re-enable localization once it was fixed
[19:06] <fwierzbicki> I'm guessing Java internationalization is coming through right now like with floats
[19:10] <Arfrever> Currently LC_* variables from parent shell environment affect locale in whole JVM (but not value returned by locale.getlocale()), but after starting Jython it is not possible to change locale using locale.setlocale().
[19:20] * viyyer (~quassel@unaffiliated/viyyer) has joined #jython
[19:20] * viyyer (~quassel@unaffiliated/viyyer) has left #jython
[19:26] * juneau001 (~juneau@131.225.24.161) Quit (Quit: juneau001)
[19:58] * kandinsk1 (~kandinski@hiperactivo.com) has joined #jython
[19:59] * [Arfrever] (~Arfrever@apache/committer/Arfrever) Quit (*.net *.split)
[19:59] * kandinski (~kandinski@hiperactivo.com) Quit (*.net *.split)
[20:01] * [Arfrever] (~Arfrever@apache/committer/Arfrever) has joined #jython
[20:13] * ctismer_afk is now known as ctismer
[20:15] * ctismer is now known as ctismer_afk
[20:16] * ctismer_afk is now known as ctismer
[20:24] * wainersm (~wainersm@189.61.217.121) Quit (Ping timeout: 250 seconds)
[20:24] * wainersm (~wainersm@189.61.217.121) has joined #jython
[20:33] * wainersm (~wainersm@189.61.217.121) Quit (Ping timeout: 265 seconds)
[20:46] * wainersm (~wainersm@189.61.217.121) has joined #jython
[20:52] * wainersm (~wainersm@189.61.217.121) Quit (Ping timeout: 248 seconds)
[20:56] * wainersm (~wainersm@189.61.217.121) has joined #jython
[21:33] * ctismer is now known as ctismer_afk
[21:49] * ctismer_afk is now known as ctismer
[21:51] * kandinsk1 is now known as kandinski
[22:00] * jlwestsr (~jlwestsr@2602:30b:82c8:67c9:31ca:aea5:e5aa:7619) has joined #jython
[22:02] * ctismer (~ctismer@django.stackless.com) Quit (Read error: Operation timed out)
[22:02] * jlwestsr (~jlwestsr@2602:30b:82c8:67c9:31ca:aea5:e5aa:7619) Quit (Client Quit)
[22:03] * ctismer (~ctismer@django.stackless.com) has joined #jython
[22:10] * enebo (~enebo@174-20-178-12.mpls.qwest.net) Quit (Quit: enebo)
[22:18] * Trundle (~andy@python/site-packages/trundle) Quit (Remote host closed the connection)
[22:31] * ifthenelse (~ifthenels@188.250.52.21) has left #jython
[22:36] * ctismer is now known as ctismer_afk
[23:33] * fwierzbicki_ (~frank@99-106-170-105.lightspeed.sntcca.sbcglobal.net) has joined #jython
[23:33] * fwierzbicki (~frank@99-106-170-105.lightspeed.sntcca.sbcglobal.net) Quit (Read error: Connection reset by peer)
[23:33] * fwierzbicki_ is now known as fwierzbicki

Index

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