raeoks has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
raeoks has joined #jruby
enebo has joined #jruby
pawnbox has joined #jruby
kith_ has joined #jruby
kith has quit [Ping timeout: 264 seconds]
enebo has quit [Quit: enebo]
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #jruby
pawnbox_ has joined #jruby
raeoks has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
pawnbox has quit [Ping timeout: 265 seconds]
pawnbox_ has quit [Remote host closed the connection]
pawnbox has joined #jruby
djellemah has quit [Ping timeout: 260 seconds]
donValentin has quit [Quit: donValentin]
djellemah has joined #jruby
donV has joined #jruby
<donV>
Hi all! Gratz on the 9.1.6.0 release!
<pilhuhn>
This has some fallout
<pilhuhn>
Exception in thread "JavaFX Application Thread" org.jruby.exceptions.RaiseException: (TypeError) requested class ChartViewController was not reifiable
<pilhuhn>
at RUBY.new(/Users/hrupp/.rvm/gems/jruby-9.1.6.0/gems/jrubyfx-1.1.1-java/lib/jrubyfx/controller.rb:147)
<pilhuhn>
at org.jruby.java.addons.ClassJavaAddons.become_java!(org/jruby/java/addons/ClassJavaAddons.java:40)
<pilhuhn>
This used to work with 9.1.5
<pilhuhn>
Is there a newer Jrubyfx?
<pilhuhn>
yes, just checked, this is good in 9.1.5 and bad in 9.1.6
pawnbox has quit [Remote host closed the connection]
<GitHub182>
[jruby] mprins opened issue #4273: JRuby 9.1.6.0 artifacts missing from Maven Central https://git.io/vXaok
pawnbox has quit [Remote host closed the connection]
vtunka_ has joined #jruby
Specialist has joined #jruby
drbobbeaty has joined #jruby
pawnbox has joined #jruby
vtunka_ has quit [Quit: Leaving]
prasunanand has joined #jruby
drbobbeaty has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<GitHub199>
[jruby] eregon pushed 1 new commit to truffle-head: https://git.io/vXaMw
<GitHub199>
jruby/truffle-head 497d654 Benoit Daloze: [Truffle] Improve debug with printableRubyBacktrace to include the current frame.
<GitHub60>
[jruby] eregon pushed 1 new commit to truffle-head: https://git.io/vXaSd
<GitHub60>
jruby/truffle-head 9cc1e7f Benoit Daloze: [Truffle] Shared Objects: no need to synchronize on updateShape(), it is forbidden on shared objects.
<GitHub196>
[jruby] eregon pushed 1 new commit to truffle-head: https://git.io/vXa93
<GitHub196>
jruby/truffle-head 9775be7 Benoit Daloze: [Truffle] Update to GraalVM 0.18.
donV has quit [Quit: donV]
donV has joined #jruby
<GitHub126>
[jruby] pilhuhn opened issue #4274: "(TypeError) requested class .. was not reifiable" in 9.1.6, worked in 9.1.5 https://git.io/vXaQR
kith_ is now known as kith
pilhuhn is now known as pil-afk
drbobbeaty has joined #jruby
<olle>
My quest to add stable JRuby to most Travis build files has come to FakeFS. I got different failures in JRuby 1.7.26 and JRuby 9.1.6.0. https://travis-ci.org/fakefs/fakefs/builds/174750873 links to both.
<olle>
FakeFS tries to find some methods on File, and is unsuccessful. "ttymode method is not available in File :(" Sad smiley.
<kares>
olle: right, well those to_xxx all need to stay public
<kares>
the rest probably can go private ...
<olle>
kares: Cool. Should we make a Github Issue card for it?
<kares>
olle: yes please, it should be looked in more detail but if its as easy as adding private :ttymode I do not see why not putting it into next release
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #jruby
pawnbox has quit [Remote host closed the connection]
<kares>
would be great to have FakeFS tests passing!
<kares>
guess its usable anyway and would work, but still ...
claudiuinberlin has quit [Remote host closed the connection]
shellac has quit [Quit: Computer has gone to sleep.]
vtunka has joined #jruby
<olle>
kares: I'd like to add that all my troubles began when I added a .jrubyrc file with debug.fullTrace=true in it to quiet a warning message from within RSpec.
<olle>
kares: Code coverage stats etc.
<olle>
That was not good for RSpec, which failed in its around advice hook.