#jython IRC Log (v0.9)

Index

IRC Log for 2011-12-27

Timestamps are in GMT/BST.

[1:58] * enebo (~enebo@75-168-44-241.mpls.qwest.net) Quit (Quit: enebo)
[3:22] * shashank (~shashank@67-40-130-112.hlrn.qwest.net) Quit (Ping timeout: 252 seconds)
[3:25] * jabley (u2487@gateway/web/irccloud.com/x-hppbxirxoenbsfdb) Quit (Remote host closed the connection)
[3:25] * lopex (u4272@gateway/web/irccloud.com/x-vbsofyfgunaphtou) Quit (Read error: Connection reset by peer)
[3:45] * lopex (u4272@gateway/web/irccloud.com/x-effqvxtjtxyqqtda) has joined #jython
[8:48] * lopex (u4272@gateway/web/irccloud.com/x-effqvxtjtxyqqtda) Quit (Max SendQ exceeded)
[9:09] * lopex (u4272@gateway/web/irccloud.com/x-fvtgentzvcutsdpu) has joined #jython
[11:16] * wainersm (~wainersm@189.111.89.48) has joined #jython
[14:32] * enebo (~enebo@75-168-44-241.mpls.qwest.net) has joined #jython
[15:27] * juneau001 (~juneau@50-103-43-185.dklb.il.frontiernet.net) Quit (Quit: Take care...)
[16:34] * alexkane (~alexkane@38.117.157.141) Quit (Quit: alexkane)
[16:55] * Arfrever (~Arfrever@apache/committer/Arfrever) has joined #jython
[18:00] * ddilinger (~guy@unaffiliated/ddilinger) has joined #jython
[18:01] <ddilinger> are standard integers supposed to naturally cast into java integers? I'm wondering because i'm trying to instantiate a java class that takes a Comparable argument, calling SomeJavaClass(0) returns that it couldn't be coerced into Comparable, but SomeJavaClass(java.lang.Integer(0)) works
[18:01] <ddilinger> just curious if i'm doing something wrong, or it thats the right way to do it
[18:48] <lopex> isinstance(0, Comparable) is false for me
[18:49] <ddilinger> well, i suppose i was just thinking that jython integers and java integers would be interchangable (the same base type)
[18:49] <ddilinger> e.g. 0 === java.lang.Integer(0)
[18:50] <ddilinger> but, thats not true :)
[18:50] <ddilinger> i dont know much about java though, so that may also be why
[18:51] <lopex> well, I guess they should be comparable
[18:51] <lopex> as they are in jruby for exmple
[18:56] <ddilinger> fun
[19:01] * wainersm (~wainersm@189.111.89.48) Quit (Ping timeout: 240 seconds)
[19:51] * Trundle (~andy@p5B2DB738.dip.t-dialin.net) has joined #jython
[19:52] * Trundle (~andy@p5B2DB738.dip.t-dialin.net) Quit (Changing host)
[19:52] * Trundle (~andy@python/site-packages/trundle) has joined #jython
[21:44] * juneau001 (~juneau@50-103-43-185.dklb.il.frontiernet.net) has joined #jython
[21:51] * Trundle (~andy@python/site-packages/trundle) Quit (Ping timeout: 252 seconds)
[22:00] * Trundle (~andy@python/site-packages/trundle) has joined #jython
[22:32] * xp8 (~yaaic@66-87-111-129.pools.spcsdns.net) has joined #jython
[22:33] * xp8 (~yaaic@66-87-111-129.pools.spcsdns.net) has left #jython

Index

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