#jython IRC Log (v0.9)

Index

IRC Log for 2015-01-06

Timestamps are in GMT/BST.

[0:14] * enebo (~enebo@c-75-73-8-169.hsd1.mn.comcast.net) Quit (Quit: enebo)
[1:13] * offbyone_aside (uid910@gateway/web/irccloud.com/x-znspmrojqczmufgv) Quit (Quit: Connection closed for inactivity)
[1:14] <jimbaker> offbyone_aside - if you see the log - i haven't looked at this bug yet. probably straightforward
[1:16] <jimbaker> it's an unusual code form for sure, i'm sure that's why it hasn't been tested before
[1:43] * srcerer (~chatzilla@dns2.klsairexpress.com) Quit (Read error: Connection timed out)
[1:45] * srcerer (~chatzilla@dns2.klsairexpress.com) has joined #jython
[3:33] * wovenhead (~wovenhead@pool-71-171-48-137.ronkva.east.verizon.net) has joined #jython
[5:27] * fwierzbicki (~Adium@99-106-169-5.lightspeed.sntcca.sbcglobal.net) Quit (Quit: Leaving.)
[5:32] * wovenhead (~wovenhead@pool-71-171-48-137.ronkva.east.verizon.net) Quit (Remote host closed the connection)
[10:15] * DavidPS (~dps@cpc11-shef11-2-0-cust26.barn.cable.virginm.net) Quit (Ping timeout: 245 seconds)
[10:22] * DavidPS (~dps@cpc73107-shef13-2-0-cust180.17-1.cable.virginm.net) has joined #jython
[10:45] * DavidPS (~dps@cpc73107-shef13-2-0-cust180.17-1.cable.virginm.net) Quit (Ping timeout: 244 seconds)
[10:52] * DavidPS (~dps@cpc73107-shef13-2-0-cust180.17-1.cable.virginm.net) has joined #jython
[13:56] * xemdetia (xemdetia@nat/ibm/x-yuxybvhdlcfzysbe) has joined #jython
[14:30] * enebo (~enebo@c-75-73-8-169.hsd1.mn.comcast.net) has joined #jython
[14:40] * Paladiamors (~justin@pa9b391.tokynt01.ap.so-net.ne.jp) has joined #jython
[14:56] * wovenhead (~wovenhead@pool-71-171-48-137.ronkva.east.verizon.net) has joined #jython
[16:10] * Paladiamors (~justin@pa9b391.tokynt01.ap.so-net.ne.jp) Quit (Ping timeout: 256 seconds)
[16:30] * offbyone_aside (uid910@gateway/web/irccloud.com/x-nhhdwahxxztwzeeb) has joined #jython
[16:30] <offbyone_aside> agronholm: regarding http://bugs.jython.org/issue2232
[16:30] <offbyone_aside> Is there anyone by chance looking at that?
[16:30] <offbyone_aside> (sorry for the double-prod; just it turns out I would *really* like support for this with Jython :) )
[16:39] * offbyone (~offbyone@spf.ip6.is-is.ca) has joined #jython
[16:39] * fwierzbicki (~Adium@99-106-169-5.lightspeed.sntcca.sbcglobal.net) has joined #jython
[17:19] <agronholm> offbyone_aside: I don't think I can help you with that, sorry
[17:19] <offbyone> No worries
[17:19] <offbyone> It was worth hoping.
[17:20] * wovenhead (~wovenhead@pool-71-171-48-137.ronkva.east.verizon.net) Quit ()
[17:25] <jimbaker> offbyone, looks like i have a fix
[17:25] <offbyone> Oooh, cool
[17:26] <jimbaker> just a simple overlooking in our compiler - we properly visit scopes for function decorators, but not for class decorators
[17:27] <jimbaker> the problem here is that we have a function definition (the lambda) inside the class decorator - it needs to get an appropriate lexical scope of course
[17:27] <jimbaker> anyway, 3 lines of code and we are good
[17:28] <offbyone> Woot
[17:28] <jimbaker> i will push this shortly
[17:28] <offbyone> I'll look forward to seeing it in beta 4 :)
[17:28] <jimbaker> tried running with characteristic, looks good
[17:28] <jimbaker> beta 4 was tagged last night
[17:28] <jimbaker> but it will be in trunk and the release candidate
[17:29] <jimbaker> peke, still plan to get subprocess fixes in as well, but same deal
[17:47] <offbyone> is there any chance I could convince you to slide it into beta 4?
[17:47] <offbyone> We can only take tagged releases here
[17:47] <offbyone> and I plan to move in beta 4 as soon as I can
[18:10] <jimbaker> fwierzbicki, what do you think?
[18:20] <fwierzbicki> no problem here - maybe we should wait a couple of days so we don't end up doing 4 soft releases again? :)
[18:20] <fwierzbicki> just to see what else shakes out
[18:23] <fwierzbicki> that will also give me time to fix a couple of grammar bugs that goof up in interactive mode
[18:24] <jimbaker> fwierzbicki, well i think it's the usual dev process - we are still fixing bugs. but at some point we have to say, done
[18:25] <jimbaker> there's no way we can release 2.7.0 in 2015 if we fix every bug in bugs.jython.org, just to see where this could do ad reductio absurdum ;)
[18:25] <fwierzbicki> sure - I'd want to leave it limited - but we could still have an official b4 soon
[18:25] <jimbaker> go
[18:26] <fwierzbicki> How would a thursday part 2 work? Whatever is in by then
[18:26] <fwierzbicki> which shouldn't be very much really
[18:26] <jimbaker> so since they are easy fixes, i suppose we can commit to http://bugs.jython.org/issue2238 and http://bugs.jython.org/issue2232
[18:26] <jimbaker> yeah, that sounds right to me
[18:27] <jimbaker> also should start getting messaging going, this is happening :)
[18:27] <fwierzbicki> and http://bugs.jython.org/issue2236
[18:27] <fwierzbicki> for me
[18:27] <jimbaker> fwierzbicki, sounds good
[18:29] <jimbaker> for rc1, i plan to turn to review and commit. three major pieces to land: stefan's gc changes; bytecode notification; peke's process id and termination support
[18:30] <jimbaker> other good stuff in the review queues for bitbucket and github
[18:31] <jimbaker> jeff allen also has a bunch of stuff he's trying to get done re float/complex
[18:36] <jimbaker> http://bugs.jython.org/issue2237 - "Currently 921 failures against cmath_testcases.txt"
[18:36] <jimbaker> i think he's making good progress, but nothing to delay beta 4
[18:40] <jimbaker> so both my pycon talks are scheduled for the last session, saturday and sunday respectively :)
[18:41] <jimbaker> last session of the last day. all good
[18:59] * wovenhead (~wovenhead@pool-71-171-48-137.ronkva.east.verizon.net) has joined #jython
[19:08] <offbyone> jimbaker, fwierzbicki, thanks for that
[19:08] <offbyone> I appreciate the upcoming beta.
[19:13] * offbyone_aside (uid910@gateway/web/irccloud.com/x-nhhdwahxxztwzeeb) Quit (Quit: Connection closed for inactivity)
[19:20] * Oti (~ohumbel@adsl-178-39-170-67.adslplus.ch) has joined #jython
[20:38] * wovenhead (~wovenhead@pool-71-171-48-137.ronkva.east.verizon.net) Quit (Ping timeout: 245 seconds)
[20:39] * wovenhead (~wovenhead@pool-108-44-87-35.ronkva.east.verizon.net) has joined #jython
[20:45] * robbyoconnor (~wakawaka@guifications/user/r0bby) Quit (Ping timeout: 245 seconds)
[20:45] <jimbaker> fwierzbicki, i see jeff as committed a bunch more math stuff. in particular - more rigorous test cases, no more FIXMEs in the corresponding tests
[20:46] <jimbaker> good stuff
[20:46] <fwierzbicki> nice! Also the fix for 2236 is trivial, so that will get in
[20:47] <jimbaker> yes. definitely coming together
[22:03] <jimbaker> fwierzbicki, right, we should also fix up NEWS. only 2 bugs fixed for beta 4??! ;)
[22:04] <jimbaker> the other thing we need to fix is Notice.txt (re contributions from other projects) and our copyright
[22:06] * Paladiamors (~justin@pa9b391.tokynt01.ap.so-net.ne.jp) has joined #jython
[22:38] * Paladiamors (~justin@pa9b391.tokynt01.ap.so-net.ne.jp) Quit (Ping timeout: 244 seconds)
[22:44] * xemdetia (xemdetia@nat/ibm/x-yuxybvhdlcfzysbe) Quit (Ping timeout: 264 seconds)
[22:54] <jimbaker> offbyone, pushed my fix for class decorators using lambas in their scope. all characteristic tests now pass
[22:58] <offbyone> Thanks!
[23:04] <fwierzbicki> jimbaker: heh that does seem like too low a number of bug fixes :)
[23:21] * mbooth (~mbooth@redhat/mbooth) Quit (*.net *.split)
[23:21] * deepy (deepy@wrongplanet/deepa) Quit (*.net *.split)
[23:21] * peke (peke@kapsi.fi) Quit (*.net *.split)
[23:21] * chrisseaton (sid38584@gateway/web/irccloud.com/x-cspsjyssoohjrlas) Quit (*.net *.split)
[23:21] * ebarrett (~edd@host-92-20-206-56.as13285.net) Quit (*.net *.split)
[23:21] * Tycale (~Tycale@tycale.be) Quit (*.net *.split)
[23:21] * peke (peke@kapsi.fi) has joined #jython
[23:21] * mbooth (~mbooth@cpc11-shef10-2-0-cust659.barn.cable.virginm.net) has joined #jython
[23:21] * mbooth (~mbooth@cpc11-shef10-2-0-cust659.barn.cable.virginm.net) Quit (Changing host)
[23:21] * mbooth (~mbooth@redhat/mbooth) has joined #jython
[23:23] * chrisseaton (sid38584@gateway/web/irccloud.com/x-cspsjyssoohjrlas) has joined #jython
[23:23] * ebarrett (~edd@host-92-20-206-56.as13285.net) has joined #jython
[23:23] * Tycale (~Tycale@tycale.be) has joined #jython
[23:23] * enebo (~enebo@c-75-73-8-169.hsd1.mn.comcast.net) Quit (Quit: enebo)
[23:24] * lopex (uid4272@gateway/web/irccloud.com/x-qxcwsforzpzeauor) Quit (Ping timeout: 244 seconds)
[23:24] * srcerer (~chatzilla@dns2.klsairexpress.com) Quit (Ping timeout: 264 seconds)
[23:26] * lopex (uid4272@gateway/web/irccloud.com/x-iwaryvzamsiusdcu) has joined #jython
[23:35] * deepy (znc@acehack.de) has joined #jython
[23:49] * ohumbel_ (~ohumbel@adsl-178-38-248-15.adslplus.ch) has joined #jython
[23:51] * Oti (~ohumbel@adsl-178-39-170-67.adslplus.ch) Quit (Ping timeout: 265 seconds)

Index

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