#jython IRC Log (v0.9)

Index

IRC Log for 2014-03-14

Timestamps are in GMT/BST.

[0:11] * shashank (~shashank@208.91.2.2) Quit (Quit: Leaving.)
[0:53] * diametric (~diametric@2604:3400:dc1:43:216:3eff:fe27:bf9d) Quit (Ping timeout: 240 seconds)
[0:55] * sinistersnare (~sinisters@pool-108-28-93-153.washdc.fios.verizon.net) Quit (Ping timeout: 240 seconds)
[0:57] * sinistersnare (~sinisters@108.28.93.153) has joined #jython
[0:58] * diametric (~diametric@2604:3400:dc1:43:216:3eff:fe27:bf9d) has joined #jython
[1:19] * sinistersnare (~sinisters@108.28.93.153) Quit (Ping timeout: 240 seconds)
[1:25] * lheuer (~Adium@unaffiliated/lheuer) Quit (Quit: Leaving.)
[1:28] * ArcTanSusan (~susantan@50-203-159-62-static.hfc.comcastbusiness.net) Quit (Quit: ArcTanSusan)
[1:49] * robbyoconnor (~wakawaka@35.sub-70-208-86.myvzw.com) has joined #jython
[1:49] * robbyoconnor (~wakawaka@35.sub-70-208-86.myvzw.com) Quit (Changing host)
[1:49] * robbyoconnor (~wakawaka@guifications/user/r0bby) has joined #jython
[1:55] * robbyoconnor (~wakawaka@guifications/user/r0bby) Quit (Ping timeout: 255 seconds)
[2:09] * diametric (~diametric@2604:3400:dc1:43:216:3eff:fe27:bf9d) Quit (Ping timeout: 240 seconds)
[2:13] * sinistersnare (~sinisters@pool-108-28-93-153.washdc.fios.verizon.net) has joined #jython
[2:13] * diametric (~diametric@2604:3400:dc1:43:216:3eff:fe27:bf9d) has joined #jython
[2:20] * ArcTanSusan (~susantan@50-203-159-62-static.hfc.comcastbusiness.net) has joined #jython
[3:34] * newbie|2 (~smaudet@cpe-98-28-34-149.columbus.res.rr.com) has joined #jython
[3:37] * smaudet (~smaudet@cpe-98-28-34-149.columbus.res.rr.com) Quit (Ping timeout: 246 seconds)
[3:41] * jimbaker (~jbaker@unaffiliated/jimbaker) Quit (Ping timeout: 246 seconds)
[4:26] * ArcTanSusan (~susantan@50-203-159-62-static.hfc.comcastbusiness.net) Quit (Quit: ArcTanSusan)
[4:40] * newbie|2 (~smaudet@cpe-98-28-34-149.columbus.res.rr.com) Quit (Ping timeout: 246 seconds)
[6:55] * lheuer (~Adium@f049070133.adsl.alicedsl.de) has joined #jython
[6:55] * lheuer (~Adium@f049070133.adsl.alicedsl.de) Quit (Changing host)
[6:55] * lheuer (~Adium@unaffiliated/lheuer) has joined #jython
[13:42] <topi`> I see there has been plenty of discussion on this channel since last time. What kind of conclusion did you achieve?
[13:49] <topi`> hmm, the django help pages have been updated to reflect that django-on-jython is for Django 1.3, which is no longer supported. Volunteers are required.
[13:49] <topi`> I did have quite a few gotchas when I was using DoJ to bring my Django 1.5 project up ... maybe I just need to cook a set of patches
[13:50] <topi`> I wish I would have recorded my changes...
[13:59] * zz_whg is now known as whg
[15:14] * smaudet (~smaudet@206-51-157-254.nktelco.net) has joined #jython
[15:16] * smaudet (~smaudet@206-51-157-254.nktelco.net) Quit (Client Quit)
[15:18] * newbie|2 (~smaudet@206-51-157-254.nktelco.net) has joined #jython
[15:19] * newbie|2 (~smaudet@206-51-157-254.nktelco.net) Quit (Client Quit)
[15:20] * smaudet (~smaudet@206-51-157-254.nktelco.net) has joined #jython
[15:20] * smaudet (~smaudet@206-51-157-254.nktelco.net) Quit (Client Quit)
[15:20] * smaudet (~smaudet@206-51-157-254.nktelco.net) has joined #jython
[15:38] * enebo (~enebo@c-75-73-8-169.hsd1.mn.comcast.net) has joined #jython
[15:50] * jimbaker (~jbaker@unaffiliated/jimbaker) has joined #jython
[16:23] * lheuer (~Adium@unaffiliated/lheuer) Quit (Quit: Leaving.)
[17:02] * lheuer (~Adium@f049070133.adsl.alicedsl.de) has joined #jython
[17:02] * lheuer (~Adium@f049070133.adsl.alicedsl.de) Quit (Changing host)
[17:02] * lheuer (~Adium@unaffiliated/lheuer) has joined #jython
[17:28] * smaudet (~smaudet@206-51-157-254.nktelco.net) Quit (Read error: Connection reset by peer)
[17:29] * smaudet (~smaudet@206-51-157-254.nktelco.net) has joined #jython
[20:39] <jimbaker> so i'm going methodically through test_socket, at this point the socket-reboot branch is passing 52 out of 151 tests - and these are just the ones i've looked at
[20:41] <jimbaker> unfortunately, due to the fact that almost the socket tests use threading and how it's used, it's not possible to run them all at once - i'm sure there are chunks of the various test suites that currently pass, if i could readily enable them individually
[20:41] <jimbaker> but easiest just to do it one test suite at a time
[20:49] <smaudet> jimbaker: sounds fun - I don't think I'm going to be able to get to any of jython this weekend, but come Monday if you're still passing tests I might be interested in looking at that.
[20:51] <jimbaker> smaudet, well the good thing is, it's in the stage where progress is nearly constant, or better, when i plug in another piece of supporting functionality
[20:51] <jimbaker> eg adding more necessary constants, or raising the proper error
[20:53] <jimbaker> i left all that work for this phase, since the unit tests are pretty good for telling me this. i also found a number of bugs. probably the biggest one was forgetting to set the server's channel, which meant it couldn't close, which meant i couldn't run multiple tests
[20:54] <jimbaker> so not so big the bugs/missing features being uncovered, which is very good
[20:55] <jimbaker> and another test suite passes...
[20:57] <smaudet> jimbaker: nevermind then. :)
[20:58] <jimbaker> smaudet, oh, don't worry, i'm sure i can use the help
[20:58] <smaudet> no but it sounds like you'll be done before the weekend is out.
[20:59] <jimbaker> there are 35 test suites and approx 2500 lines of code in test_socket
[20:59] <jimbaker> even then, it's not nearly comprehensive enough
[21:00] <jimbaker> i also tend to not to work on the weekends during ski season. i try to keep my priorities straight ;)
[21:01] <smaudet> Oh so you live in the alps?
[21:01] <smaudet> nice.
[21:02] * smaudet at least he isn't aware of any other locale with a 'ski-season'
[21:02] <jimbaker> boulder colorado
[21:03] <jimbaker> ski season extends oct-early july, although oct is usually too rocky and july generally requires hiking
[21:04] <smaudet> gtg
[21:04] <smaudet> bbl
[21:05] <jimbaker> smaudet, me too - i think it's about time to bike a little bit. warm here in the valley - shorts weather
[21:06] <jimbaker> we are now in our ski & golf season. as in, it can be in the same day
[21:06] <jimbaker> done
[21:09] * smaudet (~smaudet@206-51-157-254.nktelco.net) Quit (Ping timeout: 246 seconds)
[21:23] * ArcTanSusan (~susantan@173-11-98-81-SFBA.hfc.comcastbusiness.net) has joined #jython
[21:29] * whg is now known as zz_whg
[21:41] * ArcTanSusan_ (~susantan@173-11-98-81-SFBA.hfc.comcastbusiness.net) has joined #jython
[21:49] * ArcTanSusan (~susantan@173-11-98-81-SFBA.hfc.comcastbusiness.net) Quit (Write error: Connection reset by peer)
[21:49] * ArcTanSusan_ is now known as ArcTanSusan
[21:49] * zz_whg (whg@nat/ibm/x-pnkyzoxnfgeiuvlk) Quit (Ping timeout: 442 seconds)
[21:49] * zz_whg (whg@nat/ibm/x-tyfgknknpthjfmtw) has joined #jython
[21:49] * zz_whg is now known as whg
[21:50] * whg (whg@nat/ibm/x-tyfgknknpthjfmtw) Quit (Changing host)
[21:50] * whg (whg@unaffiliated/whg) has joined #jython
[22:12] * enebo (~enebo@c-75-73-8-169.hsd1.mn.comcast.net) Quit (Quit: enebo)
[22:24] * sinistersnare (~sinisters@pool-108-28-93-153.washdc.fios.verizon.net) Quit (Ping timeout: 240 seconds)
[22:30] * sinistersnare (~sinisters@pool-108-28-93-153.washdc.fios.verizon.net) has joined #jython
[23:07] * ArcTanSusan (~susantan@173-11-98-81-SFBA.hfc.comcastbusiness.net) Quit (Ping timeout: 255 seconds)
[23:46] * diametric (~diametric@2604:3400:dc1:43:216:3eff:fe27:bf9d) Quit (*.net *.split)
[23:46] * whg (whg@unaffiliated/whg) Quit (*.net *.split)
[23:48] * diametric (~diametric@2604:3400:dc1:43:216:3eff:fe27:bf9d) has joined #jython
[23:56] * lazybear_ (~lazybear@radium.atom.fi) has joined #jython
[23:57] * sinistersnare (~sinisters@pool-108-28-93-153.washdc.fios.verizon.net) Quit (*.net *.split)
[23:57] * lazybear (~lazybear@radium.atom.fi) Quit (*.net *.split)
[23:58] * agronholm (~agronholm@2001:1bc8:102:6f29:9c4:a015:ab5f:6ab) Quit (*.net *.split)
[23:58] * grey_ (eaaltone@kapsi.fi) Quit (*.net *.split)
[23:58] * lazybear_ is now known as lazybear

Index

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