<GitHub113>
[jruby] koic closed issue #4610: The behavior of Enumerable#each_with_index has changed in JRuby 9.1.9.0 https://git.io/v9xZD
bga57 has quit [Read error: No route to host]
Aethenelle has quit [Quit: Aethenelle]
_whitelogger has joined #jruby
olle has joined #jruby
<GitHub19>
[jruby] olleolleolle opened pull request #4627: README: Mention jruby-9.1.10.0 in rbenv note (master...patch-1) https://git.io/vHGuk
etehtsea has joined #jruby
olle has quit [Quit: olle]
olle has joined #jruby
olle has quit [Quit: olle]
olle has joined #jruby
deobalds has joined #jruby
deobalds has quit [Quit: Computer has gone to sleep.]
deobalds has joined #jruby
olle has quit [Quit: olle]
olle has joined #jruby
deobalds has quit [Quit: Computer has gone to sleep.]
etehtsea has quit [Ping timeout: 240 seconds]
deobalds has joined #jruby
bbrowning_away is now known as bbrowning
deobalds has quit [Quit: Computer has gone to sleep.]
deobalds has joined #jruby
olle has quit [Quit: olle]
olle has joined #jruby
lance|afk is now known as lanceball
<olle>
headius: Um, I went around and added 9.1.10.0 to Travis CI builds, and I found one failure which interested me: https://travis-ci.org/sinatra/sinatra/jobs/236291310 - this test passed with the 9.1.8.0 (I think)
<olle>
headius: `undefined method `GET /föö' for class `#<Class:0x25587290>'`
deobalds has quit [Quit: Computer has gone to sleep.]
olle has quit [Quit: olle]
deobalds_ has joined #jruby
deobalds_ has quit [Quit: Computer has gone to sleep.]
enebo has joined #jruby
olle has joined #jruby
deobalds has joined #jruby
deobalds has quit [Quit: Computer has gone to sleep.]
olle has quit [Quit: olle]
camlow325 has joined #jruby
olle has joined #jruby
etehtsea has joined #jruby
olle has quit [Quit: olle]
bbrowning is now known as bbrowning_away
etehtsea has quit [Ping timeout: 240 seconds]
olle has joined #jruby
etehtsea has joined #jruby
olle has quit [Quit: olle]
olle has joined #jruby
olle has quit [Client Quit]
subbu is now known as subbu|away
Aethenelle has joined #jruby
olle has joined #jruby
<GitHub3>
[jruby] hydrogen18 opened issue #4628: A little confused about how JRuby jar loading works https://git.io/vHZY3
etehtsea has quit [Ping timeout: 246 seconds]
subbu|away is now known as subbu
olle has quit [Quit: olle]
bascule has quit [Killed (Sigyn (Spam is off topic on freenode.))]
hobodave has joined #jruby
lanceball is now known as lance|afk
nicoulaj has quit [Remote host closed the connection]
nicoulaj46 has joined #jruby
camlow325 has quit [Ping timeout: 240 seconds]
hobodave has quit [Quit: Computer has gone to sleep.]
hobodave has joined #jruby
<GitHub175>
[jruby] aviflax opened issue #4629: Possible incompatibility with Sorcerer in 9.1.9.0 + 9.1.10.0 https://git.io/vHZgP
kegster has quit [Ping timeout: 255 seconds]
kegster has joined #jruby
lance|afk is now known as lanceball
bbrowning_away is now known as bbrowning
camlow325 has joined #jruby
kegster has quit [Ping timeout: 268 seconds]
kegster has joined #jruby
hobodave has quit [Quit: Computer has gone to sleep.]
bbrowning is now known as bbrowning_away
camlow325 has quit [Quit: WeeChat 1.5]
camlow325 has joined #jruby
tenderlove has joined #jruby
camlow325 has quit [Quit: WeeChat 1.5]
kegster has quit [Read error: Connection reset by peer]
Aethenelle has quit [Quit: Aethenelle]
nowhereFast has joined #jruby
<nowhereFast>
I've just updated a JRubyFX app to 9.1.10.0 from 9.1.7.0, and once jarified it breaks with: Errno::ENOENT: No such file or directory - uri:classloader:BY\jrubyfx.rb
<nowhereFast>
this is right on the first line: require "jrubyfx"
<nowhereFast>
that uri:classloader:BY\ seems a little strange
<nowhereFast>
oddly enough, the jar runs fine on osx, it breaks on windows