#jython IRC Log (v0.9)

Index

IRC Log for 2013-11-17

Timestamps are in GMT/BST.

[0:25] * jyc (~jyc@173.245.6.163) has left #jython
[1:09] * lheuer1 (~Adium@g228133167.adsl.alicedsl.de) has joined #jython
[1:12] * lheuer (~Adium@unaffiliated/lheuer) Quit (Ping timeout: 252 seconds)
[1:49] * truk77 (~kurt@pool-173-73-25-128.washdc.fios.verizon.net) has joined #jython
[3:13] * ekobin (~ubu1204@96.50.68.8) Quit (Read error: Operation timed out)
[3:20] * ekobin (~ubu1204@96.50.68.8) has joined #jython
[3:28] * lheuer1 (~Adium@g228133167.adsl.alicedsl.de) Quit (Quit: Leaving.)
[4:28] * robbyoconnor (~wakawaka@guifications/user/r0bby) Quit (Excess Flood)
[4:29] * robbyoconnor (~wakawaka@guifications/user/r0bby) has joined #jython
[5:10] * sinistersnare (~sinisters@pool-108-28-93-153.washdc.fios.verizon.net) Quit (Ping timeout: 252 seconds)
[5:18] * sinistersnare (~sinisters@pool-108-28-93-153.washdc.fios.verizon.net) has joined #jython
[5:40] * thereisnospoon (~thereisno@113-61-86-28.static.qld.dsl.net.au) Quit (Ping timeout: 245 seconds)
[5:50] * thereisnospoon (~thereisno@113-61-86-28.static.qld.dsl.net.au) has joined #jython
[5:52] * sinistersnare (~sinisters@pool-108-28-93-153.washdc.fios.verizon.net) Quit (Quit: Leaving)
[6:02] * thereisnospoon (~thereisno@113-61-86-28.static.qld.dsl.net.au) Quit (Read error: Connection reset by peer)
[6:06] * thereisnospoon (~thereisno@113-61-86-28.static.qld.dsl.net.au) has joined #jython
[6:06] * lheuer (~Adium@g228133167.adsl.alicedsl.de) has joined #jython
[6:06] * lheuer (~Adium@g228133167.adsl.alicedsl.de) Quit (Changing host)
[6:06] * lheuer (~Adium@unaffiliated/lheuer) has joined #jython
[7:23] * thereisnospoon (~thereisno@113-61-86-28.static.qld.dsl.net.au) Quit (Read error: Connection reset by peer)
[7:24] * thereisnospoon (~thereisno@113-61-86-28.static.qld.dsl.net.au) has joined #jython
[7:42] * ekobin (~ubu1204@96.50.68.8) Quit (Ping timeout: 268 seconds)
[7:43] * ekobin (~ubu1204@96.50.68.8) has joined #jython
[8:01] <peke> jimbaker: well, at least i got that simple cdll.kernel32.GetACP() call working w/ jython 2.5 by just specifying argtypes to be an empty list.
[8:05] <peke> after that success tested this:
[8:05] <peke> >>> cdll.kernel32.GetStdHandle.argtypes = [c_ulong]
[8:05] <peke> >>> cdll.kernel32.GetStdHandle(-11) # should get the handle for the stdout stream on windows
[8:06] <peke> but that crashed the whole jvm.
[8:07] <peke> jimbaker: was your idea that jyni could be included with jython? better ctypes support out-of-the-box would be awesome.
[9:34] * robbyoconnor (~wakawaka@guifications/user/r0bby) Quit (Excess Flood)
[9:35] * robbyoconnor (~wakawaka@guifications/user/r0bby) has joined #jython
[10:59] * paolo (~Paolo@net-37-117-35-67.cust.dsl.vodafone.it) has joined #jython
[12:37] * thereisnospoon (~thereisno@113-61-86-28.static.qld.dsl.net.au) Quit (Remote host closed the connection)
[12:38] * thereisnospoon (~thereisno@113-61-86-28.static.qld.dsl.net.au) has joined #jython
[12:44] * thereisnospoon (~thereisno@113-61-86-28.static.qld.dsl.net.au) Quit (Ping timeout: 264 seconds)
[12:54] * paolo (~Paolo@net-37-117-35-67.cust.dsl.vodafone.it) Quit (Quit: Leaving)
[12:55] * thereisnospoon (~thereisno@113-61-86-28.static.qld.dsl.net.au) has joined #jython
[12:59] * thereisnospoon (~thereisno@113-61-86-28.static.qld.dsl.net.au) Quit (Remote host closed the connection)
[13:01] * thereisnospoon (~thereisno@113-61-86-28.static.qld.dsl.net.au) has joined #jython
[13:12] * thereisnospoon (~thereisno@113-61-86-28.static.qld.dsl.net.au) Quit (Remote host closed the connection)
[13:14] * thereisnospoon (~thereisno@113-61-86-28.static.qld.dsl.net.au) has joined #jython
[13:22] * thereisnospoon (~thereisno@113-61-86-28.static.qld.dsl.net.au) Quit (Remote host closed the connection)
[13:23] * thereisnospoon_ (~thereisno@113-61-86-28.static.qld.dsl.net.au) has joined #jython
[13:23] * thereisnospoon (~thereisno@113-61-86-28.static.qld.dsl.net.au) has joined #jython
[13:23] * thereisnospoon (~thereisno@113-61-86-28.static.qld.dsl.net.au) Quit (Client Quit)
[13:40] * thereisnospoon_ (~thereisno@113-61-86-28.static.qld.dsl.net.au) Quit (Remote host closed the connection)
[13:40] * thereisnospoon (~thereisno@113-61-86-28.static.qld.dsl.net.au) has joined #jython
[14:28] * thereisnospoon (~thereisno@113-61-86-28.static.qld.dsl.net.au) Quit (Remote host closed the connection)
[14:48] <jimbaker> peke, jyni is the sort of thing that can be readily installed by clamp
[14:48] <jimbaker> from pypi
[14:49] <jimbaker> given the different licensing terms, we are not going to include jyni in jython itself. and that's fine. we should look at removing the current incomplete ctypes support
[14:54] * thereisnospoon (~thereisno@113-61-86-28.static.qld.dsl.net.au) has joined #jython
[14:57] * thereisnospoon (~thereisno@113-61-86-28.static.qld.dsl.net.au) Quit (Read error: Connection reset by peer)
[15:01] * thereisnospoon (~thereisno@113-61-86-28.static.qld.dsl.net.au) has joined #jython
[15:12] * thereisnospoon (~thereisno@113-61-86-28.static.qld.dsl.net.au) Quit (Ping timeout: 246 seconds)
[15:30] * thereisnospoon (~thereisno@113-61-86-28.static.qld.dsl.net.au) has joined #jython
[17:10] * sinistersnare (~sinisters@pool-108-28-93-153.washdc.fios.verizon.net) has joined #jython
[19:04] * diametric (~diametric@2604:3400:dc1:43:216:3eff:fe27:bf9d) Quit (Ping timeout: 240 seconds)
[19:04] * diametric (~diametric@2604:3400:dc1:43:216:3eff:fe27:bf9d) has joined #jython
[21:11] * ekobin (~ubu1204@96.50.68.8) has left #jython
[21:35] * topi` (foobar@lima-64.srv.hosting.fi) Quit (Ping timeout: 252 seconds)
[21:36] * topi` (foobar@lima-64.srv.hosting.fi) has joined #jython

Index

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