blaines has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
baroquebobcat has joined #jruby
baroquebobcat has quit [Client Quit]
tlarevo has joined #jruby
djellemah_ has joined #jruby
djellemah has quit [Ping timeout: 250 seconds]
baroquebobcat has joined #jruby
bb010g has joined #jruby
mikemar10 has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
djellemah_ has quit [Ping timeout: 276 seconds]
tlarevo has quit [Remote host closed the connection]
tlarevo has joined #jruby
tlarevo has quit [Remote host closed the connection]
baroquebobcat has quit [Ping timeout: 256 seconds]
JRubyGithub has joined #jruby
<JRubyGithub>
[jruby] nirvdrum pushed 2 new commits to master: http://git.io/vLbvn
<JRubyGithub>
jruby/master 3df7774 Kevin Menard: [Truffle] Raise a range error when using a Bignum as an array index.
<JRubyGithub>
jruby/master f8eef82 Kevin Menard: [Truffle] More StringScanner specs passing.
JRubyGithub has left #jruby [#jruby]
somekool has joined #jruby
<somekool>
hello, I am currently working on rails project using ruby 2.2, but I need to use an old library which might require ruby 1.8.. I wonder if that is something I could solve using jruby ? could I run my rails app with jruby with ruby 1.9+ features and load this single lib in ruby 1.8 mode ?
<nirvdrum>
somekool: Not really, unfortunately. If you use something like TorqueBox, you could run a single runtime in 1.8 mode and the rest in 1.9 mode. But you can't mix in the same runtime. They have different & conflicting class hierarchies.
JRubyGithub has joined #jruby
<JRubyGithub>
[jruby] nirvdrum pushed 1 new commit to master: http://git.io/vLbfK
<JRubyGithub>
jruby/master 7e9b464 Kevin Menard: [Truffle] Removed unused spec tags.
<JRubyGithub>
jruby/truffle-head 75cbccb Chris Seaton: [Truffle] Make TCK code more idiomatic Ruby.
JRubyGithub has left #jruby [#jruby]
nirvdrum has joined #jruby
skade has joined #jruby
phlebas has joined #jruby
havenwood has joined #jruby
dinfuehr has joined #jruby
dinfuehr has quit [Remote host closed the connection]
JRubyGithub has joined #jruby
<JRubyGithub>
[jruby] chrisseaton pushed 1 new commit to truffle-ruby-primitives: http://git.io/vLAoa
<JRubyGithub>
jruby/truffle-ruby-primitives 4be9644 Chris Seaton: [Truffle] Move primitives into their own file.
JRubyGithub has left #jruby [#jruby]
dinfuehr has joined #jruby
dinfuehr has quit [Remote host closed the connection]
deobalds has joined #jruby
samphippen has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
bigfleet has joined #jruby
samphippen has joined #jruby
nateberkopec has joined #jruby
vtunka has quit [Quit: Leaving]
phlebas has quit [Ping timeout: 252 seconds]
vtunka has joined #jruby
phlebas has joined #jruby
nateberkopec has quit [Quit: Leaving...]
<nirvdrum>
enebo: I don't know if you saw, but I rounded on env support a bit in jnr-posix. If you wanted to, you could drop the Java map you currently keep around if native is enabled.
<nirvdrum>
(setenv still needs some work on Windows, but about 60% of env works on Windows right now).
<nirvdrum>
It might make sense to move some of the Java stuff in JRuby out to jnr-posix and then you could just use jnr-posix for the whole thing.
<nirvdrum>
I can look at doing some of this, but I don't like to make changes to things that have been in place for a decade without discussing first :-)
lloyd_ has joined #jruby
lloyd_ has left #jruby ["*poof*"]
iamjarvo has joined #jruby
elia has quit [Quit: (IRC Client: textualapp.com)]
elia has joined #jruby
baroquebobcat has joined #jruby
tenderlove has joined #jruby
JRubyGithub has joined #jruby
<JRubyGithub>
[jruby] eregon pushed 1 new commit to master: http://git.io/vLxc6
<JRubyGithub>
jruby/master b0f1841 Benoit Daloze: Add spec for Comparable#== without #<=>.
JRubyGithub has left #jruby [#jruby]
vtunka has quit [Quit: Leaving]
samphippen has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
subbu has joined #jruby
samphippen has joined #jruby
rsim has joined #jruby
skade has quit [Quit: Computer has gone to sleep.]
subbu has quit [Ping timeout: 264 seconds]
elia_ has joined #jruby
vtunka has joined #jruby
elia has quit [Ping timeout: 244 seconds]
donV has joined #jruby
mjelen has quit [Ping timeout: 250 seconds]
elia has joined #jruby
samphippen has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
bb010g has quit [Quit: Connection closed for inactivity]
kwando_ has joined #jruby
kwando has quit [Read error: Connection reset by peer]
samphippen has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
x1337807x has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
shellac has joined #jruby
samphippen has joined #jruby
phlebas has joined #jruby
yfeldblum has joined #jruby
nirvdrum has quit [Ping timeout: 246 seconds]
subbu is now known as subbu|lunch
skade has joined #jruby
<enebo>
bjfish2: I expect ‘my_hash = {stuff: 1, **other_stuff}’ to become popular…dyndispatch free merge
<bjfish2>
enebo yes, that looks convenient
<enebo>
bjfish2: we did not fix that in IR until last month (or even know about it)
ponga has quit [Quit: Leaving...]
yfeldblum has quit [Ping timeout: 248 seconds]
djbkd has joined #jruby
nirvdrum has joined #jruby
tcrawley is now known as tcrawley-away
tcrawley-away is now known as tcrawley
iamjarvo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
samphippen has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
JRubyGithub has joined #jruby
<JRubyGithub>
[jruby] mkristian pushed 1 new commit to jruby-1_7: http://git.io/vLhdF
<JRubyGithub>
jruby/jruby-1_7 114a39e Christian Meier: switched to rspec-3 and added .rspec with --require spec_helper...
JRubyGithub has left #jruby [#jruby]
elia has joined #jruby
samphippen has joined #jruby
subbu|lunch is now known as subbu
skade has quit [Quit: Computer has gone to sleep.]
skade has joined #jruby
skade has quit [Client Quit]
shellac has quit [Quit: Computer has gone to sleep.]
yfeldblum has joined #jruby
skade has joined #jruby
skade has quit [Client Quit]
skade has joined #jruby
havenn is now known as havenwood
skade has quit [Quit: Computer has gone to sleep.]
iamjarvo has joined #jruby
lance|afk is now known as lanceball
skade has joined #jruby
skade has quit [Client Quit]
samphippen has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
Hobogrammer has joined #jruby
samphippen has joined #jruby
samphippen has quit [Client Quit]
x1337807x has joined #jruby
skade has joined #jruby
shellac has joined #jruby
_kfpratt has quit [Remote host closed the connection]
samphippen has joined #jruby
samphippen has quit [Client Quit]
nateberkopec has quit [Quit: Leaving...]
skade has quit [Quit: Computer has gone to sleep.]
phlebas has quit [Ping timeout: 256 seconds]
nateberkopec has joined #jruby
x1337807x has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
kfpratt has joined #jruby
shellac has quit [Quit: Computer has gone to sleep.]
phlebas has joined #jruby
Antiarc has quit [Quit: No Ping reply in 180 seconds.]
Antiarc has joined #jruby
bbrowning is now known as bbrowning_away
phlebas has quit [Ping timeout: 250 seconds]
iamjarvo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
shellac has joined #jruby
x1337807x has joined #jruby
drbobbeaty has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
shellac has quit [Quit: Computer has gone to sleep.]
shellac has joined #jruby
<chrisseaton>
enebo: is there a list of optimisations IR already has?
cristianrasch has left #jruby [#jruby]
tcrawley is now known as tcrawley-away
sholden has joined #jruby
<sholden>
So I’m still trying to get up and running wrapping an old codebase with jruby. I’m working on wiring up spring, but when I package the old app as a jar and require it, the context seems to not be able to find my classes but I can access them from the console. I’m a bit of a java newb still so sorry if this is a dumb question. Example: https://gist.github.com/sholden/46485783db4fed64a861
elia has quit [Quit: Computer has gone to sleep.]
<sholden>
I’m searching around but having trouble figuring this out
temporal_ has quit [Read error: Connection reset by peer]
temporalfox has joined #jruby
djbkd has quit [Remote host closed the connection]