#jython IRC Log (v0.9)

Index

IRC Log for 2014-09-25

Timestamps are in GMT/BST.

[0:31] <frase> jimbaker: thanks for you attention to that issue
[5:48] * lopex (uid4272@gateway/web/irccloud.com/x-oioqttwgnbsptdlk) Quit (Ping timeout: 272 seconds)
[5:49] * lopex (uid4272@gateway/web/irccloud.com/x-qitzgormnndwwuoc) has joined #jython
[6:07] * a42niem (~niem@p578b7daf.dip0.t-ipconnect.de) has joined #jython
[6:59] * robbyoconnor (~wakawaka@guifications/user/r0bby) Quit (Ping timeout: 260 seconds)
[7:04] * robbyoconnor (~wakawaka@guifications/user/r0bby) has joined #jython
[13:38] * enebo (~enebo@c-75-73-8-169.hsd1.mn.comcast.net) has joined #jython
[13:44] * xemdetia (xemdetia@nat/ibm/x-ksrqyjkvnnkvvofm) has joined #jython
[14:15] * mike_af (~mike_af@unaffiliated/mike-af/x-5454762) has joined #jython
[16:22] * fwierzbicki (~Adium@99-106-169-5.lightspeed.sntcca.sbcglobal.net) has joined #jython
[16:47] * sidrero (~sidrero@cable-static-140-81.teleport.ch) has joined #jython
[16:48] <sidrero> hello
[16:48] <sidrero> I have a problem when using the jython interactive console in eclipse via PyDev
[16:49] <sidrero> for some reason the last level of identation generates a "no viable input" error
[16:49] <sidrero> any ideas of what to do?
[17:38] <jimbaker> sidrero, i know fwierzbicki has been looking at these sort of issues. the thing to know is that the interactive console has a slightly different grammar. not certain about pydev specifics
[17:39] <sidrero> I see
[17:39] <sidrero> quite strange because even simple things like an if or a for breaks
[17:43] <jimbaker> sidrero, yeah, it
[17:44] <jimbaker> is a consequence of how how challenging it is. antlr 4 apparently helps with incremental parsing, so we might do a better job in a future release
[17:46] <xemdetia> ugh i forgot about antlr4
[17:49] <jimbaker> xemdetia, one of my rackspace colleagues is a core dev, so he's been promoting it to me
[17:49] <jimbaker> something we should do for jython 3.x. presumably
[17:49] <xemdetia> yeah we use antlr3 right now
[17:49] <xemdetia> for just this weird thing
[17:49] <xemdetia> but antlr4 doesn't have the C++ target yet though
[17:54] <jimbaker> so as i understand it, anltr 4 doesn't require as much node construction so it will be much lighterweight than our current usage. probably will reduce our startup times significantly
[17:55] <jimbaker> especially because we can use python objects to wrap AST nodes, upon usage, vs having to expose so many classes which is contributing to class bloat
[17:56] <xemdetia> hmm. That's interesting. I really haven't gotten to look at it that deeply yet I just know it is on the TODO list
[17:56] <xemdetia> everything is broken when you're part of a team
[19:15] * sidrero (~sidrero@cable-static-140-81.teleport.ch) Quit (Ping timeout: 260 seconds)
[20:02] * a42niem (~niem@p578b7daf.dip0.t-ipconnect.de) Quit (Quit: Leaving.)
[20:30] * sidrero (~sidrero@cable-static-140-81.teleport.ch) has joined #jython
[20:35] * sidrero (~sidrero@cable-static-140-81.teleport.ch) Quit ()
[21:45] * enebo (~enebo@c-75-73-8-169.hsd1.mn.comcast.net) Quit (Quit: enebo)
[22:05] * xemdetia (xemdetia@nat/ibm/x-ksrqyjkvnnkvvofm) Quit (Ping timeout: 272 seconds)
[22:48] * mike_af (~mike_af@unaffiliated/mike-af/x-5454762) Quit (Remote host closed the connection)
[22:49] * mike_af (~mike_af@unaffiliated/mike-af/x-5454762) has joined #jython
[22:54] * mike_af (~mike_af@unaffiliated/mike-af/x-5454762) Quit (Ping timeout: 260 seconds)
[23:37] * frase (~Fraser@110-174-235-130.static.tpgi.com.au) has left #jython

Index

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