#jython IRC Log (v0.9)

Index

IRC Log for 2016-04-28

Timestamps are in GMT/BST.

[0:41] * TomA (~TomA@c-68-32-46-223.hsd1.mi.comcast.net) has joined #jython
[2:46] * xemdetia (xemdetia@nat/ibm/x-iissziogrxcbahvx) Quit (Ping timeout: 276 seconds)
[3:00] * TomA (~TomA@c-68-32-46-223.hsd1.mi.comcast.net) Quit (Remote host closed the connection)
[5:30] * Oti (~ohumbel@185.33.224.6) has joined #jython
[6:25] * iLoveTheCoCode (~Michael@38.84.134.188) has joined #jython
[8:54] * iLoveTheCoCode (~Michael@38.84.134.188) Quit (Ping timeout: 260 seconds)
[10:29] <deepy> is it possible to build jython using java 8? Mine keeps erroring out if I try. Seems to work on java 7 though
[10:30] * robbyoconnor (~wakawaka@guifications/user/r0bby) Quit (Read error: Connection reset by peer)
[10:31] * robbyoconnor (~wakawaka@guifications/user/r0bby) has joined #jython
[10:36] * robbyoconnor (~wakawaka@guifications/user/r0bby) Quit (Read error: Connection reset by peer)
[10:53] * robbyoconnor (~wakawaka@guifications/user/r0bby) has joined #jython
[10:57] * robbyoconnor (~wakawaka@guifications/user/r0bby) Quit (Read error: Connection reset by peer)
[10:59] * robbyoconnor (~wakawaka@guifications/user/r0bby) has joined #jython
[11:03] * robbyoconnor (~wakawaka@guifications/user/r0bby) Quit (Write error: Connection reset by peer)
[11:55] * TomA (~TomA@c-68-32-46-223.hsd1.mi.comcast.net) has joined #jython
[11:58] * TomA_ (~TomA@c-68-32-46-223.hsd1.mi.comcast.net) has joined #jython
[11:58] * TomA (~TomA@c-68-32-46-223.hsd1.mi.comcast.net) Quit (Read error: Connection reset by peer)
[14:27] * xemdetia (xemdetia@nat/ibm/x-ptjewvzuzzlbrnar) has joined #jython
[14:35] * robbyoconnor (~wakawaka@guifications/user/r0bby) has joined #jython
[14:35] <grey__> in regards to the ByteBuffer discussion, has Netty's ByteBuffer API been scrutinized? http://netty.io/4.0/api/io/netty/buffer/ByteBuf.html
[14:37] <grey__> There are plenty of similarities. The ByteBuf can also be backed by a byte[] or a NIO direct buffer.
[14:39] * robbyoconnor (~wakawaka@guifications/user/r0bby) Quit (Read error: Connection reset by peer)
[14:39] <grey__> They also have a some JNI code, FWIW http://netty.io/wiki/native-transports.html#using-the-native-transport
[14:41] * iLoveTheCoCode (~Michael@c-75-72-102-178.hsd1.mn.comcast.net) has joined #jython
[14:54] * robbyoconnor (~wakawaka@guifications/user/r0bby) has joined #jython
[15:13] * robbyoconnor (~wakawaka@guifications/user/r0bby) Quit (Ping timeout: 240 seconds)
[17:25] * stewori (~stefan@5.146.129.173) has joined #jython
[17:27] <stewori> deepy: (regarding "is it possible to build jython using java 8?") Officially Jython only builds with Java 7. However I observed it to build on Java 8 successfully if you runt the build-script twice.
[17:28] <stewori> I did not test such a build deeply though.
[17:28] <deepy> If I run it twice it produces results but does not work
[17:28] <deepy> I found the notes regarding upgrading the parser though
[17:29] <stewori> Okay. Then forget this one. It is a while ago that I tried building with Java8. So this may have changed since then.
[17:29] <deepy> it'd be kinda cool to get it to build on java8, but it's way beyond my level
[17:31] <stewori> The devs who know the necessary details here are currently focused onto other issues I suppose. (Wrapping 2.7.1 has higher priority than Java 8 build-support)
[17:40] <stewori> I just tried building with Java 8 again by running ant twice. I can run the resulting live-interpreter and tried some basic commands, which all worked so far
[17:40] <stewori> (using Jython 2.7.1 beta3)
[17:41] <stewori> (On a debianesque linux)
[17:51] <stewori> regrtests seem to pass rather much comparable to an ordinary build (right now I don't have time to run them completely, cancelled after ten minutes), so it seems to be a platform specific issue. I was building with Java 1.8.0_92-b14.
[17:51] * stewori (~stefan@5.146.129.173) has left #jython
[18:26] * stewori (~stefan@5.146.129.173) has joined #jython
[19:02] * iLoveTheCoCode (~Michael@c-75-72-102-178.hsd1.mn.comcast.net) Quit (Quit: Leaving)
[19:37] * stewori (~stefan@5.146.129.173) Quit (Quit: Leaving.)
[20:04] <jimbaker> deepy, we will support java 8 builds in 2.7.2. but not now
[20:05] <jimbaker> requires some antlr updates
[21:30] * TomA_ (~TomA@c-68-32-46-223.hsd1.mi.comcast.net) Quit (Remote host closed the connection)
[21:48] * jimklo (~jimklo@192.12.16.110) has joined #jython
[22:20] * xemdetia (xemdetia@nat/ibm/x-ptjewvzuzzlbrnar) Quit (Ping timeout: 250 seconds)
[22:30] * TomA (~TomA@c-68-32-46-223.hsd1.mi.comcast.net) has joined #jython
[22:34] * TomA (~TomA@c-68-32-46-223.hsd1.mi.comcast.net) Quit (Ping timeout: 244 seconds)
[23:32] * TomA (~TomA@c-68-32-46-223.hsd1.mi.comcast.net) has joined #jython
[23:36] * TomA (~TomA@c-68-32-46-223.hsd1.mi.comcast.net) Quit (Ping timeout: 268 seconds)
[23:59] * jimklo (~jimklo@192.12.16.110) Quit ()

Index

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