#jython IRC Log (v0.9)

Index

IRC Log for 2014-03-18

Timestamps are in GMT/BST.

[0:10] <jimbaker> slow but steady convergence - i'm able to run (at least) 112 tests of 150 in test_socket against socket-reboot w/o locking up; of these 86 are passing. the reason for the lock up is quite simple - most tests are threaded, so most any failure, such as a missing method, will cause it to not terminate
[0:11] <jimbaker> consequently running the test suite itself is an interesting exercise in its own right. at this point, almost all failures are around exceptions and address support. and everyone's favorite, socket.makefile. i will add that last missing constructor next
[0:16] * verterok (~ggonzalez@162.213.35.11) Quit (Read error: Operation timed out)
[0:17] * verterok (~ggonzalez@162.213.35.11) has joined #jython
[0:32] * ArcTanSusan (~susantan@50-203-159-62-static.hfc.comcastbusiness.net) Quit (Quit: ArcTanSusan)
[0:57] * lopex (uid4272@gateway/web/irccloud.com/x-rrxaasmiuwrgtxcz) Quit (Ping timeout: 264 seconds)
[0:59] * lopex (uid4272@gateway/web/irccloud.com/x-haeuigbowstskwcr) has joined #jython
[1:00] * ivan` (~ivan@unaffiliated/ivan/x-000001) Quit (Ping timeout: 264 seconds)
[1:06] * ivan` (~ivan@unaffiliated/ivan/x-000001) has joined #jython
[1:13] * lopex (uid4272@gateway/web/irccloud.com/x-haeuigbowstskwcr) Quit (Ping timeout: 255 seconds)
[1:17] * lopex (uid4272@gateway/web/irccloud.com/x-cmcbwjrvavipfjeo) has joined #jython
[2:21] * ArcTanSusan (~susantan@c-50-184-42-188.hsd1.ca.comcast.net) has joined #jython
[2:41] * lheuer (~Adium@unaffiliated/lheuer) Quit (Quit: Leaving.)
[3:14] * jorgew (~Adium@cpe-70-114-12-39.satx.res.rr.com) has joined #jython
[3:15] * jorgew (~Adium@cpe-70-114-12-39.satx.res.rr.com) has left #jython
[3:17] * ArcTanSusan (~susantan@c-50-184-42-188.hsd1.ca.comcast.net) Quit (Quit: ArcTanSusan)
[3:18] * ArcTanSusan (~susantan@c-50-184-42-188.hsd1.ca.comcast.net) has joined #jython
[3:38] * ArcTanSusan (~susantan@c-50-184-42-188.hsd1.ca.comcast.net) Quit (Quit: ArcTanSusan)
[4:08] * ArcTanSusan (~susantan@c-50-184-42-188.hsd1.ca.comcast.net) has joined #jython
[4:10] * ArcTanSusan (~susantan@c-50-184-42-188.hsd1.ca.comcast.net) Quit (Client Quit)
[6:34] * oscar_toro (~Thunderbi@h-17-170.a328.priv.bahnhof.se) has joined #jython
[7:00] * lheuer (~Adium@f049166164.adsl.alicedsl.de) has joined #jython
[7:00] * lheuer (~Adium@f049166164.adsl.alicedsl.de) Quit (Changing host)
[7:00] * lheuer (~Adium@unaffiliated/lheuer) has joined #jython
[7:00] * lheuer (~Adium@unaffiliated/lheuer) Quit (Client Quit)
[7:00] * lheuer (~Adium@f049166164.adsl.alicedsl.de) has joined #jython
[7:00] * lheuer (~Adium@f049166164.adsl.alicedsl.de) Quit (Changing host)
[7:00] * lheuer (~Adium@unaffiliated/lheuer) has joined #jython
[7:33] * robbyoconnor (~wakawaka@guifications/user/r0bby) has joined #jython
[7:38] * oscar_toro (~Thunderbi@h-17-170.a328.priv.bahnhof.se) Quit (Ping timeout: 240 seconds)
[8:18] * robbyoconnor (~wakawaka@guifications/user/r0bby) Quit (Excess Flood)
[8:18] * robbyoconnor (~wakawaka@guifications/user/r0bby) has joined #jython
[9:40] * robbyoconnor (~wakawaka@guifications/user/r0bby) Quit (Ping timeout: 246 seconds)
[10:15] * robbyoconnor (~wakawaka@guifications/user/r0bby) has joined #jython
[10:23] * Arfrever (~Arfrever@apache/committer/Arfrever) has joined #jython
[10:26] * robbyoconnor (~wakawaka@guifications/user/r0bby) Quit (Ping timeout: 252 seconds)
[10:58] * robbyoconnor (~wakawaka@guifications/user/r0bby) has joined #jython
[12:12] * Arfrever (~Arfrever@apache/committer/Arfrever) Quit (Ping timeout: 264 seconds)
[13:33] * enebo (~enebo@166.137.109.99) has joined #jython
[13:37] * enebo_ (~enebo@c-75-73-8-169.hsd1.mn.comcast.net) has joined #jython
[13:38] * enebo (~enebo@166.137.109.99) Quit (Ping timeout: 252 seconds)
[13:38] * enebo_ is now known as enebo
[14:16] * ohumbel (5390f2dc@gateway/web/freenode/ip.83.144.242.220) Quit (Quit: Page closed)
[15:23] <jimbaker> about to give my first talk on work related to socket-reboot, specifically ssl cert mgmt
[15:27] * ohumbel (5390f2dc@gateway/web/freenode/ip.83.144.242.220) has joined #jython
[16:07] * vext01 (~edd@host-92-23-230-118.as13285.net) Quit (Ping timeout: 252 seconds)
[16:26] * robbyoconnor (~wakawaka@guifications/user/r0bby) Quit (Ping timeout: 255 seconds)
[16:37] * sinsnare|zzZZzz (~sinisters@pool-108-28-93-153.washdc.fios.verizon.net) has left #jython
[16:52] * vext01 (~edd@host-78-148-186-124.as13285.net) has joined #jython
[16:54] <vext01> i was wondering if there is any documentation on jythons compilation of python code to .class files?
[17:13] <jimbaker> vext01, there have been some talks, that's about it
[17:14] <jimbaker> it's fairly straightforward in CodeCompiler however
[17:14] <jimbaker> also been working in clamp to be more precise in the layout of such class files
[17:16] <jimbaker> vext01, https://github.com/jimbaker/clamped/blob/master/talk.pdf is one such talk
[17:24] * vext01 (~edd@host-78-148-186-124.as13285.net) Quit (Ping timeout: 252 seconds)
[17:29] <q5p4k0> I have the following statement: for server_address in groups[server], but I receive a syntax error with the ^ on the closing bracket..
[17:29] <q5p4k0> http://paste.pound-python.org/raw/uVNFIF4YGsiWvqWe4Cx0/
[17:30] <q5p4k0> 5th line from the bottom
[18:01] * enebo (~enebo@c-75-73-8-169.hsd1.mn.comcast.net) Quit (Quit: enebo)
[18:14] * vext01 (~edd@88-105-196-221.dynamic.dsl.as9105.com) has joined #jython
[18:20] * ArcTanSusan (~susantan@c-50-184-42-188.hsd1.ca.comcast.net) has joined #jython
[18:35] * enebo (~enebo@166.137.111.34) has joined #jython
[18:39] * Oti (~ohumbel@adsl-178-39-178-76.adslplus.ch) has joined #jython
[19:13] * ArcTanSusan (~susantan@c-50-184-42-188.hsd1.ca.comcast.net) Quit (Quit: ArcTanSusan)
[19:14] * oscar_toro (~Thunderbi@h-17-170.a328.priv.bahnhof.se) has joined #jython
[19:29] * smaudet (~smaudet@206-51-157-254.nktelco.net) has joined #jython
[19:34] * oscar_toro (~Thunderbi@h-17-170.a328.priv.bahnhof.se) Quit (Quit: oscar_toro)
[19:40] <q5p4k0> nevermind. thanks
[19:41] * robbyoconnor (~wakawaka@guifications/user/r0bby) has joined #jython
[19:56] * robbyoconnor (~wakawaka@guifications/user/r0bby) Quit (Max SendQ exceeded)
[20:00] * robbyoconnor (~wakawaka@guifications/user/r0bby) has joined #jython
[20:28] * robbyoconnor (~wakawaka@guifications/user/r0bby) Quit (Max SendQ exceeded)
[20:29] * robbyoconnor (~wakawaka@guifications/user/r0bby) has joined #jython
[20:42] * ArcTanSusan (~susantan@c-50-184-42-188.hsd1.ca.comcast.net) has joined #jython
[20:44] * robbyoconnor (~wakawaka@guifications/user/r0bby) Quit (Max SendQ exceeded)
[20:44] * robbyoconnor (~wakawaka@guifications/user/r0bby) has joined #jython
[20:50] * robbyoconnor (~wakawaka@guifications/user/r0bby) Quit (Ping timeout: 240 seconds)
[20:51] <agronholm> q5p4k0: what's the exit() for in the end?
[21:03] * shashank (~shashank@208.91.2.2) has joined #jython
[21:07] <vext01> jimbaker: thanks for the link
[21:15] * smaudet (~smaudet@206-51-157-254.nktelco.net) Quit (Read error: Connection reset by peer)
[22:06] <jimbaker> vext01, np, hope i can add to that knowledge base at some point
[22:06] <jimbaker> definitely worthy blogging material
[22:28] * enebo (~enebo@166.137.111.34) Quit (Quit: enebo)
[22:28] * ArcTanSusan (~susantan@c-50-184-42-188.hsd1.ca.comcast.net) Quit (Quit: ArcTanSusan)
[22:29] * ArcTanSusan (~susantan@c-50-184-42-188.hsd1.ca.comcast.net) has joined #jython
[23:21] * clajo04 (~clajo04@pool-96-232-190-28.nycmny.fios.verizon.net) Quit (Quit: clajo04)

Index

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