<GitHub53>
[jruby] camlow325 opened pull request #4063: Explicitly close input stream in CompoundJarURLStreamHandler (jruby-1_7...explicitly-close-jar-handler-stream-when-done-using) https://git.io/v68xw
camlow325 has quit [Quit: WeeChat 1.5]
pitr-ch has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
rsim has quit [Quit: Leaving.]
cprice404 has quit [Quit: Konversation terminated!]
prasunanand has quit [Ping timeout: 250 seconds]
at100 has quit [Ping timeout: 250 seconds]
prasunanand has joined #jruby
at100 has joined #jruby
clayton has quit [Excess Flood]
clayton has joined #jruby
TheWhip has joined #jruby
<GitHub193>
[jruby] bjfish pushed 1 new commit to truffle-head: https://git.io/v64Lr
<GitHub186>
jruby/master dcf4571 Konstantin Shabanov: Fix Socket.tcp connect_timeout option...
<GitHub186>
jruby/master 8fddbaf Thomas E Enebo: Merge pull request #4061 from etehtsea/fix-connect-timeout...
<enebo>
etehtsea: if it is generic enough you can also move back to ruby/spec
<enebo>
etehtsea: I was less clear on your other one but I will spend some more time looking at it
zacts has quit [Ping timeout: 250 seconds]
<enebo>
etehtsea: My mainreason we did not merge this first one for Socket::Option is sometimes on partial impls we see things like Windows break once someone fills them in more
<enebo>
etehtsea: but we can roll with this and hopefully any issues (if any are there will shake our in next week)
<enebo>
etehtsea: yeah that makes sense although we keep pushing more and more to native C calls so we can probably fix that (except we need to still run with native.enabled=false)
<GitHub26>
jruby/master 01401a7 Thomas E. Enebo: Call newer Ruby version of to_proc via dyndispatch
<SteenJobs>
hey all - i’m using Shoes as a lightweight GUI for a web scraper script i built for a non-tech client, and i’m having trouble packaging my script and its dependencies as a standalone JAR. The jar is created but i’m getting some odd errors when running java -jar shoes_test.jar. has anyone used Shoes successfully for packaging an app for someone non-tech?
<enebo>
kares: please review this fix. I added a dyncall to MapJavaProxy for to_proc. I also added a type check that to_proc returns a RubyHash (which I think is needed). If performance is critical you can probably hook up recent headius work on callsite caching in native methods
<enebo>
SteenJobs: pragtob (whoch is not on here) woks on shoes and probably know or maybe mkristan (also weirdly not on) might have general suggestions
<enebo>
SteenJobs: but if they do not show up soon maybe just open an issue on shoes if it is not documented in some way
<SteenJobs>
enebo: thanks!! this has been a nightmare - the script runs fine, you know, if you just run it as a script, but i need this script to be “user friendly” aka no running in the terminal
at1002 has joined #jruby
<SteenJobs>
enebo: unless you have any other suggestions for bundling/packaging up ruby scripts as a simple executable
<enebo>
SteenJobs: yeah I have not even tried to do that in a long time
<enebo>
SteenJobs: there also used to be some packages like Rawr which would make executables and wrappers
<SteenJobs>
yea, i can imagine - generally there’s a correlation between wanting a script like this and knowing how to execute it ha
<enebo>
SteenJobs: if that still is supported it might be something to look at but I have not heard anything in a long time
<SteenJobs>
will check now
<SteenJobs>
the irony is i do native iOS dev, so im sure i could build a simple mac app in Xcode, but are there even ruby bindings? who knows
<GitHub42>
jruby/master d4cbfd2 Charles Oliver Nutter: Add classpath:/ as an absolute path prefix. See #4000...
drbobbeaty has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<GitHub96>
[jruby] headius closed issue #4000: JRubyFX application not working when running from jar (works in 1.7, doesn't work in 9k) https://git.io/vKY5D
lanceball is now known as lance|afk
tcrawley is now known as tcrawley-away
skade has quit [Quit: Computer has gone to sleep.]
skade has quit [Quit: Computer has gone to sleep.]
skade has joined #jruby
skade has quit [Remote host closed the connection]
<GitHub104>
[jruby] headius closed pull request #4010: Reopen stdio streams when run from Drip, to pick up its FIFOs. (master...reopen_stdio_for_drip) https://git.io/vKCAR
<GitHub155>
[jruby] headius closed issue #2690: no STDOUT with drip on jruby-9.0.0.0.pre1 https://git.io/pyou
<GitHub122>
[jruby] headius pushed 3 new commits to master: https://git.io/v6R2p
<GitHub122>
jruby/master 7e024a7 Charles Oliver Nutter: Reopen stdio streams when run from Drip, to pick up its FIFOs....
<GitHub122>
jruby/master bf2b852 Charles Oliver Nutter: Merge branch 'master' into reopen_stdio_for_drip
<GitHub122>
jruby/master c059138 Charles Oliver Nutter: Merge pull request #4010 from headius/reopen_stdio_for_drip...