<chrisseaton> I'm on a macOS system with just Java 9, and when I try to use ruby-install to install jruby-9.1.13.0 I'm told 'Java 7 required. Please install a 1.7-compatible JRE' - does JRuby not run with Java 9? I know it runs with at least Java 8. Or is this nothing to do with you and something in ruby-install?
<havenwood> chrisseaton: it's ruby-install's fault, in that the deps hard-code to 7: https://github.com/postmodern/ruby-install/blob/master/share/ruby-install/jruby/dependencies.txt
<havenwood> we can update those
<havenwood> it's just a question of what they should go to
<chrisseaton> havenwood: which of those lines apply to macOS though?
<havenwood> chrisseaton: ah, right - in that case it's not ruby-install's fault
<havenwood> chrisseaton: I misread what you wrote. That makes sense. Never mind me!
<chrisseaton> Ideally the error message would say who was saying this! JRuby, ruby-install, macOS, or something else entirely.
<havenwood> chrisseaton: Ah, was it ruby-build??
<chrisseaton> havenwood: errr... which is the plugin for rbenv?
<havenwood> The ruby-build and ruby-install tools are too similarly named.
<havenwood> chrisseaton: ruby-build
<havenwood> chrisseaton: ruby-install is written by the same author as chruby
<havenwood> ruby-build by same author as rbenv, and more closely integrated
<chrisseaton> havenwood: yes this has 'require_java7' in it I see now
<chrisseaton> I will open an issue, thanks
<havenwood> A tangential question, but should we switch ruby-install deps to Java 8? Do all supported JRuby versions work well with Java 8?
<havenwood> I guess RVM has been doing OpenJDK 1.8 with fallback to 1.7 for a long while.
<chrisseaton> I don't know - I thought JRuby worked with 9 but trying it now I get 'An illegal reflective access operation has occurred' with jruby-9.1.13.0 - I guess that must be fixed on latest since headius has definitely says JRuby works with Java 9
<chrisseaton> Oh, no the issue is still open actually https://github.com/jruby/jruby/issues/4111
<chrisseaton> I guess I'll install Java 8 for now
<chrisseaton> Ah but here headius says it does work fine on Java 9 https://github.com/jruby/jruby/issues/4558#issuecomment-295303107
_whitelogger has joined #jruby
_whitelogger has joined #jruby
claudiuinberlin has joined #jruby
_whitelogger has joined #jruby
_whitelogger has joined #jruby
SuperTaz has joined #jruby
olle has joined #jruby
p0deje has joined #jruby
shellac has joined #jruby
olle has quit [Quit: olle]
<p0deje> hey guys
<p0deje> anyone tried building jruby on jdk 9?
<GitHub46> [jruby] p0deje opened issue #4799: SSL issues when building JRuby on Java 9 https://git.io/vdZFU
<p0deje> ^ it fails for me, but succeeds on JDK 8
shellac has quit [Quit: Computer has gone to sleep.]
olle has joined #jruby
olle has quit [Quit: olle]
shellac has joined #jruby
shellac has quit [Quit: Computer has gone to sleep.]
p0deje has quit [Read error: Connection reset by peer]
<GitHub150> [jruby-openssl] kares closed pull request #143: Improve jvm version detection for java 9 (master...drop-below-1.7.20) https://git.io/vdIdb
<GitHub152> [jruby-openssl] kares closed issue #142: JVM version detection breaks on java 9 https://git.io/vdIda
<GitHub45> [jruby-openssl] kares pushed 1 new commit to master: https://git.io/vdZAq
<GitHub45> jruby-openssl/master f86bc0b Ketan Padegaonkar: Improve jvm version detection for java 9 (#143)...
p0deje has joined #jruby
<travis-ci> jruby/jruby-openssl (master:f86bc0b by Ketan Padegaonkar): The build is still failing. (https://travis-ci.org/jruby/jruby-openssl/builds/281880576)
p0deje has quit [Quit: www.textualapp.com]
p0deje has joined #jruby
olle has joined #jruby
p0deje_ has joined #jruby
p0deje has quit [Ping timeout: 246 seconds]
olle has quit [Quit: olle]
p0deje_ has quit [Ping timeout: 240 seconds]
olle has joined #jruby
shellac has joined #jruby
shellac has quit [Quit: Computer has gone to sleep.]
p0deje has joined #jruby
scatterp has quit [Ping timeout: 248 seconds]
p0deje has quit [Quit: zzz…]
scatterp has joined #jruby
damnski has quit [Ping timeout: 252 seconds]
damnski has joined #jruby
p0deje has joined #jruby
<olle> I’m snooping around in whitequark’s Parser gem, trying to add jruby to the test suite. The usual.
<olle> https://github.com/whitequark/parser/pull/374#issuecomment-333382600 Here’s the failure I get. Does it make sense to you?
<olle> “NoMethodError: undefined method `trace' for TracePoint:Class"
p0deje has quit [Ping timeout: 248 seconds]
<olle> I am guessing it oughta be TracePoint.new instead of TracePoint.trace
<olle> (Application code weirdness.)
temporal_ has joined #jruby
temporalfox has quit [Ping timeout: 246 seconds]
olle has quit [Quit: olle]
p0deje has joined #jruby
p0deje has quit [Ping timeout: 240 seconds]
olle has joined #jruby
olle has quit [Quit: olle]
p0deje has joined #jruby
olle has joined #jruby
p0deje has quit [Ping timeout: 260 seconds]
jeremyevans has quit [Quit: leaving]
jeremyevans has joined #jruby
claudiuinberlin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<GitHub55> [jruby-openssl] kares pushed 3 new commits to master: https://git.io/vdn3R
<GitHub55> jruby-openssl/master a20a24d kares: [build] get rid of old JRuby profiles and 1.8 mode, for good hopefully
<GitHub55> jruby-openssl/master 4e4209d kares: actually, JRuby 1.7.20 might still be good to go?
<GitHub55> jruby-openssl/master 3c30b34 kares: [travis-ci] adjust test matrix - include some 9.1.13.0 testing
p0deje has joined #jruby
<travis-ci> jruby/jruby-openssl (master:3c30b34 by kares): The build was fixed. (https://travis-ci.org/jruby/jruby-openssl/builds/281972369)
p0deje has quit [Ping timeout: 240 seconds]
rdubya has joined #jruby
rdubya has quit [Client Quit]
<GitHub121> [jruby] olleolleolle opened issue #4800: TracePoint: Support .trace https://git.io/vdnZT
rdubya has joined #jruby
rdubya has quit [Client Quit]
scatterp has quit [Ping timeout: 240 seconds]
p0deje has joined #jruby
rdubya has joined #jruby
rdubya has quit [Client Quit]
rdubya has joined #jruby
rdubya has quit [Client Quit]
p0deje has quit [Ping timeout: 248 seconds]
olle has quit [Quit: olle]
rdubya has joined #jruby
rdubya has quit [Client Quit]
rdubya has joined #jruby
rdubya has quit [Client Quit]
rdubya has joined #jruby
rdubya has quit [Client Quit]
<GitHub46> [jruby-openssl] kares created PR-140 (+3 new commits): https://git.io/vdnl1
<GitHub46> jruby-openssl/PR-140 142c0a0 Ronald Tschalär: Fix formatting of IPv6 addresses....
<GitHub46> jruby-openssl/PR-140 1c6eed0 Ronald Tschalär: Fix subjectAltName parsing to always generate GeneralNames....
<GitHub46> jruby-openssl/PR-140 d907a4a kares: Merge remote-tracking branch 'roadrunner2/subject-alt-name-parsing-fixes' into PR-140...
p0deje has joined #jruby
rdubya has joined #jruby
rdubya has quit [Client Quit]
p0deje has quit [Ping timeout: 240 seconds]
<GitHub146> [jruby-openssl] kares closed pull request #140: Subject alt name parsing fixes (master...subject-alt-name-parsing-fixes) https://git.io/v7wwp
<GitHub15> [jruby-openssl] kares pushed 1 new commit to master: https://git.io/vdn8O
<GitHub15> jruby-openssl/master b852b51 roadrunner2: subject alt name parsing fixes (#140)...
<GitHub60> [jruby-openssl] kares closed issue #134: X509ExtensionFactory generates incorrect extension for subjectAltName https://git.io/vHT6R
<travis-ci> jruby/jruby-openssl (PR-140:d907a4a by kares): The build passed. (https://travis-ci.org/jruby/jruby-openssl/builds/282005052)
rdubya has joined #jruby
rdubya has quit [Client Quit]
claudiuinberlin has joined #jruby
rdubya has joined #jruby
rdubya has quit [Client Quit]
shellac has joined #jruby
rdubya has joined #jruby
rdubya has quit [Client Quit]
rdubya has joined #jruby
rdubya has quit [Client Quit]
claudiuinberlin has quit [Quit: Textual IRC Client: www.textualapp.com]
rdubya has joined #jruby
rdubya has quit [Client Quit]
<GitHub189> [jruby] zebralight opened issue #4801: "gem install bundler" times out instead of installing normally https://git.io/vdnBp
shellac has quit [Quit: Computer has gone to sleep.]
shellac has joined #jruby
rdubya has joined #jruby
rdubya has quit [Client Quit]
shellac has quit [Quit: Computer has gone to sleep.]
shellac has joined #jruby
rdubya has joined #jruby
rdubya has quit [Client Quit]
rdubya has joined #jruby
rdubya has quit [Client Quit]
p0deje has joined #jruby
shellac has quit [Quit: Computer has gone to sleep.]
p0deje has quit [Quit: zzz…]
p0deje has joined #jruby
p0deje has quit [Ping timeout: 240 seconds]
Joufflu has joined #jruby