#jython IRC Log (v0.9)

Index

IRC Log for 2013-12-23

Timestamps are in GMT/BST.

[1:44] * lheuer (~Adium@unaffiliated/lheuer) Quit (Quit: Leaving.)
[3:23] * oscar_toro (~Thunderbi@190-22-233-76.baf.movistar.cl) has joined #jython
[5:46] * oscar_toro (~Thunderbi@190-22-233-76.baf.movistar.cl) Quit (Ping timeout: 250 seconds)
[6:27] * lheuer (~Adium@g228175205.adsl.alicedsl.de) has joined #jython
[6:27] * lheuer (~Adium@g228175205.adsl.alicedsl.de) Quit (Changing host)
[6:27] * lheuer (~Adium@unaffiliated/lheuer) has joined #jython
[7:37] * lheuer1 (~Adium@f049209037.adsl.alicedsl.de) has joined #jython
[7:39] * lheuer (~Adium@unaffiliated/lheuer) Quit (Ping timeout: 248 seconds)
[7:41] * lheuer1 is now known as lheuer
[7:41] * lheuer (~Adium@f049209037.adsl.alicedsl.de) Quit (Changing host)
[7:41] * lheuer (~Adium@unaffiliated/lheuer) has joined #jython
[10:06] * robbyoconnor (~wakawaka@guifications/user/r0bby) Quit (Excess Flood)
[10:06] * robbyoconnor (~wakawaka@guifications/user/r0bby) has joined #jython
[11:00] * tlecomte (9d63400d@gateway/web/freenode/ip.157.99.64.13) has joined #jython
[11:02] <tlecomte> Hi all! I am working on a Python editor embedded in a Java app, and I would like to add syntax analysis. The well-known pyflakes does not work with Jython (seems to be dependent on CPython's ast). Is there a known alternative ?
[12:05] * oscar_toro (~Thunderbi@186-79-32-83.baf.movistar.cl) has joined #jython
[12:25] <topi`> tlecomte: there's also pylint, but don't know if it works with Jython
[12:51] <tlecomte> topi`: thanks. I'll look at pylint, but I am afraid it's too heavy for "live" syntax analysis
[12:59] * supersven (~sven@port-31495.pppoe.wtnet.de) has joined #jython
[13:17] * oscar_toro (~Thunderbi@186-79-32-83.baf.movistar.cl) Quit (Ping timeout: 250 seconds)
[14:28] * supersven (~sven@port-31495.pppoe.wtnet.de) Quit (Ping timeout: 240 seconds)
[14:28] * supersven (~sven@port-31495.pppoe.wtnet.de) has joined #jython
[14:47] * supersven (~sven@port-31495.pppoe.wtnet.de) Quit (Quit: Ex-Chat)
[17:02] <jimbaker> tlecomte, btw, thanks for your PRs!
[17:03] <jimbaker> re pyflakes, that's interesting - we have a very compliant ast/_ast implementation based on other libraries. but pyflakes could be a good test case for us
[17:16] <jimbaker> tlecomte, so i looked at pyflakes and its test suite. looks like we are missing two key attributes in our AST nodes, parent and level. those seem quite useful!
[17:32] * JythonLogBot (~PircBot@74.50.59.201) Quit (Ping timeout: 250 seconds)
[17:32] * JythonLogBot disconnected - trying to reconnect...
[17:32] -calvino.freenode.net- *** Looking up your hostname...
[17:32] -calvino.freenode.net- *** Checking Ident
[17:32] -calvino.freenode.net- *** No Ident response
[17:32] -calvino.freenode.net- *** Couldn't look up your hostname

Index

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