#jython IRC Log (v0.9)

Index

IRC Log for 2016-11-21

Timestamps are in GMT/BST.

[0:11] * jamierocks (~jamierock@lon1.lexteam.xyz) Quit (Quit: Adios)
[0:29] * JythonLogBot disconnected - trying to reconnect...
[0:29] -barjavel.freenode.net- *** Looking up your hostname...
[0:29] -barjavel.freenode.net- *** Checking Ident
[0:29] -barjavel.freenode.net- *** No Ident response
[0:29] -barjavel.freenode.net- *** Couldn't look up your hostname
[0:39] * JythonLogBot disconnected - trying to reconnect...
[0:39] -card.freenode.net- *** Looking up your hostname...
[0:39] -card.freenode.net- *** Checking Ident
[0:39] -card.freenode.net- *** No Ident response
[0:39] -card.freenode.net- *** Couldn't look up your hostname
[16:12] -tepper.freenode.net- *** Looking up your hostname...
[16:12] -tepper.freenode.net- *** Checking Ident
[16:12] -tepper.freenode.net- *** No Ident response
[16:12] -tepper.freenode.net- *** Couldn't look up your hostname
[16:12] * JythonLogBot (~PircBot@74.50.59.201) has joined #jython
[16:12] * Topic is 'Jython 2.7 final released: http://tinyurl.com/muqfuul | This channel is logged: http://jython.extreme.st/irclogs/ | Please update the wiki: http://wiki.python.org/jython | Jython Book: http://jythonbook.com | Podcast: http://jython.org/jythonpodcast/'
[16:12] * Set by agronholm!~agronholm@nblzone-211-20.nblnetworks.fi on Sun May 03 05:10:52 UTC 2015
[16:13] <ohumbel> Hi all, the log bot was down for a few hours, but you missed nothing
[16:23] <jimbaker> ohumbel, hi
[16:24] <jimbaker> so we are done with jython 2.7.1, except pip on windows is broken. just need to figure that out, and we can release
[16:25] <jimbaker> also sounds like requests is getting fixed
[16:25] <jimbaker> see http://stackoverflow.com/questions/40698143/is-jython-a-liability-in-my-codebase
[16:25] <jimbaker> the requests maintainers are aware, and their dependencies on these vendored libraries are getting some work. hopefully soon!
[16:37] <TomA_> @jimbaker we are seeing our local development paths in jython stacktraces. We build the jython standalone jar via the ant jar-standalone task. Is there any way to avoid that?
[16:38] * chrisseaton (sid38584@gateway/web/irccloud.com/x-oxpyorejcuyjzljy) has left #jython
[16:38] * chrisseaton (sid38584@gateway/web/irccloud.com/x-oxpyorejcuyjzljy) has joined #jython
[16:39] <jimbaker> TomA_, hmmm, i haven't worked on that code. should be a straightforward patch i would think
[16:41] <jimbaker> biab
[16:41] <TomA_> fwiw this ends up in the compiled class file: Lorg/python/compiler/Filename;
[18:01] * humon (~humon@rrcs-74-143-21-178.central.biz.rr.com) has joined #jython
[18:03] <jimbaker> TomA_, yeah, don't know about that specific artifact re Lorg/python/compiler/Filename, other than it's an important annotation to get pyc style semantics implemented
[18:25] * humon (~humon@rrcs-74-143-21-178.central.biz.rr.com) Quit (Ping timeout: 268 seconds)
[18:57] <TomA_> ah ok. Want me to file a ticket?
[20:30] <jimbaker> TomA_, sure, sounds like a good feature request to me
[20:30] <jimbaker> we could also use this opportunity to implement the traceback editing that was done for 3.6 in the event of stack overflows
[20:32] <jimbaker> TomA_, in particular we can take advantage of https://docs.oracle.com/javase/7/docs/api/java/lang/StackTraceElement.html
[20:32] <jimbaker> it's been around since java 1.4. maybe we should use? ;)
[20:32] <chrisseaton> jimbaker: there's a new stack introspection API coming isn't there (nothing to do with Graal)?
[20:33] <jimbaker> chrisseaton, in java 9 right? we need to revisit
[20:33] <jimbaker> get the basics done of java 9 support for java 2.7.2; and actually use in jython 3
[20:33] <jimbaker> probably should require java 9 for jython 3.x
[20:34] <jimbaker> get all new goodness available :)
[20:36] <jimbaker> TomA_, so this is the core code for printing stack traces - https://github.com/jythontools/jython/blob/master/src/org/python/core/Py.java#L1078
[20:36] <jimbaker> it does exactly what one would expect without the StackTraceElement support. so we should definitely revisit
[20:39] <chrisseaton> jimbaker: I've had quite a bit of work for Java 9 - are you using Joda?
[21:03] <jimbaker> chrisseaton, we are not using joda. we use a pure python datetime
[21:03] <jimbaker> so many obvious optimizations! :)
[21:37] * TomA_ (~TomA@2601:402:500:8e98:e118:b0d1:d2c3:ac05) Quit (Remote host closed the connection)
[21:37] * TomA (~TomA@2601:402:500:8e98:e118:b0d1:d2c3:ac05) has joined #jython
[21:42] * TomA (~TomA@2601:402:500:8e98:e118:b0d1:d2c3:ac05) Quit (Ping timeout: 258 seconds)
[22:24] * TomA (~TomA@2601:402:500:8e98:cf8:83a2:298:994b) has joined #jython
[22:29] * TomA (~TomA@2601:402:500:8e98:cf8:83a2:298:994b) Quit (Ping timeout: 258 seconds)

Index

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