#jython IRC Log (v0.9)

Index

IRC Log for 2012-08-08

Timestamps are in GMT/BST.

[0:02] * clajo04_ (~clajo04_@pool-74-108-95-112.nycmny.fios.verizon.net) Quit (Quit: clajo04_)
[0:37] * lheuer (~Adium@unaffiliated/lheuer) Quit (Quit: Leaving.)
[0:47] * georgy (~georgy@unaffiliated/gberdyshev) has joined #jython
[1:22] * vayer (~vayer@173-164-129-225-SFBA.hfc.comcastbusiness.net) Quit (Quit: Leaving)
[1:22] * ivan` (~ivan@unaffiliated/ivan/x-000001) Quit (Quit: ERC Version 5.3 (IRC client for Emacs))
[1:24] * ivan` (~ivan@unaffiliated/ivan/x-000001) has joined #jython
[3:12] * georgy (~georgy@unaffiliated/gberdyshev) Quit (Quit: Konversation terminated!)
[3:38] * srcerer (~chatzilla@dns2.klsairexpress.com) Quit (Read error: Connection reset by peer)
[3:38] * srcerer (~chatzilla@dns2.klsairexpress.com) has joined #jython
[4:10] * georgy (~georgy@unaffiliated/gberdyshev) has joined #jython
[4:50] * lheuer (~Adium@unaffiliated/lheuer) has joined #jython
[5:15] * robbyoconnor (~wakawaka@guifications/user/r0bby) has joined #jython
[5:20] * robbyoconnor (~wakawaka@guifications/user/r0bby) Quit (Remote host closed the connection)
[5:21] * robbyoconnor (~wakawaka@guifications/user/r0bby) has joined #jython
[5:27] * robbyoconnor (~wakawaka@guifications/user/r0bby) Quit (Read error: Connection reset by peer)
[6:00] * robbyoconnor (~wakawaka@guifications/user/r0bby) has joined #jython
[6:06] * sera (~sera@gentoo/developer/sera) has joined #jython
[6:08] * sera_ (~sera@gentoo/developer/sera) Quit (Ping timeout: 246 seconds)
[6:14] * georgy (~georgy@unaffiliated/gberdyshev) Quit (Quit: Konversation terminated!)
[8:54] * foEs (~foEs@c-67-175-141-102.hsd1.il.comcast.net) has joined #jython
[9:13] * yanne (~jth@backport.reaktor.fi) Quit (Ping timeout: 244 seconds)
[9:24] * wmeissner (~wmeissner@60-241-132-27.static.tpgi.com.au) has joined #jython
[9:47] * foEs (~foEs@c-67-175-141-102.hsd1.il.comcast.net) Quit (Remote host closed the connection)
[10:08] * juneau001 (~juneau@50-45-109-120.dklb.il.frontiernet.net) Quit (Quit: juneau001)
[11:13] * juneau001 (~juneau@131.225.24.88) has joined #jython
[13:05] * wainersm (~wainersm@189.61.217.121) has joined #jython
[16:24] * r0bby (~wakawaka@guifications/user/r0bby) has joined #jython
[16:25] * robbyoconnor (~wakawaka@guifications/user/r0bby) Quit (Ping timeout: 244 seconds)
[16:33] * [Arfrever] (~Arfrever@apache/committer/Arfrever) Quit (*.net *.split)
[16:34] * [Arfrever] (~Arfrever@apache/committer/Arfrever) has joined #jython
[16:45] * [Arfrever] (~Arfrever@apache/committer/Arfrever) Quit (*.net *.split)
[16:45] * [Arfrever] (~Arfrever@apache/committer/Arfrever) has joined #jython
[16:45] * [Arfrever] (~Arfrever@apache/committer/Arfrever) Quit (Max SendQ exceeded)
[16:46] * [Arfrever] (~Arfrever@apache/committer/Arfrever) has joined #jython
[17:24] * r0bby is now known as robbyoconnor
[17:32] * vayer (~vayer@173-164-129-225-SFBA.hfc.comcastbusiness.net) has joined #jython
[17:40] * robbyoconnor (~wakawaka@guifications/user/r0bby) Quit (Ping timeout: 246 seconds)
[17:41] * wainersm (~wainersm@189.61.217.121) Quit (Remote host closed the connection)
[17:44] * wainersm (~wainersm@189.61.217.121) has joined #jython
[19:36] * juneau001 (~juneau@131.225.24.88) Quit (Quit: juneau001)
[19:47] * jth (~jth@backport.reaktor.fi) has joined #jython
[21:36] * wainersm (~wainersm@189.61.217.121) Quit (Quit: Ex-Chat)
[22:00] * slestak_work (~sromanow@63-144-86-130.dia.static.qwest.net) has joined #jython
[22:01] <slestak_work> is it a true statement that jython 2.7 requires at least java 6?
[22:01] <agronholm> I recall so
[22:02] <agronholm> it's been a while since the relevant discussion happened
[22:02] <slestak_work> i dont see it mentioned anywhere on teh jython site
[22:03] <agronholm> I'm not surprised
[22:12] * Arfrever (~Arfrever@apache/committer/Arfrever) Quit (Ping timeout: 246 seconds)
[22:23] * Almad (~almad@213.192.30.122) has joined #jython
[22:24] <Almad> What am I doing wrong if I don't have socket.gethostbyname_ex available?
[22:25] <Almad> According to http://www.jython.org/docs/library/socket.html , it should be there, but it just raises AttributeError
[22:25] <agronholm> is that new to python 2.6?
[22:25] <Almad> I don't think so
[22:26] <Almad> agronholm: in CPython, it is there at least since 2.4, http://docs.python.org/release/2.4/lib/module-socket.html
[22:27] <agronholm> then I have no clue
[22:27] <Almad> I think I must have made some kind of installation error, but I don't know which (I am newbie to jython)
[22:29] <Almad> OK
[22:29] <slestak_work> running into issues. grr. neither setuptools or distribute work with my jython 2.5.2 (on aix)
[22:29] <Almad> or to ask in another way, anyone tried using pip with jython?
[22:30] <agronholm> sure, I use pip with jython fairly often
[22:30] <slestak_work> Almad: I use it on my windows machine
[22:30] <slestak_work> Almad: what os are you using?
[22:31] * fwierzbicki (~fwierzbic@99-106-170-105.lightspeed.sntcca.sbcglobal.net) has joined #jython
[22:33] <Almad> ohhh, I see
[22:33] <Almad> agronholm: slestak_work: does your pip work if you try to pip install with --use-mirrors option?
[22:33] <agronholm> lemme try
[22:34] <agronholm> no
[22:34] <slestak_work> i've never used that option
[22:34] <agronholm> borks at gethostbyname_ex
[22:35] <slestak_work> lol
[22:35] <agronholm> works fine without it though
[22:35] <slestak_work> it is a posix command screwing up my distribute install also. getgrname is not implemented on aix
[22:38] <Almad> yeah, works without it fine ;)
[22:43] * slestak_work (~sromanow@63-144-86-130.dia.static.qwest.net) has left #jython
[22:46] * almad_ (~almad@213.192.30.122) has joined #jython
[22:50] * Almad (~almad@213.192.30.122) Quit (Ping timeout: 265 seconds)
[22:53] * almad_ is now known as Almad
[23:01] <Almad> yess, tests are failing, thank you all ;)
[23:14] <fwierzbicki> 2.5.3rc1 is out: http://fwierzbicki.blogspot.com/2012/08/jython-253rc1-released.html
[23:14] <fwierzbicki> If no horrible bugs come up this week I'll relabel it as a release
[23:15] <agronholm> ooo
[23:15] <agronholm> congrats!
[23:16] <fwierzbicki> There is enough fixed in 2.5.3 that I think it needs a release - minor bugs can go in 2.5.4 which I expect to release much quicker than 2.5.2->2.5.3
[23:16] <fwierzbicki> agronholm: thanks!
[23:17] <fwierzbicki> agronholm: if you get asked about maven - this was an all maven release with all the artifacts maven folks want
[23:17] <agronholm> ah, nice
[23:18] <fwierzbicki> I don't have a nice dependency pom.xml, but the rest is done
[23:18] <agronholm> shouldn't the changelog mention the import bug you fixed for me after 2.5.3b2? or was that part of #1871?
[23:18] <fwierzbicki> I'm not sure I want to do that anyway - I like what we have released
[23:18] <fwierzbicki> did it not?
[23:18] <fwierzbicki> let me check
[23:23] <fwierzbicki> ah crud 1952 threw me off
[23:24] <fwierzbicki> It's #1900
[23:28] <agronholm> no mention on jython.org yet -- is this Josh's territory?
[23:32] <fwierzbicki> Yeah - Josh usually does that - though I'll do it if needed if I can remember how :)
[23:32] <fwierzbicki> He did retweet me so he'll probably get to it soon
[23:33] <agronholm> unrelated -- why am I still the only auto-opped person on the channel?
[23:34] <agronholm> all core devs should get auto opped imho
[23:34] <agronholm> and I'm the least significant of them :)
[23:35] <fwierzbicki> I can self-auto-op -- somehow we couldn't get yours to do that
[23:35] <agronholm> also, have you heard back from shashank?
[23:35] <agronholm> I'm still anxiously waiting for the 2.7 beta
[23:38] <fwierzbicki> agronholm: I'm thinking I need to take that effort over - he put his work to date in a patch
[23:38] <agronholm> I see
[23:39] <fwierzbicki> so that will slow things down a bit - hopefully not much more than a couple of weeks
[23:40] <fwierzbicki> getting maven straightened out unfortunately took as much time as a feared it would - but now that it's done it will be easy
[23:40] <fwierzbicki> but now 2.7 is back to being my priority
[23:43] * wmeissner (~wmeissner@60-241-132-27.static.tpgi.com.au) Quit (Quit: wmeissner)
[23:43] * agronholm (~agronholm@2001:1bc8:102:6f29:400f:248d:feaa:680a) Quit (Quit: ZNC - http://znc.in)
[23:44] * agronholm (~agronholm@2001:1bc8:102:6f29:3cc8:990:d80c:68c6) has joined #jython
[23:44] * ChanServ sets mode +o agronholm
[23:52] * plankton (~kvirc@177.4.66.253) has joined #jython
[23:56] <plankton> http://fwierzbicki.blogspot.com.br/2012/08/jython-253rc1-released.html

Index

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