<mtoy>
headius: i'm away from the windows machine ATM -- "rvm install jruby-9.1.5.0" on WSL installs binaries for JRuby, buy errors in the gems, "gem install ANYTHING" fails with a socket error
<mtoy>
but i was mostly curious if anyone else had tried it
prasunanand has joined #jruby
shellac has quit [Quit: Computer has gone to sleep.]
alxs has quit [Ping timeout: 265 seconds]
alxs has joined #jruby
prasunanand has quit [Ping timeout: 245 seconds]
alxs has quit [Ping timeout: 268 seconds]
alxs has joined #jruby
alxs has quit [Ping timeout: 240 seconds]
mtoy has quit [Remote host closed the connection]
prasunanand has joined #jruby
prasunanand has quit [Ping timeout: 258 seconds]
swills has quit [Read error: Connection reset by peer]
swills has joined #jruby
alxs has joined #jruby
pawnbox has joined #jruby
alxs has quit [Ping timeout: 258 seconds]
pawnbox has quit [Remote host closed the connection]
zph has quit [Ping timeout: 240 seconds]
pawnbox has joined #jruby
pawnbox has quit [Ping timeout: 245 seconds]
<GitHub10>
[jruby] bjfish created truffle-sprintf-debug-arg-check (+1 new commit): https://git.io/v1PYy
<GitHub10>
jruby/truffle-sprintf-debug-arg-check 1c9c38e Brandon Fish: [Truffle] Sprintf check for too many args when $DEBUG is true
<GitHub76>
[jruby] bjfish opened pull request #4380: [Truffle] Sprintf check for too many args when $DEBUG is true (truffle-head...truffle-sprintf-debug-arg-check) https://git.io/v1PYd
<GitHub166>
[jruby] eregon pushed 3 new commits to truffle-head: https://git.io/v1XTI
<GitHub166>
jruby/truffle-head b4541e3 Benoit Daloze: [Truffle] Fix equal? for (int,long) if the different class specialization is taken first....
<GitHub166>
jruby/truffle-head bead3f3 Benoit Daloze: [Truffle] Add a basic Kernel#p while bootstrapping core to help debugging.
<GitHub166>
jruby/truffle-head 47a6d2d Benoit Daloze: Add some sanity test for integers of different representations
enebo has joined #jruby
lobner has quit [Quit: Ex-Chat]
bbrowning_ has joined #jruby
bbrowning has quit [Ping timeout: 268 seconds]
bbrowning_ is now known as bbrowning
Aethenelle_ has joined #jruby
Aethenelle has quit [Ping timeout: 268 seconds]
Aethenelle_ is now known as Aethenelle
vtunka has quit [Quit: Leaving]
<Aethenelle>
is there an equivalent for bundler's platform conditional in rubygems? I'm trying to conditionally use the rbx libraries but rubygems just want to install them anyway...
claudiuinberlin has quit []
Aethenelle has quit [Quit: Aethenelle]
<GitHub120>
[jruby] eregon pushed 4 new commits to truffle-head: https://git.io/v1XG2
<GitHub120>
jruby/truffle-head 69e4715 Benoit Daloze: [Truffle] Eclipse formatter: don't move comments to first column.
<GitHub37>
[jruby] bjfish closed pull request #4380: [Truffle] Sprintf check for too many args when $DEBUG is true (truffle-head...truffle-sprintf-debug-arg-check) https://git.io/v1PYd
<GitHub46>
[jruby] bjfish pushed 1 new commit to truffle-head: https://git.io/v1XKO
<GitHub117>
[jruby] bjfish deleted truffle-sprintf-debug-arg-check at b21ffa5: https://git.io/v1XKs
bbrowning is now known as bbrowning_away
shellac has quit [Quit: Leaving]
pawnbox has quit [Ping timeout: 260 seconds]
bbrowning_away is now known as bbrowning
cpuguy83 has quit [Ping timeout: 248 seconds]
cpuguy83 has joined #jruby
olle has joined #jruby
<kares>
some commit(s) seems to have caused regressions ... master was green on travis a few commits before
pawnbox has joined #jruby
<GitHub130>
[jruby] chrisseaton pushed 1 new commit to truffle-head: https://git.io/v1XdR
<GitHub130>
jruby/truffle-head 7e88131 Chris Seaton: Revert "[Truffle] Make SharedMethodInfo properly immutable by moving the name parts to another object."...
<GitHub177>
jruby/master ff06af4 Thomas E. Enebo: lambda/proc with no args should see parent frames block. Added reads=BLOCK to lambda/proc/ AND Proc.new
<GitHub30>
[jruby] chrisseaton pushed 1 new commit to truffle-head: https://git.io/v1XxT
<GitHub30>
jruby/truffle-head b36615a Chris Seaton: [Truffle] Try installing gems using system Ruby.
<enebo>
eregon: I added a spec which broke the truffle fast run
olle has joined #jruby
<enebo>
eregon: basically MRI does not dyndispatch to puts on $stderr but calls built in C version always
<enebo>
eregon: $stderr.puts(*messages) if !$VERBOSE.nil? && !messages.empty?
mtoy has joined #jruby
<olle>
@enebo Those changes you made today on master, wrt yard, exciting. Such a mountain to climb. Am rerunning that 9.1.2.0 + jruby-head test to see if it changed anything.
<olle>
enebo: How about fiddling with Travis, changing the machine it runs on?
<enebo>
olle: I don’t know
<enebo>
nuking my .lock and reinstalling
<chrisseaton>
enebo: are you just letting us know or do you want to fix it so your Travis is green? you can jt tag the/specs/file.rb
<chrisseaton>
jt being tool/jt.rb
<enebo>
chrisseaton: ah ok I will try it…just doing an MRI test run locally atm
<mtoy>
( https://github.com/jruby/jruby/issues/4350 -- File.directory?(__FILE__ + "/") returns false in jars ... ) is it supposed to be a requirement that I need .jrubydir entries if i want this expression to work?
<mtoy>
... oops File.directory?(File.dirname(__FILE__) + "/") is false in jars
<GitHub16>
jruby/master 2e8d6a1 Thomas E. Enebo: Revert "lambda/proc with no args should see parent frames block. Added reads=BLOCK to lambda/proc/ AND Proc.new"...
<GitHub16>
jruby/master 4183475 Thomas E. Enebo: Revert "Removed now passing spec from last commit"...
<GitHub149>
[jruby] chrisseaton pushed 1 new commit to truffle-head: https://git.io/v11md
<GitHub149>
jruby/truffle-head d6615d7 Chris Seaton: Revert "[Truffle] Try installing gems using system Ruby."...
pawnbox has quit [Remote host closed the connection]
drbobbeaty has joined #jruby
<mtoy>
mtoy -- nvm -- found a previous PR and am back debugging jruby, will pop back to re-ask if i don't figure it out
alxs has quit [Ping timeout: 250 seconds]
tcrawley is now known as tcrawley-away
hvis has joined #jruby
<hvis>
hi everybody!
<hvis>
does JRuby have anything similar to RubyVM.stat?
<hvis>
some method to get at the global method cache serial, if there is one
<hvis>
the goal is to use it as cache key for the "all methods in all classes" value