Closed
Description
I started playing with drip tonight and noticed that after drip started doing its thing, I wasn't getting any console output just running ruby -e puts 9 * 9
.
It works just fine on jruby-1.7.19
, so I'd guess it's a regression. Maybe #511?
(I tried to take rbenv
out of the equation and call jruby directly, but the path is still there so you can see the versions.)
[23:13:06] benl:drip-test $ /Users/benl/.rbenv/versions/jruby-9.0.0.0.pre1/bin/ruby -e 'puts 9 * 9'
81
[23:13:18] benl:drip-test $ /Users/benl/.rbenv/versions/jruby-9.0.0.0.pre1/bin/ruby -e 'puts 9 * 9'
[23:13:19] benl:drip-test $ /Users/benl/.rbenv/versions/jruby-9.0.0.0.pre1/bin/ruby -e 'puts 9 * 9'
And
[23:12:37] benl:drip-test $ /Users/benl/.rbenv/versions/jruby-1.7.19/bin/ruby -e 'puts 9 * 9'
81
[23:12:54] benl:drip-test $ /Users/benl/.rbenv/versions/jruby-1.7.19/bin/ruby -e 'puts 9 * 9'
81
[23:12:55] benl:drip-test $ /Users/benl/.rbenv/versions/jruby-1.7.19/bin/ruby -e 'puts 9 * 9'
81
For posterity, here's my ENV.
[23:20:20] benl:drip-test $ env | grep DRIP
DRIP_INIT_CLASS=org.jruby.main.DripMain
DRIP_INIT=
[23:20:25] benl:drip-test $ env | grep JAVACMD
JAVACMD=/usr/local/bin/drip