_whitelogger has joined #jruby
sidx64 has joined #jruby
sidx64 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
sidx64 has joined #jruby
travis-ci has joined #jruby
<travis-ci> jruby/jruby (master:705834d by Charles Oliver Nutter): The build was canceled. https://travis-ci.org/jruby/jruby/builds/512969031 [211 min 57 sec]
travis-ci has left #jruby [#jruby]
claudiuinberlin has joined #jruby
shellac has joined #jruby
shellac has quit [Quit: Computer has gone to sleep.]
rusk has joined #jruby
sidx64 has quit [Ping timeout: 250 seconds]
sidx64 has joined #jruby
_whitelogger has joined #jruby
sidx64 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
drbobbeaty has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
shellac has joined #jruby
shellac has quit [Quit: Computer has gone to sleep.]
drbobbeaty has joined #jruby
shellac has joined #jruby
shellac has quit [Quit: Computer has gone to sleep.]
shellac has joined #jruby
<lopex> "The developers implementing case independence in the kernel decided to limit it to the UTF-8 encoding, presumably in the hope of solving the problem without going entirely insane"
rdubya has joined #jruby
rdubya has left #jruby [#jruby]
lucasb has joined #jruby
enebo[m] has joined #jruby
<enebo[m]> kares: you know of any reason not to update postgres jdbc adapter?
<enebo[m]> kares: I realized we no longer need java 6+7 jars too from that PR
<kares[m]> ene
<kares[m]> enebo: we do need older jars, since the driver might be used with older ARs (and thus e.g. on JRuby 1.7)
<kares[m]> enebo: a reason not to update is that we haven't released AR 5X without the postgres jdbc specific hack
<kares[m]> which is actually what Daniel is trying to achieve at https://github.com/jruby/activerecord-jdbc-adapter/pull/994
<kares[m]> guess he hit that while trying to get JNDI support for PG
<enebo> kares[m]: we do not use older ARS for 50+ though since they won't work will they?
<enebo> For those people should continue to use 1.4.x right?
<kares[m]> the JDBC driver version isn't limited with AR-JDBC
<enebo> oh yeah hmm
<kares[m]> we could do that now in the JDBC gem by requiring newer ruby_version
<enebo> yeah we could major rev and then put the floor to 2.5.x maybe
<kares[m]> but since there's a CVE and support for newer auth schemes in the jars there's no reason not to support Java 6/7
<kares[m]> esp. since its meant to be a thin wrapper around the jar -> support the same Java
<enebo> yeah that's true...I just looked at the rm/add on 3 jars and desired less
<enebo> I will let PR person know about this
<kares[m]> the PR seemed fine - we could push it as is (after verifying the jars are not tampered with)
<kares[m]> but we shall update AR not to rely on the PG driver hack or verify the hack is working
<kares[m]> which seems to be the case since the CI run ...
<enebo> yeah I guess it must work since master was green with it
<kares[m]> so I think its good to go unless I forget smt :)
<enebo> unless we don't test directly with those jars in ci and use a gem
<kares[m]> yeah
xardion has quit [Remote host closed the connection]
xardion has joined #jruby
yaauie has joined #jruby
claudiuinberlin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
yaauie has quit [Ping timeout: 256 seconds]
shellac has quit [Ping timeout: 268 seconds]
claudiuinberlin has joined #jruby
claudiuinberlin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
subbu is now known as subbu|lunch
claudiuinberlin has joined #jruby
<OlleJonssonGitte> Hello, a stacktrace which has "block in <main>" instead of "block in (root)", is that normal? https://travis-ci.org/rspec/rspec-core/jobs/514297630#L1662
<OlleJonssonGitte> A stacktrace/an error (sorry for the imprecision)
<enebo> OlleJonssonGitte: I would not be surprised if we just have an older Ruby's error message there but raising in a block would be a simple one-liner where you can see and compare
<OlleJonssonGitte> I did some comparing, and there's _some indirection_ going on. The "boom" is rendered in an Aruba test. I'll keep this one "under investigation" before asking for more detailed assistance.
subbu|lunch is now known as subbu
<enebo> OlleJonssonGitte: ./core/src/main/java/org/jruby/Ruby.java: static final String ROOT_FRAME_NAME = "(root)";
<OlleJonssonGitte> Appreciate it!
<headius[m]> Olle Jonsson (Gitter): if you can isolate where we differ it's easy to fix...I think we started doing <main> before MRI started doing (root) or vice versa and we never matched up
<OlleJonssonGitte> The other matrix elements of the test suite (all versions) pass, though. They're all kinds of versions.
drbobbeaty has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
claudiuinberlin has quit [Quit: Textual IRC Client: www.textualapp.com]
lanceball has joined #jruby
lucasb has quit [Quit: Connection closed for inactivity]
<headius[m]> Olle Jonsson (Gitter): Huh that could be due to changes we've made regarding stack traces (fairly recently) or stuff done over the past year to improve how well we match CRuby trace elements
Antiarc has quit [Ping timeout: 245 seconds]
havenwood has quit [Ping timeout: 268 seconds]
havenwood has joined #jruby
havenwood has quit [Changing host]
havenwood has joined #jruby
Antiarc has joined #jruby
quadz has joined #jruby