rdubya has joined #jruby
rdubya has quit [Client Quit]
_whitelogger has joined #jruby
SuperTaz has quit [Ping timeout: 240 seconds]
Puffball has quit [Remote host closed the connection]
Puffball has joined #jruby
_whitelogger has joined #jruby
damnski has quit [Ping timeout: 258 seconds]
damnski has joined #jruby
<GitHub68> [jruby] mkristian opened issue #4805: can not require openssl with jkd9 https://git.io/vdBOn
claudiuinberlin has joined #jruby
bga57 has quit [Ping timeout: 258 seconds]
shellac has joined #jruby
<kares> enebo: hey, regarding appraisal you're right - it should not matter
<kares> but on a related subject: was thinking about how to (eventually) do the release for 5.x
<kares> we will need to branches and separate releases, right? for 5.0.x and 5.1.x (and latest 5.2) - which is a lot of work ;(
<kares> but that was the plan, right? and not that AR-JDBC 5.0.smt will handle all AR 5.x ... really just throwing ideas here
jeremyevans has quit [Ping timeout: 240 seconds]
vtunka has joined #jruby
claudiuinberlin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<eregon> headius: Hi, yeah it's not obvious to me what happens even though I had a good look at the code
claudiuinberlin has joined #jruby
<eregon> headius: When you're there, could you take a look at my 2 JNR-POSIX/FFI PRs? That fixes warnings for Java 9
vtunka has quit [Quit: Leaving]
claudiuinberlin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
shellac has quit [Quit: Computer has gone to sleep.]
vtunka has joined #jruby
vtunka has quit [Client Quit]
shellac has joined #jruby
<GitHub21> [jruby] eregon pushed 1 new commit to master: https://git.io/vdB4r
<GitHub21> jruby/master 73b0114 Benoit Daloze: add tags for failing specs
<eregon> I usually don't have time to build jruby & run specs when updating specs, so please tag new failing specs if you notice failures in CI :)
vtunka has joined #jruby
claudiuinberlin has joined #jruby
claudiuinberlin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
claudiuinberlin has joined #jruby
jeremyevans has joined #jruby
claudiuinberlin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
shellac has quit [Quit: Computer has gone to sleep.]
claudiuinberlin has joined #jruby
shellac has joined #jruby
bbrowning_away is now known as bbrowning
rdubya has joined #jruby
claudiuinberlin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
claudiuinberlin has joined #jruby
claudiuinberlin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
claudiuinberlin has joined #jruby
claudiuinberlin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
claudiuinberlin has joined #jruby
lanceball has quit [Ping timeout: 240 seconds]
rdubya has quit [Quit: Leaving.]
vtunka has quit [Quit: Leaving]
lanceball has joined #jruby
rdubya has joined #jruby
claudiuinberlin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<GitHub10> [jruby] enebo closed issue #3611: JDK9 + 1.7.x produces io/console warnings https://git.io/vzgfH
claudiuinberlin has joined #jruby
shellac has quit [Read error: Connection reset by peer]
vtunka has joined #jruby
vtunka has quit [Quit: Leaving]
rdubya has quit [Quit: Leaving.]
claudiuinberlin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
claudiuinberlin has joined #jruby
claudiuinberlin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
claudiuinberlin has joined #jruby
claudiuinberlin has quit [Quit: Textual IRC Client: www.textualapp.com]
<headius> eregon: oops didn't see this notification, I'll do that
<headius> eregon: I'm just going to rewrite how we do globals...I can't refit that stupid API
<headius> I plug one hole and another appears. It was never designed for concurrency and there's dozens of races
<headius> probably never found because people rarely update globals, especially across threads
chrisarcand has joined #jruby
akp has joined #jruby
subbu is now known as subbu|lunch
claudiuinberlin has joined #jruby
<headius> enebo: hey, in process of this global thing and wondering if I should key it off symbol or bytelist rather than string
<headius> I don't know if we have any reported bugs about m17n global names but it probably doesn't work right
<enebo> headius: yeah well symbol_love is trying to use RubySymbol but one thing that has me worried about the idea is constants
<headius> worried why?
<enebo> headius: bootstrapping
<enebo> I did manage to get it working for methods so it is probably ok but constant registration is before method definitions
<enebo> for Object/Class/Module
<enebo> although I think it is deferrable
<enebo> but that is the main question
<enebo> anyways symbol_love will be massive codebase change so many things will change so we can just change again if need be to globals infra
<headius> ah, sure I see what you mean
<enebo> headius: but bytelist is a sure thing because it has no bootstrapping issues
<headius> keying off bytelist is simple enough
<enebo> the more I think about that work the more I feel like bytelist would solve the same issues except for it would still maintain the Symbol table stuff similarly to today
<enebo> So RubySymbol is more appealing
<enebo> but most of it is achieved with ByteList and it is less complicated during the genesis of our runtime
claudiuinberlin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
claudiuinberlin has joined #jruby
<chrisarcand> Hi! JRuby's ant/rake integration is just built right in to JRuby, no? Trying to run tests for the activerecord-jdbc-adapter but getting `Errno::ENOENT: No such file or directory - ant` trying to run rake at all (specifically, here: https://github.com/jruby/activerecord-jdbc-adapter/blob/9b5bf8b9440dc58715fe3122a555931f82bf2927/rakelib/compile.rake#L3)
<chrisarcand> (jruby-9.1.13.0)
<headius> ant in path?
<headius> I thought we'd fixed that
<headius> it will try to run ant quickly to get environment details when you require it
<headius> pretty awful error thought
<chrisarcand> This mind sound silly but do I need to install ant separately? I guess I was expecting it to yell at me appropriately if that's the case
<headius> you do and it is silly (silly that we don't ship it)
<headius> I vote we move ant integration to a gem that pulls ant from maven
<chrisarcand> ^ That's partially why I'm so confused, I searched expecting a gem that maybe wasn't added to the project's gemfile but no such ant gem exists it seems.
<chrisarcand> Aye, works great with ant installed and happy. thanks headius
<chrisarcand> Random observation while debugging this: this is still a thing apparently https://github.com/bundler/bundler/issues/1136
subbu|lunch is now known as subbu
<chrisarcand> headius: Should I open an issue somewhere detailing the ant thing...? Would love to see that sort of unexpected awkward barrier removed from people trying out JRuby :)
<headius> yeah do that
<headius> moving to a gem would be trivial and if we use ant integration at all in our build it should be easy to change
claudiuinberlin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
akp has quit [Remote host closed the connection]
akp has joined #jruby
<chrisarcand> headius: *goes to open issue* .... https://github.com/jruby/jruby/issues/2965 :D
claudiuinberlin has joined #jruby
akp has quit [Ping timeout: 248 seconds]
<headius> so that's why I knew the answer
claudiuinberlin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
akp has joined #jruby
claudiuinberlin has joined #jruby
claudiuinberlin has quit [Client Quit]
olle has joined #jruby
claudiuinberlin has joined #jruby
claudiuinberlin has quit [Client Quit]
akp has quit [Remote host closed the connection]
akp has joined #jruby
akp has quit [Remote host closed the connection]
<GitHub9> [jruby] olleolleolle opened pull request #4806: Add Ruby part of TracePoint impl (master...feature/4800-tracepoint-trace) https://git.io/vdRdG
olle has quit [Quit: olle]