#jython IRC Log (v0.9)

Index

IRC Log for 2015-05-27

Timestamps are in GMT/BST.

[3:15] * sdfivndfbiverl (498adf96@gateway/web/freenode/ip.73.138.223.150) Quit (Quit: Page closed)
[4:22] * koo6 (~koo5@236.152.broadband3.iol.cz) has joined #jython
[6:36] * koo6 (~koo5@236.152.broadband3.iol.cz) Quit (Ping timeout: 245 seconds)
[6:44] * gopar (~gopar@c-73-162-171-146.hsd1.ca.comcast.net) Quit (Remote host closed the connection)
[7:54] * mbooth (~mbooth@redhat/mbooth) has joined #jython
[10:11] * koo6 (~koo5@236.152.broadband3.iol.cz) has joined #jython
[13:12] * koo6 (~koo5@236.152.broadband3.iol.cz) Quit (Ping timeout: 256 seconds)
[13:34] * xemdetia (xemdetia@nat/ibm/x-rasdsvwpbebaoxub) has joined #jython
[13:34] * enebo (~enebo@c-75-73-8-169.hsd1.mn.comcast.net) has joined #jython
[14:46] * gthank (~gthank@unaffiliated/gthank) Quit (Ping timeout: 248 seconds)
[14:54] * gthank (~gthank@thermi.strangled.net) has joined #jython
[14:54] * gthank (~gthank@thermi.strangled.net) Quit (Changing host)
[14:54] * gthank (~gthank@unaffiliated/gthank) has joined #jython
[15:04] * gthank (~gthank@unaffiliated/gthank) Quit (Ping timeout: 248 seconds)
[16:05] * guydreich (choochter@nat/ibm/x-tenkbahbcmrkjttm) has joined #jython
[16:05] * teuchter (choochter@nat/ibm/x-hmpqipgrcrcmccfe) Quit (Read error: Connection reset by peer)
[16:23] * gopar (~gopar@c-73-162-171-146.hsd1.ca.comcast.net) has joined #jython
[17:12] * gthank (~gthank@unaffiliated/gthank) has joined #jython
[17:22] <jimbaker> DanC_, there was a recent bug fix that maybe addresses your question
[17:23] <DanC_> oh?
[17:23] <jimbaker> http://bugs.jython.org/issue2058
[17:23] <jimbaker> i guess it's about time for us to post a beta schedule for 2.7.1
[17:24] <jimbaker> but if you can build the release and try it out in your case, that would be very helpful
[17:25] <DanC_> here's hoping
[17:26] <DanC_> but I'm not really in a position to rely on a really new version of jython
[17:27] <jimbaker> DanC_, so we plan a november release of 2.7.1. i think you can hold us to that - we are only doing incremental time-based going forward
[17:27] <jimbaker> time-based releases
[17:27] <jimbaker> feature-based is just too painful, and needs to be reserved for something like jython 3
[17:27] <DanC_> I'll see what I can do
[17:51] * koo6 (~koo5@236.152.broadband3.iol.cz) has joined #jython
[19:18] * koo6 (~koo5@236.152.broadband3.iol.cz) Quit (Ping timeout: 264 seconds)
[20:33] * dustinm (~dustinm@105.ip-167-114-152.net) Quit (Ping timeout: 248 seconds)
[20:34] * dustinm (~dustinm@105.ip-167-114-152.net) has joined #jython
[20:46] * eatkin (~eatkin@166.70.212.121) Quit (Quit: ZNC - http://znc.in)
[21:04] * ztane (ztane@lakka.kapsi.fi) has joined #jython
[21:05] <ztane> agronholm: seems that you're everywhere
[21:05] <agronholm> :D
[21:06] <ztane> just watched the jython pycon talk...
[21:07] <ztane> joined here to see if ppl are talking about Jython 3...
[21:07] <agronholm> there is a repo on github
[21:07] <agronholm> it's still in its infancy though
[21:08] * koo6 (~koo5@236.152.broadband3.iol.cz) has joined #jython
[21:50] * gopar (~gopar@c-73-162-171-146.hsd1.ca.comcast.net) Quit (Quit: Leaving)
[22:17] <jimbaker> yeah, it's going to be a while before we get to jython 3. but it's happening, that's for sure
[22:19] <agronholm> I took a look at the async/await syntax
[22:20] <agronholm> it's less complicated than I thought at first
[22:20] <agronholm> it's basically just another kind of "generator" system
[22:20] <agronholm> with slightly different semantics
[22:20] <agronholm> and the matrix multiplication operator should be trivial to implement
[22:21] <agronholm> seeing as how none of python's own types support it :)
[22:27] <fwierzbicki1> matrix multiplication is already in - and yeah it's pretty much empty
[22:27] <agronholm> the unpacking generalizations might be more problematic
[22:28] <fwierzbicki1> the part with a, b, *c = foo is done too - though I may have messed it up with the move to git and aligning with the git jython mirror
[22:29] <fwierzbicki1> I noticed a crucial part of that in a recent local diff
[22:29] <agronholm> oh, goodie
[22:29] <agronholm> ?
[22:29] <fwierzbicki1> it was done in hg
[22:29] <fwierzbicki1> but I wanted to pull in some recent 2.7 changes
[22:29] <fwierzbicki1> and so I merged the git Jython mirror - lots of hand merging was required for some reason
[22:30] <fwierzbicki1> but most of it was straightforward so I did it anyway
[22:30] <fwierzbicki1> I like just pulling from the latest as it comes into 2.7
[22:31] <fwierzbicki1> I want to be able to do:
[22:31] <fwierzbicki1> git pull https://github.com/jythontools/jython
[22:31] <fwierzbicki1> so I fiddled with that last weekend
[22:32] <agronholm> why a separate organization from jython?
[22:33] <fwierzbicki1> it's just where the mirror has been
[22:33] <fwierzbicki1> wasn't moved when we got "jython"
[22:33] <agronholm> ok
[22:35] * gopar (~gopar@c-73-162-171-146.hsd1.ca.comcast.net) has joined #jython
[22:44] <fwierzbicki1> yeah not working in the git repo yet, but I the code at least for the simple case of "a, b, *c = iterable"
[22:44] <fwierzbicki1> I'll get it in there soonish (will have to extract from the current nonlocal attempt)
[22:56] * enebo (~enebo@c-75-73-8-169.hsd1.mn.comcast.net) Quit (Quit: enebo)
[23:42] * xemdetia (xemdetia@nat/ibm/x-rasdsvwpbebaoxub) Quit (Ping timeout: 250 seconds)

Index

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