#jython IRC Log (v0.9)

Index

IRC Log for 2010-12-29

Timestamps are in GMT/BST.

[0:00] * enebo (~enebo@184-97-205-152.mpls.qwest.net) Quit (Quit: enebo)
[0:06] <pjenvey> what else is blocking the release?
[0:13] * lolsuper_ (~super_@unaffiliated/lolsuper-/x-9881387) Quit (Ping timeout: 240 seconds)
[0:15] <agronholm> pjenvey: besides the jsr223 proxy issue?
[0:17] <pjenvey> agronholm - what ticket is that
[0:17] <agronholm> let me look it up
[0:19] <agronholm> hm, at any rate it was talked about on the ML
[0:20] <agronholm> ah, seems it was closed already
[0:21] <agronholm> pjenvey: if you add unicode paths with non-ascii characters to sys.path, importing something from there raises a unicodeerror, is this expected?
[0:25] <pjenvey> agronholm - is there an existing bug for that? that sounds familliar
[0:25] <pjenvey> I closed one jsr223 issue the other day
[0:25] <agronholm> not sure, someone was asking about it on the channel yesterday
[0:26] <pjenvey> agronholm - that very well might be expected, I'm not 100% sure. I'd want to know what CPython 2.x does
[0:27] <agronholm> pjenvey: just tested, works fine on cpython
[0:28] <pjenvey> agronholm - want to log a ticket with the code? im not sure this would be a blocker
[0:28] <pjenvey> but we should get it logged down
[0:29] <agronholm> http://pastebin.com/88EYH8tR
[0:30] <agronholm> doesn't look like there's any existing tickets for this
[0:36] * lopex (lopex@89-76-44-27.dynamic.chello.pl) Quit ()
[0:51] * quizme (~quizme@66.43.117.226) has joined #jython
[0:52] <quizme> anybody here use nailgun with jython?
[0:53] <quizme> i'm using it for testing, and it seems like the the jython source files that i'm editing are not being reloaded each time the nailgun executes the test script.
[0:53] <quizme> is there a way to force a reload of a jython file into nailgun?
[0:54] <pjenvey> you should be getting a fresh sys.modules every time you run it..
[0:55] <quizme> pjenvey sorry what does that mean ?
[0:55] <quizme> what's sys.modules
[0:56] <pjenvey> any module loaded into python will live in there. you could double check that it's empty (of the modules you think aren't being reloaded) at startup time
[0:58] <quizme> by "startup time", you mean "successive calls to ng" right?
[0:59] <quizme> cuz if I stop the ng server and reload everything from scratch it seems to get a frash copy of everything.
[0:59] <quizme> i'll look into sys.modules. thanks.
[1:00] <quizme> can i manually remove stuff from sys.modules ?
[1:00] <pjenvey> yea. startup, as in, invocation of nailgun startup. even though it's connecting to the same java process you should be getting a brand new "Python" runtime every time
[1:01] <quizme> ok thanks
[1:01] <quizme> i'll investigate
[1:11] * lolsuper_ (~super_@unaffiliated/lolsuper-/x-9881387) has joined #jython
[1:18] <quizme> pjenvey: http://pastebin.com/4yhv4bkw
[1:19] <quizme> pjenvey: i mean: http://pastebin.com/7PdTdTm4
[1:19] <quizme> but if i restart my nailgun server it will show up.
[1:20] <quizme> but that kind of defeats the purpose of using nailgun
[1:23] <quizme> http://pyunit.sourceforge.net/notes/reloading.html <--- maybe i should use RollbackImporter
[1:44] * lolsuper_ (~super_@unaffiliated/lolsuper-/x-9881387) Quit (Ping timeout: 240 seconds)
[1:50] <quizme> do i need to use jreload?
[2:35] * nick_ (~njoyce@124-150-88-174.dyn.iinet.net.au) has joined #jython
[2:36] * nick_ is now known as Guest92382
[2:37] * njoyce (~njoyce@124-150-114-90.dyn.iinet.net.au) Quit (Ping timeout: 246 seconds)
[2:44] * jimbaker (~jimbaker@wsip-24-234-240-209.lv.lv.cox.net) has joined #jython
[2:46] * Guest92382 is now known as njoyce
[2:47] * lolsuper_ (~super_@unaffiliated/lolsuper-/x-9881387) has joined #jython
[3:40] * jimbaker (~jimbaker@wsip-24-234-240-209.lv.lv.cox.net) Quit (Quit: jimbaker)
[3:53] * jimbaker (~jimbaker@wsip-24-234-240-209.lv.lv.cox.net) has joined #jython
[4:20] * jimbaker (~jimbaker@wsip-24-234-240-209.lv.lv.cox.net) Quit (Quit: jimbaker)
[4:20] * quizme (~quizme@66.43.117.226) has left #jython
[4:30] * jimbaker (~jimbaker@wsip-24-234-240-209.lv.lv.cox.net) has joined #jython
[4:30] * jimbaker (~jimbaker@wsip-24-234-240-209.lv.lv.cox.net) Quit (Client Quit)
[4:51] * lolsuper_ (~super_@unaffiliated/lolsuper-/x-9881387) Quit (Ping timeout: 240 seconds)
[4:54] * njoyce (~njoyce@124-150-88-174.dyn.iinet.net.au) Quit (Ping timeout: 264 seconds)
[5:09] * lolsuper_ (~super_@unaffiliated/lolsuper-/x-9881387) has joined #jython
[5:42] * lolsuper_ (~super_@unaffiliated/lolsuper-/x-9881387) Quit (Ping timeout: 240 seconds)
[5:50] * njoyce (~njoyce@124-171-206-9.dyn.iinet.net.au) has joined #jython
[6:44] <ohumbel> pjenvey - many thanks for your fixes!
[6:44] <ohumbel> imho there is nothing blocking any more
[6:45] <ohumbel> the question is: rc3 or 'final'?
[6:49] * thijstriemstra (~thijstrie@i219160.upc-i.chello.nl) Quit (Quit: thijstriemstra)
[7:02] * Oti (5390f2dc@gateway/web/freenode/ip.83.144.242.220) has joined #jython
[7:58] * thobe (~Adium@83.249.247.186) Quit (Quit: Leaving.)
[9:02] * Oti (5390f2dc@gateway/web/freenode/ip.83.144.242.220) Quit (Quit: Page closed)
[9:26] <agronholm> if an rc3 is made, maybe the fix for the unicode sys.path bug can be slipped in then
[9:26] <agronholm> it's probably much easier to fix than the previous two issues
[10:08] * seberg (~sebastian@p5B05363F.dip.t-dialin.net) has joined #jython
[10:09] * adiroiban (~adiroiban@h194-54-129-79.teleson.ro) has joined #jython
[10:26] * thobe (~Adium@212-162-171-110.skbbip.com) has joined #jython
[10:29] * lolsuper_ (~super_@unaffiliated/lolsuper-/x-9881387) has joined #jython
[11:58] * lolsuper_ (~super_@unaffiliated/lolsuper-/x-9881387) Quit (Ping timeout: 240 seconds)
[12:15] * Oti (5390f2dc@gateway/web/freenode/ip.83.144.242.220) has joined #jython
[13:28] * jabley (~jabley@5acd7ba1.bb.sky.com) has joined #jython
[13:39] * seberg (~sebastian@p5B05363F.dip.t-dialin.net) Quit (Quit: Ex-Chat)
[13:43] * jabley (~jabley@5acd7ba1.bb.sky.com) Quit (Quit: jabley)
[16:07] * Oti (5390f2dc@gateway/web/freenode/ip.83.144.242.220) Quit (Quit: Page closed)
[16:23] * enebo (~enebo@184-97-205-152.mpls.qwest.net) has joined #jython
[16:34] * thobe (~Adium@212-162-171-110.skbbip.com) Quit (Quit: Leaving.)
[16:36] * rcjp (~rcjp@codephrenic.plus.com) has joined #jython
[16:48] * rcjp (~rcjp@codephrenic.plus.com) Quit (Remote host closed the connection)
[17:04] * lopex (lopex@89-76-44-27.dynamic.chello.pl) has joined #jython
[17:14] * lolsuper_ (~super_@unaffiliated/lolsuper-/x-9881387) has joined #jython
[17:39] * tnelson__ is now known as tnelson
[17:39] * tnelson (trent@wind.teleri.net) Quit (Changing host)
[17:39] * tnelson (trent@coapp/developer/tnelson) has joined #jython
[18:22] * adiroiban (~adiroiban@h194-54-129-79.teleson.ro) Quit (Quit: adiroiban)
[19:07] * lolsuper_ (~super_@unaffiliated/lolsuper-/x-9881387) Quit (Ping timeout: 240 seconds)
[19:41] * clajo04_ (~clajo04_@pool-74-108-95-175.nycmny.fios.verizon.net) has joined #jython
[19:49] * luckman212 (~quassel@pool-96-246-172-198.nwrknj.fios.verizon.net) has joined #jython
[20:13] * enebo (~enebo@184-97-205-152.mpls.qwest.net) Quit (Read error: Connection reset by peer)
[20:13] * enebo (~enebo@184-97-205-152.mpls.qwest.net) has joined #jython
[20:36] * njoyce (~njoyce@124-171-206-9.dyn.iinet.net.au) Quit (Ping timeout: 250 seconds)
[20:41] * njoyce (~njoyce@124-150-85-122.dyn.iinet.net.au) has joined #jython
[22:43] * enebo (~enebo@184-97-205-152.mpls.qwest.net) Quit (Read error: Connection reset by peer)
[22:43] * enebo (~enebo@184-97-205-152.mpls.qwest.net) has joined #jython
[23:15] * lolsuper_ (~super_@unaffiliated/lolsuper-/x-9881387) has joined #jython
[23:20] * enebo (~enebo@184-97-205-152.mpls.qwest.net) Quit (Quit: enebo)
[23:27] * stakkars (~tismer@77-21-85-35-dynip.superkabel.de) Quit (Quit: stakkars)
[23:29] * aleff (~nobody@fiorix.net) Quit (*.net *.split)
[23:29] * aleff (~nobody@fiorix.net) has joined #jython
[23:31] * stakkars (~tismer@77-21-85-35-dynip.superkabel.de) has joined #jython
[23:48] * nick_ (~njoyce@124-150-98-146.dyn.iinet.net.au) has joined #jython
[23:49] * nick_ is now known as Guest96917
[23:50] * njoyce (~njoyce@124-150-85-122.dyn.iinet.net.au) Quit (Ping timeout: 240 seconds)

Index

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