<travis-ci> jruby/jruby (truffle-head:61b9e4e by Benoit Daloze): The build passed. (https://travis-ci.org/jruby/jruby/builds/175138741)
floppy has joined #jruby
floppy is now known as dido
Aethenelle has quit [Quit: Aethenelle]
dido has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
dido has joined #jruby
mosodede has joined #jruby
mosodede has quit [Ping timeout: 258 seconds]
dido has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
camlow325 has quit [Quit: WeeChat 1.5]
dido has joined #jruby
yahonda has joined #jruby
yahonda has quit [Client Quit]
yahonda has joined #jruby
yahonda has quit [Client Quit]
beawesomeinstead has quit [Ping timeout: 240 seconds]
beawesomeinstead has joined #jruby
jhass has quit [Ping timeout: 260 seconds]
jhass has joined #jruby
dido has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
dido has joined #jruby
dido has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
dido has joined #jruby
dido has quit [Client Quit]
dido has joined #jruby
dido has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
prasunanand has quit [Ping timeout: 240 seconds]
prasunanand has joined #jruby
pawnbox has joined #jruby
thedarkone2 has quit [Quit: thedarkone2]
pawnbox has quit [Remote host closed the connection]
prasunanand has quit [Remote host closed the connection]
<GitHub58> [jruby] apaokin opened issue #4277: Rails(jruby 9.0.5.0): java.lang.IllegalAccessException: Can not set static final boolean field java https://git.io/vXKzD
claudiuinberlin has joined #jruby
kith has quit [Quit: kith]
shellac has joined #jruby
shellac has quit [Client Quit]
pawnbox has joined #jruby
pawnbox has quit [Remote host closed the connection]
shellac has joined #jruby
shellac has quit [Quit: Computer has gone to sleep.]
pawnbox has joined #jruby
olle has joined #jruby
<travis-ci> kares/jruby (test-sub-string:8e48439 by kares): The build has errored. (https://travis-ci.org/kares/jruby/builds/175054540)
<chrisseaton> kares headius: you'll need to consider moving to Java 8 date and time, or fixing Joda yourselves, as it doesn't work on Java 9 at the moment. I submitted some issues and they changed the tests!
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #jruby
jhass has quit [Ping timeout: 245 seconds]
maclover7 has joined #jruby
<maclover7> hey, can anybody here help me with getting the graal vm setup on my machine? I
<chrisseaton> maclover7: hello!
<maclover7> I've downloaded the file from oracle, but seems to be throwing an error
<maclover7> yep
<maclover7> I then moved graalvm-0.18-re to my home directory
<maclover7> I have jruby-9.1.2.0 installed via rbenv
<maclover7> ```Jonathans-MBP:sinatra-truffle jon$ JAVACMD=graalvm-0.18-re/bin jruby -X+T -e 'puts "hi"'
<maclover7> No `java' exists at graalvm-0.18-re/bin, please double-check JAVA_HOME.```
<maclover7> tried JAVACMD=graalvm-0.18-re/bin/java as well
<chrisseaton> Yeah, the second one is right
<chrisseaton> Let me try...
<chrisseaton> Works for me without rbenv... trying rbenv...
<chrisseaton> Oh you'll want latest JRuby anyway
<maclover7> latest is 9.1.6.0, right?
<chrisseaton> Yes
<maclover7> I can provide more info about my environment if that helps at all
<chrisseaton> ruby-build has it, or tarball from the website
<chrisseaton> I don't test with rbenv so it's possible it's broken, just installing 9.1.6.0 with rbenv to test...
<chrisseaton> Sorry afk 15 mins, but I'll be back here with a solution if you can check back with me
<maclover7> Ok, np, installing 9.1.6.0 right now
<chrisseaton> maclover7: sorry to say it works for me
<chrisseaton> Hopefully 9.1.6.0 will work for you
<chrisseaton> $ JAVACMD=Documents/graal/graalvm-0.18-re/bin/java ruby -X+T -e 'puts "hi"'
<chrisseaton> $ JAVACMD=Documents/graal/graalvm-0.18-re/bin/java ruby -X+T -e 'puts Truffle::Graal.graal?'
<travis-ci> kares/jruby (test-sub-string:8e48439 by kares): The build has errored. (https://travis-ci.org/kares/jruby/builds/175054540)
jhass has joined #jruby
<maclover7> bingo, 9.1.6.0 fixed it for me
<maclover7> thanks!
<chrisseaton> maclover7: we should have a version check that tells you it's incompatible, but this is hard for some uninteresting reasons
nicoulaj has joined #jruby
<maclover7> one more quick question for you, what is the recommended way to run a sinatra app with jruby + truffle + graal?
<maclover7> I know there's the JAVACMD env variable prefix
<maclover7> right now I'm using jruby+truffle run app.rb
<maclover7> but that doesn't load in graal
<chrisseaton> maclover7: bundler is a work in progress, so try running Ruby setting -I to all your gems manually
<chrisseaton> Sinatra should basically work
<chrisseaton> I don't expect it to be fast yet, sorry
pawnbox has quit [Remote host closed the connection]
<maclover7> that's fine
<maclover7> JAVACMD=$HOME/graalvm-0.18-re/bin/java ruby app.rb -X+T -I
<maclover7> throws a LoadError: no such file to load -- sinatra
dido has joined #jruby
<chrisseaton> I mean something like -I ~/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/sinatra-1.4.6/lib
<chrisseaton> Bundle will work in the next release
<maclover7> oh, ok
<maclover7> gotcha
<maclover7> is there a PR or issue or something to track the progress of bundler support?
<chrisseaton> I think it's just basically working, but not in the version you have
<chrisseaton> You could build from source if you wanted to try it
pawnbox has joined #jruby
thedarkone2 has joined #jruby
<maclover7> building from source is compiling jruby master locally, right?
olle has quit [Quit: olle]
<travis-ci> kares/jruby (test-sub-string:8e48439 by kares): The build has errored. (https://travis-ci.org/kares/jruby/builds/175054540)
olle has joined #jruby
olle has quit [Quit: olle]
<chrisseaton> maclover7: yes
<chrisseaton> maclover7: no, sorry, truffle-head
dido has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
dido has joined #jruby
pawnbox has quit [Ping timeout: 268 seconds]
pawnbox has joined #jruby
maclover7 has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
dido has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
shellac has joined #jruby
dido has joined #jruby
shellac has quit [Quit: Computer has gone to sleep.]
dido has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
dido has joined #jruby
maclover7 has joined #jruby
dido has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
pawnbox has quit [Ping timeout: 260 seconds]
<travis-ci> kares/jruby (test-sub-string:8e48439 by kares): The build has errored. (https://travis-ci.org/kares/jruby/builds/175054540)
nicoulaj has quit [Quit: nicoulaj]
<travis-ci> kares/jruby (test-sub-string:acac56f by kares): The build has errored. (https://travis-ci.org/kares/jruby/builds/175337816)
maclover7 has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
olle has joined #jruby
sam2000 has joined #jruby
sam2000 has quit [Remote host closed the connection]
sam2000 has joined #jruby
olle has quit [Quit: olle]
olle has joined #jruby
olle has quit [Quit: olle]
dido has joined #jruby
dido has quit [Client Quit]
kith has joined #jruby
prasunanand has joined #jruby
claudiuinberlin has quit []
shellac has joined #jruby
jeremyevans has quit [Quit: leaving]
shellac has quit [Quit: Computer has gone to sleep.]
dido has joined #jruby
sam2000 has quit [Remote host closed the connection]
dido has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
dido has joined #jruby
jeremyevans has joined #jruby
shellac has joined #jruby