#jython IRC Log (v0.9)

Index

IRC Log for 2014-09-02

Timestamps are in GMT/BST.

[5:41] * a42niem (~niem@p578b7daf.dip0.t-ipconnect.de) has joined #jython
[8:03] <topi`_> arrgh. I find this Spring framework just too much for my little brain. How do you guys handle with ReST exchange in spring? the javadoc just confuses more instead of giving answers...
[8:03] <topi`_> or maybe it's just me? I've gotten too used to enjoying the benefits of Requests?
[9:40] * ohumbel (5390f784@gateway/web/freenode/ip.83.144.247.132) Quit (Ping timeout: 246 seconds)
[11:20] * ohumbel (5390f784@gateway/web/freenode/ip.83.144.247.132) has joined #jython
[12:05] * siel (~siel@unaffiliated/motley) Quit (Ping timeout: 272 seconds)
[12:36] <paolo> topi`_: you mean restful api? i solved this thing the other way... i provide restful access to api (with oauth2) in python, and my friend access them from spring
[12:37] <paolo> i also find spring overwhelming, probably it's just a matter of getting into but imho it means lot of time
[13:15] * xemdetia (xemdetia@nat/ibm/x-tvqouosgkqeykwxq) has joined #jython
[14:59] * enebo (~enebo@c-75-73-8-169.hsd1.mn.comcast.net) has joined #jython
[15:15] * siel (~siel@unaffiliated/motley) has joined #jython
[17:32] * jimbaker` is now known as jimbaker
[17:37] <jimbaker> topi`_, this a known bug - http://bugs.jython.org/issue1631 - there's an outstanding pull request by santoso that's waiting on a couple of bug fixes in jython's internals
[17:37] <jimbaker> (essentially the runtime relies on current buggy behavior!)
[17:40] <jimbaker> one outcome will be that once completed, a dict/list/set can be constructed such that it's backed by java.util.Map/List/Set. such as using a dict that is backed by an instance constructed with guava MapMaker
[17:42] <jimbaker> in particular, we need this so python code in the standard lib can build weakvalue/weakkey caches, much like we do in the java implementations. this seems preferable to rewriting such python code into java (please, no! ;)
[17:42] <jimbaker> pr3d4t0r, hi - it's good seeing you here! hope we will be making 2.7 work well for you, since i know you have demanding use cases :)
[18:19] * robbyoconnor (~wakawaka@guifications/user/r0bby) Quit (Ping timeout: 250 seconds)
[18:54] * jimbaker (~jbaker@24.9.252.60) Quit (Ping timeout: 255 seconds)
[18:58] * jimbaker (~jbaker@24.9.252.60) has joined #jython
[18:58] * jimbaker (~jbaker@24.9.252.60) Quit (Changing host)
[18:58] * jimbaker (~jbaker@python/psf/jimbaker) has joined #jython
[19:15] * robbyoconnor (~wakawaka@guifications/user/r0bby) has joined #jython
[19:31] * gthank (~gthank@unaffiliated/gthank) has joined #jython
[19:35] * fwierzbicki (~Adium@99-106-169-5.lightspeed.sntcca.sbcglobal.net) has joined #jython
[19:35] * fwierzbicki1 (~Adium@99-106-169-5.lightspeed.sntcca.sbcglobal.net) Quit (Read error: Connection reset by peer)
[19:39] * robbyoconnor (~wakawaka@guifications/user/r0bby) Quit (Excess Flood)
[19:40] * robbyoconnor (~wakawaka@guifications/user/r0bby) has joined #jython
[19:45] * robbyoconnor (~wakawaka@guifications/user/r0bby) Quit (Quit: Konversation terminated!)
[20:06] * a42niem (~niem@p578b7daf.dip0.t-ipconnect.de) Quit (Ping timeout: 245 seconds)
[20:57] * mbooth (~mbooth@cpc68386-shef10-2-0-cust10.17-1.cable.virginm.net) Quit (Changing host)
[20:57] * mbooth (~mbooth@redhat/mbooth) has joined #jython
[21:26] * xemdetia (xemdetia@nat/ibm/x-tvqouosgkqeykwxq) Quit (Ping timeout: 276 seconds)
[22:16] * mbooth (~mbooth@redhat/mbooth) Quit (Quit: Leaving)
[22:16] * mbooth (~mbooth@redhat/mbooth) has joined #jython
[22:48] * gthank (~gthank@unaffiliated/gthank) Quit (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
[23:31] * fwierzbicki (~Adium@99-106-169-5.lightspeed.sntcca.sbcglobal.net) Quit (Quit: Leaving.)

Index

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