#jython IRC Log (v0.9)

Index

IRC Log for 2015-01-13

Timestamps are in GMT/BST.

[0:45] * fwierzbicki (~Adium@99-106-169-5.lightspeed.sntcca.sbcglobal.net) Quit (Quit: Leaving.)
[2:14] * JStoker (jstoker@unaffiliated/jstoker) Quit (Read error: Connection reset by peer)
[2:27] * JStoker (jstoker@unaffiliated/jstoker) has joined #jython
[3:36] * Guest42682 (~Michael@209.49.1.90) Quit (Quit: Guest42682)
[5:50] * jimbaker (~jbaker@python/psf/jimbaker) Quit (Quit: Coyote finally caught me)
[6:20] * jimbaker (~jbaker@python/psf/jimbaker) has joined #jython
[6:29] * Michael__ (~Michael@c-50-174-216-83.hsd1.ca.comcast.net) has joined #jython
[6:30] * Michael__ is now known as Guest81704
[6:45] * Guest81704 (~Michael@c-50-174-216-83.hsd1.ca.comcast.net) Quit (Quit: Guest81704)
[8:23] * ohumbel (5390f784@gateway/web/freenode/ip.83.144.247.132) Quit (Quit: Page closed)
[8:25] * ohumbel (5390f784@gateway/web/freenode/ip.83.144.247.132) has joined #jython
[8:33] <peke> jimbaker: I'd take ensure pip over 2.7.9 stdlib any day!
[8:34] <peke> Where's the latest docs for setting up Jython development environment and for building it?
[8:36] <peke> A colleague who has some maven experience promised to look what would it take to mavenize Jython. For that he (and I who promised to help him) should know how the current build process goes.
[8:41] <peke> jimbaker: What would it take to test 2.7.9 stdlib? Setting up Jython devenv and then copying 2.7.9 over like you explained in http://bugs.jython.org/issue2250?
[8:54] <paolo> peke: maybe useful https://wiki.python.org/jython/JythonDeveloperGuide
[8:56] * lupulcelbun (~andrei@188.25.2.28) has joined #jython
[8:57] * lupulcelbun (~andrei@188.25.2.28) Quit (Client Quit)
[10:00] * mbooth (~mbooth@redhat/mbooth) Quit (Ping timeout: 240 seconds)
[10:16] * mbooth (~mbooth@redhat/mbooth) has joined #jython
[10:37] * mbooth (~mbooth@redhat/mbooth) Quit (Ping timeout: 245 seconds)
[10:51] * mbooth (~mbooth@redhat/mbooth) has joined #jython
[12:01] * mbooth (~mbooth@redhat/mbooth) Quit (Ping timeout: 244 seconds)
[12:13] * mbooth (~mbooth@cpc11-shef10-2-0-cust659.barn.cable.virginm.net) has joined #jython
[12:13] * mbooth (~mbooth@cpc11-shef10-2-0-cust659.barn.cable.virginm.net) Quit (Changing host)
[12:13] * mbooth (~mbooth@redhat/mbooth) has joined #jython
[13:52] * Paladiamors (~justin@pa9b391.tokynt01.ap.so-net.ne.jp) has joined #jython
[14:09] * robbyoconnor (~wakawaka@guifications/user/r0bby) Quit (Ping timeout: 264 seconds)
[14:37] * xemdetia (xemdetia@nat/ibm/x-saxvshocteppizrv) has joined #jython
[14:38] * enebo (~enebo@c-75-73-8-169.hsd1.mn.comcast.net) has joined #jython
[14:50] * gthank is now known as zz_gthank
[15:04] * Paladiamors (~justin@pa9b391.tokynt01.ap.so-net.ne.jp) Quit (Ping timeout: 240 seconds)
[15:48] <jimbaker> peke, it should be very straightforward to mavenize
[15:51] <jimbaker> many of the remaining tasks are not coredev tasks - eg, stuff that requires touching the compiler or in a critical part of the runtime. they are more like this issue - http://bugs.jython.org/issue2248
[15:54] <jimbaker> peke, i assume this is fine for you - http://bugs.jython.org/issue1841
[16:29] * fwierzbicki (~Adium@99.106.169.5) has joined #jython
[17:08] <peke> jimbaker: with remaining tasks, do you mean issues related 2.7 or mavenization?
[17:08] <jimbaker> both
[17:09] <peke> Ok. I can take a look at mavenization with my colleague once we get Robot Framework 2.8.7 out. Perhaps already tomorrow but definitely this week.
[17:11] <peke> I ought to have time to Jython related work also afterwards so hopefully can help with 2.7. We plan to drop Jython 2.5 support in RF 2.9 this spring, so having Jython 2.7 in RC phace would be great for us.
[17:11] <jimbaker> peke, sounds good. i really hope we can move to a more sustainable model of more contributions by a wider group of developers. right now, we are constrained by a terrible workflow, specifically with respect to no CI on PRs
[17:12] <peke> Yeah, contributing to Jython isn't _that_ complicated but modern tools and processes (mainly PRs) would make it so much easier.
[17:13] <peke> Importantly PRs would save core developer time reviewing contributions. Tooling GitHub provides for reviewing, commenting and mergin PRs are great. I've been able to merge most of our PRs on the web UI.
[17:15] <jimbaker> i generally like to review changes on at least 3 platforms before pushing (currently os x 10.10.1, ubuntu 14.10, windows 8.1), so that's a lot of overhead we could save :)
[17:16] <jimbaker> especially if i could stage a feature branch that way
[17:16] <peke> Oh, http://bugs.jython.org/issue1841
[17:16] <jimbaker> at this point, i have abandoned using branches because they have always been so tedious to merge in
[17:16] <peke> looks good
[17:16] <jimbaker> i just manage diffs
[17:17] <peke> I never really used branches either before switching to Git.
[17:17] <jimbaker> peke, sounds good, i think we are missing testing for setting env vars re 1841
[17:18] <peke> Of course if Jython knows system encoding, it could convert correct Unicode to correct bytes.
[17:18] <jimbaker> peke, branches/bookmarks work reasonably well in hg, but they accumulate lots of history. so hg.python.org rejects them, and that is not simple to fix if there's anything complicated in the history
[17:19] <jimbaker> simple to fix in my case means - what's the diff to do the same thing
[17:19] <jimbaker> socket-reboot was a nightmare to merge as a consequence - there were maybe 130-150 commits, plus a lot of merges
[17:19] <jimbaker> to pull in upstream
[17:20] <jimbaker> which i had to squash down into one commitable diff
[17:20] <jimbaker> if this had been on git, it would have been easy
[17:22] <jimbaker> peke, the next step on ensurepip is to ensure jython -m ensurepip is run as part of the installer
[17:22] <jimbaker> i assume this should be an autochecked option that can be checked off
[17:22] <jimbaker> at which point, the user gets a full builtin pip in the bin directory with jython
[17:24] <jimbaker> the next step would be to see if the setuptools we are currently installing can also be used to build a jython.exe stub. that would be a true example of ouroboros in action
[17:24] <peke> jimbaker: <3 pip
[17:24] <jimbaker> for windows
[17:25] <jimbaker> peke, ensurepip seems to be working just fine on osx/linux. i'm going to try it out on windows next and see what needs to be done. please try it out yourself
[17:25] <jimbaker> virtualenv also needs to be resolved
[17:26] <jimbaker> for 2.7.1, it would be great if we are using venv, and can make it jython aware. because jar packaging can make this much more interesting
[17:26] <peke> Cool! I'll definitely test pip. Want to get that RF 2.8.7 out of the door first, though. And now I need to go to spinning.
[17:26] <jimbaker> lastly, since you have a maven expert - i did some investigation of maven + clamp
[17:27] <jimbaker> peke, sounds good, ttyl!
[17:27] <peke> Actually, do you call indoor cycling spinning in English??
[17:27] <jimbaker> well, spinning refers to a specific type of indoor cycling that emphasizes a high cadence/low resistance workout
[17:28] <jimbaker> and in the US, it's often done to electronic dance music - or something with a fast beat - in a group setting. it's pretty cool
[17:28] <jimbaker> i used to do it all the time, but now i trail run
[17:30] <peke> Bye, ttyl!
[17:54] * Michael__ (~Michael@209.49.1.90) has joined #jython
[17:55] * Michael__ is now known as Guest56810
[18:14] * BillSussman (~botwin@179.178.100.53) has joined #jython
[18:56] * wovenhead (~wovenhead@pool-108-44-87-35.ronkva.east.verizon.net) has joined #jython
[18:58] * BillSussman (~botwin@179.178.100.53) Quit (Read error: Connection reset by peer)
[19:03] * BillSussman (~botwin@179.178.100.53) has joined #jython
[21:01] <jimbaker> if anyone here has a chance, please try out the beta4 jars so we can finalize them
[21:01] <jimbaker> they work for me. but i hope they work for you :)
[21:01] <jimbaker> http://sourceforge.net/p/jython/mailman/message/33218587/
[21:02] <jimbaker> we plan to finalize this thursday, and announce on www.jython.org, etc
[21:10] * BillSussman (~botwin@179.178.100.53) Quit (Quit: Leaving)
[21:24] -mquin- [Global Notice] We are about to start rehubbing the network ahead of planned maintenance work. This will cause some netsplits, but should be completed shortly. Thank you for your patience and for flying freenode! :)
[21:32] * deepy (deepy@wrongplanet/deepa) Quit (*.net *.split)
[21:32] * jimbaker (~jbaker@python/psf/jimbaker) Quit (*.net *.split)
[21:32] * chrisseaton (sid38584@gateway/web/irccloud.com/x-cspsjyssoohjrlas) Quit (*.net *.split)
[21:32] * Tycale (~Tycale@tycale.be) Quit (*.net *.split)
[21:32] * fwierzbicki (~Adium@99.106.169.5) Quit (*.net *.split)
[21:32] * agronholm (~agronholm@nblzone-211-20.nblnetworks.fi) Quit (*.net *.split)
[21:32] * ChanServ (ChanServ@services.) Quit (*.net *.split)
[21:32] * zz_gthank (~gthank@unaffiliated/gthank) Quit (*.net *.split)
[21:32] * wovenhead (~wovenhead@pool-108-44-87-35.ronkva.east.verizon.net) Quit (*.net *.split)
[21:32] * mbooth (~mbooth@redhat/mbooth) Quit (*.net *.split)
[21:32] * JStoker (jstoker@unaffiliated/jstoker) Quit (*.net *.split)
[21:32] * siel (~siel@unaffiliated/motley) Quit (*.net *.split)
[21:32] * Rondom (~rondom@nonmodosedetiam.net) Quit (*.net *.split)
[21:32] * [Arfrever] (~Arfrever@apache/committer/Arfrever) Quit (*.net *.split)
[21:32] * ebarrett (~edd@host-92-20-184-139.as13285.net) Quit (*.net *.split)
[21:32] * DavidPS (~dps@cpc73107-shef13-2-0-cust180.17-1.cable.virginm.net) Quit (*.net *.split)
[21:33] * paolo (~paolo@unaffiliated/paolo) Quit (*.net *.split)
[21:33] * offbyone (~offbyone@spf.ip6.is-is.ca) Quit (*.net *.split)
[21:33] * peke (peke@kapsi.fi) Quit (*.net *.split)
[21:33] * jorgew (sid36089@gateway/web/irccloud.com/x-sfgvtbzoeobcqqco) Quit (*.net *.split)
[21:33] * ivan` (~ivan@unaffiliated/ivan/x-000001) Quit (*.net *.split)
[21:33] * Guest56810 (~Michael@209.49.1.90) Quit (*.net *.split)
[21:33] * xemdetia (xemdetia@nat/ibm/x-saxvshocteppizrv) Quit (*.net *.split)
[21:33] * pjenvey (pjenvey@underboss.org) Quit (*.net *.split)
[21:33] * ohumbel (5390f784@gateway/web/freenode/ip.83.144.247.132) Quit (*.net *.split)
[21:34] * wovenhead (~wovenhead@pool-108-44-87-35.ronkva.east.verizon.net) has joined #jython
[21:34] * Guest56810 (~Michael@209.49.1.90) has joined #jython
[21:34] * fwierzbicki (~Adium@99.106.169.5) has joined #jython
[21:34] * xemdetia (xemdetia@nat/ibm/x-saxvshocteppizrv) has joined #jython
[21:34] * mbooth (~mbooth@redhat/mbooth) has joined #jython
[21:34] * ohumbel (5390f784@gateway/web/freenode/ip.83.144.247.132) has joined #jython
[21:34] * jimbaker (~jbaker@python/psf/jimbaker) has joined #jython
[21:34] * JStoker (jstoker@unaffiliated/jstoker) has joined #jython
[21:34] * ebarrett (~edd@host-92-20-184-139.as13285.net) has joined #jython
[21:34] * paolo (~paolo@unaffiliated/paolo) has joined #jython
[21:34] * offbyone (~offbyone@spf.ip6.is-is.ca) has joined #jython
[21:34] * siel (~siel@unaffiliated/motley) has joined #jython
[21:34] * zz_gthank (~gthank@unaffiliated/gthank) has joined #jython
[21:34] * DavidPS (~dps@cpc73107-shef13-2-0-cust180.17-1.cable.virginm.net) has joined #jython
[21:34] * deepy (deepy@wrongplanet/deepa) has joined #jython
[21:34] * Tycale (~Tycale@tycale.be) has joined #jython
[21:34] * chrisseaton (sid38584@gateway/web/irccloud.com/x-cspsjyssoohjrlas) has joined #jython
[21:34] * peke (peke@kapsi.fi) has joined #jython
[21:34] * Rondom (~rondom@nonmodosedetiam.net) has joined #jython
[21:34] * agronholm (~agronholm@nblzone-211-20.nblnetworks.fi) has joined #jython
[21:34] * [Arfrever] (~Arfrever@apache/committer/Arfrever) has joined #jython
[21:34] * jorgew (sid36089@gateway/web/irccloud.com/x-sfgvtbzoeobcqqco) has joined #jython
[21:34] * ChanServ (ChanServ@services.) has joined #jython
[21:34] * pjenvey (pjenvey@underboss.org) has joined #jython
[21:34] * ivan` (~ivan@unaffiliated/ivan/x-000001) has joined #jython
[21:35] * deepy (deepy@wrongplanet/deepa) Quit (*.net *.split)
[21:35] * jimbaker (~jbaker@python/psf/jimbaker) Quit (*.net *.split)
[21:35] * chrisseaton (sid38584@gateway/web/irccloud.com/x-cspsjyssoohjrlas) Quit (*.net *.split)
[21:35] * Tycale (~Tycale@tycale.be) Quit (*.net *.split)
[21:35] * fwierzbicki (~Adium@99.106.169.5) Quit (*.net *.split)
[21:35] * agronholm (~agronholm@nblzone-211-20.nblnetworks.fi) Quit (*.net *.split)
[21:35] * ChanServ (ChanServ@services.) Quit (*.net *.split)
[21:35] * wovenhead (~wovenhead@pool-108-44-87-35.ronkva.east.verizon.net) Quit (*.net *.split)
[21:35] * mbooth (~mbooth@redhat/mbooth) Quit (*.net *.split)
[21:35] * JStoker (jstoker@unaffiliated/jstoker) Quit (*.net *.split)
[21:35] * siel (~siel@unaffiliated/motley) Quit (*.net *.split)
[21:35] * Rondom (~rondom@nonmodosedetiam.net) Quit (*.net *.split)
[21:35] * [Arfrever] (~Arfrever@apache/committer/Arfrever) Quit (*.net *.split)
[21:35] * ebarrett (~edd@host-92-20-184-139.as13285.net) Quit (*.net *.split)
[21:35] * DavidPS (~dps@cpc73107-shef13-2-0-cust180.17-1.cable.virginm.net) Quit (*.net *.split)
[21:35] * paolo (~paolo@unaffiliated/paolo) Quit (*.net *.split)
[21:35] * offbyone (~offbyone@spf.ip6.is-is.ca) Quit (*.net *.split)
[21:35] * peke (peke@kapsi.fi) Quit (*.net *.split)
[21:35] * jorgew (sid36089@gateway/web/irccloud.com/x-sfgvtbzoeobcqqco) Quit (*.net *.split)
[21:35] * ivan` (~ivan@unaffiliated/ivan/x-000001) Quit (*.net *.split)
[21:35] * Guest56810 (~Michael@209.49.1.90) Quit (*.net *.split)
[21:35] * xemdetia (xemdetia@nat/ibm/x-saxvshocteppizrv) Quit (*.net *.split)
[21:35] * pjenvey (pjenvey@underboss.org) Quit (*.net *.split)
[21:35] * ohumbel (5390f784@gateway/web/freenode/ip.83.144.247.132) Quit (*.net *.split)
[21:35] * wovenhead (~wovenhead@pool-108-44-87-35.ronkva.east.verizon.net) has joined #jython
[21:35] * Guest56810 (~Michael@209.49.1.90) has joined #jython
[21:35] * fwierzbicki (~Adium@99.106.169.5) has joined #jython
[21:35] * xemdetia (xemdetia@nat/ibm/x-saxvshocteppizrv) has joined #jython
[21:35] * mbooth (~mbooth@redhat/mbooth) has joined #jython
[21:35] * ohumbel (5390f784@gateway/web/freenode/ip.83.144.247.132) has joined #jython
[21:35] * jimbaker (~jbaker@python/psf/jimbaker) has joined #jython
[21:35] * JStoker (jstoker@unaffiliated/jstoker) has joined #jython
[21:35] * ebarrett (~edd@host-92-20-184-139.as13285.net) has joined #jython
[21:35] * paolo (~paolo@unaffiliated/paolo) has joined #jython
[21:35] * offbyone (~offbyone@spf.ip6.is-is.ca) has joined #jython
[21:35] * siel (~siel@unaffiliated/motley) has joined #jython
[21:35] * DavidPS (~dps@cpc73107-shef13-2-0-cust180.17-1.cable.virginm.net) has joined #jython
[21:35] * deepy (deepy@wrongplanet/deepa) has joined #jython
[21:35] * Tycale (~Tycale@tycale.be) has joined #jython
[21:35] * chrisseaton (sid38584@gateway/web/irccloud.com/x-cspsjyssoohjrlas) has joined #jython
[21:35] * peke (peke@kapsi.fi) has joined #jython
[21:35] * Rondom (~rondom@nonmodosedetiam.net) has joined #jython
[21:35] * agronholm (~agronholm@nblzone-211-20.nblnetworks.fi) has joined #jython
[21:35] * [Arfrever] (~Arfrever@apache/committer/Arfrever) has joined #jython
[21:35] * jorgew (sid36089@gateway/web/irccloud.com/x-sfgvtbzoeobcqqco) has joined #jython
[21:35] * ChanServ (ChanServ@services.) has joined #jython
[21:35] * ivan` (~ivan@unaffiliated/ivan/x-000001) has joined #jython
[21:35] * pjenvey (pjenvey@underboss.org) has joined #jython
[21:36] * srcerer (~chatzilla@dns2.klsairexpress.com) Quit (Ping timeout: 255 seconds)
[21:36] * JythonLogBot (~PircBot@74.50.59.201) Quit (Excess Flood)
[21:36] * JythonLogBot disconnected - trying to reconnect...
[21:36] -sendak.freenode.net- *** Looking up your hostname...
[21:36] -sendak.freenode.net- *** Checking Ident
[21:36] -sendak.freenode.net- *** No Ident response
[21:36] -sendak.freenode.net- *** Couldn't look up your hostname
[22:15] -mquin- [Global Notice] And we are done, thanks for bearing with us. There will be a services outage at around 0000 UTC (just under two hours from this notice) which is expected to last between 15 and 30 minutes.

Index

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