#jython IRC Log (v0.9)

Index

IRC Log for 2016-04-26

Timestamps are in GMT/BST.

[0:09] * threeminutemonta (~dave@eth778.vic.adsl.internode.on.net) has joined #jython
[0:54] * TomA (~TomA@c-68-32-46-223.hsd1.mi.comcast.net) has joined #jython
[1:01] * TomA_ (~TomA@c-68-32-46-223.hsd1.mi.comcast.net) has joined #jython
[1:01] * TomA (~TomA@c-68-32-46-223.hsd1.mi.comcast.net) Quit (Read error: Connection reset by peer)
[1:20] <jimbaker> nickmbailey, it was very extended. my colleague took us on a walking tour that ended up at hops & grains as the last brewery visited, before heading back to rainey
[1:21] <jimbaker> so 10-15 minute walks. it was good, other than austin breweries basically have no food :(
[1:21] <jimbaker> i'm thinking lunch this week might work well
[1:21] <jimbaker> anyway, i will try to be on irc. or jim.baker@python.org likely works better to coordinate
[2:18] * TomA_ (~TomA@c-68-32-46-223.hsd1.mi.comcast.net) Quit (Remote host closed the connection)
[4:01] * rcfox (63e7061a@gateway/web/freenode/ip.99.231.6.26) has joined #jython
[4:03] <rcfox> Hi, I'm trying to make a class in Jython that inherits from a generic Java class. Is there a special way to do that?
[4:19] <stewori> AFAIK there is no special support for generics in Jython. Simply inherit from the base class. (Generic types are optional in Java anyway). Since there is hardly type-checking in Python you wouldn't benefit from generic types much at all I guess.
[4:22] <rcfox> I think I just figured it out. There was a different error that I assumed was caused by the class.
[4:27] <stewori> An easy-to-get-wrong issue on this front occurs if the class isn't public (e.g. some inner class). Then inherit mechanism can't find it. (Once this took me some hours of smashing head on keybord; already suspected Jython was broken.)
[4:29] <rcfox> I thought the generic bit was important because when I tried to instantiate my base class, I got: No visible constructors for class
[4:29] <rcfox> I didn't notice that it was an abstract class.
[4:50] * rcfox (63e7061a@gateway/web/freenode/ip.99.231.6.26) Quit (Quit: Page closed)
[4:57] * stewori (~stefan@5.146.129.173) Quit (Quit: Leaving.)
[6:19] * teletubbie (~teletubbi@unaffiliated/teletubbie) Quit (Ping timeout: 260 seconds)
[7:13] * TomA (~TomA@c-68-32-46-223.hsd1.mi.comcast.net) has joined #jython
[7:19] * TomA (~TomA@c-68-32-46-223.hsd1.mi.comcast.net) Quit (Ping timeout: 260 seconds)
[7:47] * threeminutemonta (~dave@eth778.vic.adsl.internode.on.net) Quit (Ping timeout: 250 seconds)
[8:16] * TomA (~TomA@c-68-32-46-223.hsd1.mi.comcast.net) has joined #jython
[8:20] * teletubbie (~teletubbi@unaffiliated/teletubbie) has joined #jython
[8:21] * TomA (~TomA@c-68-32-46-223.hsd1.mi.comcast.net) Quit (Ping timeout: 276 seconds)
[8:57] * robbyoconnor (~wakawaka@guifications/user/r0bby) Quit (Read error: Connection reset by peer)
[8:57] * robbyoconnor (~wakawaka@guifications/user/r0bby) has joined #jython
[9:00] * srcerer (~chatzilla@dns2.klsairexpress.com) Quit (Ping timeout: 244 seconds)
[9:16] * TomA (~TomA@c-68-32-46-223.hsd1.mi.comcast.net) has joined #jython
[9:20] * TomA (~TomA@c-68-32-46-223.hsd1.mi.comcast.net) Quit (Ping timeout: 250 seconds)
[11:17] * TomA (~TomA@c-68-32-46-223.hsd1.mi.comcast.net) has joined #jython
[11:22] * TomA (~TomA@c-68-32-46-223.hsd1.mi.comcast.net) Quit (Ping timeout: 240 seconds)
[12:17] * threeminutemonta (~dave@ppp118-209-123-53.lns20.mel4.internode.on.net) has joined #jython
[12:27] * TomA (~TomA@c-68-32-46-223.hsd1.mi.comcast.net) has joined #jython
[13:40] * stewori (~stefan@5.146.129.173) has joined #jython
[13:53] * threeminutemonta (~dave@ppp118-209-123-53.lns20.mel4.internode.on.net) Quit (Ping timeout: 268 seconds)
[14:08] * xemdetia__ (xemdetia@nat/ibm/x-jeaxcphmzaqxygws) has joined #jython
[14:19] * threeminutemonta (~dave@ppp118-209-123-53.lns20.mel4.internode.on.net) has joined #jython
[14:19] <jimbaker> there is an option in jython to respect java accessibility
[14:20] * stewori (~stefan@5.146.129.173) Quit (Quit: Leaving.)
[14:28] * xemdetia__ is now known as xemdetia
[15:29] * threeminutemonta (~dave@ppp118-209-123-53.lns20.mel4.internode.on.net) Quit (Ping timeout: 276 seconds)
[16:13] * JythonLogBot disconnected - trying to reconnect...
[16:13] -orwell.freenode.net- *** Looking up your hostname...
[16:13] -orwell.freenode.net- *** Checking Ident
[16:13] -orwell.freenode.net- *** No Ident response
[16:13] -orwell.freenode.net- *** Couldn't look up your hostname

Index

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