#jython IRC Log (v0.9)

Index

IRC Log for 2013-09-23

Timestamps are in GMT/BST.

[0:07] <agronholm> sinistersnare: create a java project, then add python nature to it
[0:07] <agronholm> eclipse, being a dick, does not allow java nature to be added afterwards
[0:10] <sinistersnare> ok, i made a java project
[0:11] <sinistersnare> now do i right click it > pyDev > pydev project
[0:14] <agronholm> pydev > set as pydev project
[0:15] <agronholm> going to sleep now
[0:17] <sinistersnare> ok thanks bye
[0:25] * Rondom (~rondom@2a01:488:66:1000:b24d:4f2f:0:1) Quit (*.net *.split)
[1:23] * lheuer1 (~Adium@f049137195.adsl.alicedsl.de) has joined #jython
[1:25] * lheuer (~Adium@unaffiliated/lheuer) Quit (Ping timeout: 245 seconds)
[1:51] * robbyoconnor (~wakawaka@guifications/user/r0bby) has joined #jython
[2:18] * Rondom (~rondom@2a01:488:66:1000:b24d:4f2f:0:1) has joined #jython
[2:56] * lheuer1 (~Adium@f049137195.adsl.alicedsl.de) Quit (Quit: Leaving.)
[5:55] * lheuer (~Adium@f049137195.adsl.alicedsl.de) has joined #jython
[5:55] * lheuer (~Adium@f049137195.adsl.alicedsl.de) Quit (Changing host)
[5:55] * lheuer (~Adium@unaffiliated/lheuer) has joined #jython
[6:28] * purplefox (~purplefox@host-80-43-252-143.as13285.net) has joined #jython
[7:48] <topi`> jimbaker: thanks for the sysconf fix!
[7:48] <topi`> it does seem fairly trivial, however some Java knowledge is needed ;)
[8:21] * supersven (~sven@port-1795.pppoe.wtnet.de) has joined #jython
[8:28] * supersven (~sven@port-1795.pppoe.wtnet.de) Quit (Quit: Ex-Chat)
[12:10] <truk77> Anybody have experience loading jython scripts from maven as resources?
[12:59] * paolo (~Paolo@net-2-36-101-40.cust.dsl.vodafone.it) has joined #jython
[13:06] * zz_whg is now known as whg
[13:11] * mcurve (~quassel@pop.nakinasystems.com) Quit (Read error: Connection reset by peer)
[13:12] * mcurve (~quassel@pop.nakinasystems.com) has joined #jython
[14:14] * robbyoconnor (~wakawaka@guifications/user/r0bby) Quit (Read error: Operation timed out)
[14:48] <jimbaker> topi`, it's straightforward, but i would not call it trivial given that the solution requires knowledge of jython internals
[15:19] * whg is now known as zz_whg
[15:39] * zz_whg is now known as whg
[16:01] * whg is now known as zz_whg
[16:34] * purplefox (~purplefox@host-80-43-252-143.as13285.net) Quit (Ping timeout: 245 seconds)
[16:49] * purplefox (~purplefox@host-80-43-252-143.as13285.net) has joined #jython
[17:15] * zz_whg is now known as whg
[18:22] * thereisnospoon (~thereisno@27-33-1-87.tpgi.com.au) Quit (Ping timeout: 260 seconds)
[18:23] * thereisnospoon (~thereisno@27-33-1-87.tpgi.com.au) has joined #jython
[18:57] * fvox13 (~stevensmi@173-45-242-243.slicehost.net) has left #jython
[19:10] * paolo (~Paolo@net-2-36-101-40.cust.dsl.vodafone.it) Quit (Quit: Leaving)
[19:14] <truk77> If I have a function that creates a PythonInterpreter object, and said object creates a few threads...if the function goes out of scope before the threads resolve, what happens to them?
[19:30] <jimbaker> truk77, there's a good answer on stack overflow, http://stackoverflow.com/a/2423293 - if the threads are running (not certain what you mean by "resolve") they are not garbage collected
[19:30] <jimbaker> biab
[19:53] <truk77> jimbaker: So threads won't be prematurely terminated when their controlling PythonInterpreter object goes out of scope?
[19:55] <agronholm> nope
[19:56] <agronholm> iirc there is no way to prematurely terminate threads in java
[20:03] <pjenvey> Thread.stop is still around but it's deprecated and evil and shouldn't be used
[20:40] * robbyoconnor (~wakawaka@guifications/user/r0bby) has joined #jython
[21:33] * purplefox (~purplefox@host-80-43-252-143.as13285.net) Quit (Ping timeout: 264 seconds)
[21:45] * purplefox (~purplefox@host-80-43-252-143.as13285.net) has joined #jython
[22:20] * purplefox (~purplefox@host-80-43-252-143.as13285.net) Quit (Quit: Leaving)
[22:55] <sinistersnare> random question: does jython make use of invokeDynamic (aka is java 7 prefered?)
[23:03] * robbyoconnor (~wakawaka@guifications/user/r0bby) Quit (Ping timeout: 240 seconds)
[23:19] <agronholm> not yet
[23:19] <agronholm> but work has been done towards that goal

Index

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