akp has quit [Remote host closed the connection]
sidx64 has joined #jruby
damnski has quit [Ping timeout: 240 seconds]
sidx64_ has joined #jruby
sidx64 has quit [Read error: Connection reset by peer]
sidx64 has joined #jruby
sidx64_ has quit [Ping timeout: 245 seconds]
claudiuinberlin has joined #jruby
damnski has joined #jruby
<
GitHub14>
[jruby] perlun opened issue #5134: Raising SIGTERM SignalException returns wrong process exit code
https://git.io/vxb7x
headius has quit [Ping timeout: 268 seconds]
headius has joined #jruby
projectodd-ci has joined #jruby
shellac has joined #jruby
claudiuinberlin has joined #jruby
bbrowning_away is now known as bbrowning
akp has joined #jruby
claudiuinberlin has quit [Ping timeout: 260 seconds]
<
GitHub151>
jruby/master 3c10146 kares: BigDecimal - handle sqrt precision calculation more closely to MRIs
<
GitHub151>
jruby/master 5499c95 kares: more BigDecimal cleanup - default div as in 2.4+ (returns Integer)
<
GitHub151>
jruby/master 3e338f6 kares: cleanup BigDecinal internals - review err msgs + NaN/Infinity raising
<
kares>
rdubya: have moved away from AR-JDBC for the time being, did you dug about that binary failure?
<
kares>
happy to help but I need to know which one is it that bothers you e.g. a CI link with a line number
<
kares>
on a related note there's still that binary failure present in AR-JDBC's suite - seems to be broken deep down smw
<
rdubya>
kares: right now the only failures (iirc) are the binary ones I'm referring to
<
rdubya>
and I believe they just showed up when you aren't using prepared statements
<
rdubya>
they used to only fail for when prepared statements were enabled
<
rdubya>
i'll see if i can find a reference for you but the error messages aren't that useful, basically just says two big blobs of data don't match
sidx64 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
sidx64 has joined #jruby
drbobbeaty has quit [Read error: Connection reset by peer]
drbobbeaty has joined #jruby
shellac has quit [Quit: Leaving]
xardion has quit [Remote host closed the connection]
xardion has joined #jruby
akp has quit [Remote host closed the connection]
akp has joined #jruby
sidx64 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
claudiuinberlin has joined #jruby
subbu is now known as subbu|lunch
rdubya1 has joined #jruby
rdubya has quit [Ping timeout: 256 seconds]
rdubya1 has quit [Quit: Leaving.]
rdubya has joined #jruby
<
GitHub25>
jruby/jruby-9.1 55253e7 Charles Oliver Nutter: Missed pom.xml change for new Install4J path.
akp has quit [Remote host closed the connection]
akp has joined #jruby
<
Antiarc>
Jruby doesn't seem to have Zlib.inflate, whereas MRI does. Is there an obvious reason why?
<
Antiarc>
Zlib.deflate is present. Zlib.inflate(Zlib.deflate("foobar")) fails on jruby with a NME, works fine on MRI
sidx64 has joined #jruby
sidx64_ has joined #jruby
subbu|lunch is now known as subbu
<
headius>
Antiarc: well that's strange
<
Antiarc>
Yeah, I thought so too. Seems like something someone would have noticed before! :)
<
headius>
it appears to be defined
<
headius>
it's not set as module method
<
Antiarc>
Hah. That'd do it.
<
headius>
wow, I wonder how long that's been that way
sidx64 has quit [Ping timeout: 268 seconds]
<
Antiarc>
I think that Zlib::Inflate.inflate is the most common usage method, but Zlib.inflate has been usable for several years at least
<
headius>
just didn't do it for the other one
<
headius>
no spec for Zlib.inflate
<
headius>
there's a couple references in MRI tests
<
GitHub156>
jruby/jruby-9.1 a512032 Charles Oliver Nutter: Update MRI zlib excludes.
<
lopex>
why exactly is master suite failing ?
<
duncanm>
wow, cool
Puffball has joined #jruby
akp has quit [Remote host closed the connection]
atambo_ has joined #jruby
qmx_ has joined #jruby
phlebas_ has joined #jruby
electrical__ has joined #jruby
Liothen has quit [*.net *.split]
phlebas has quit [*.net *.split]
qmx has quit [*.net *.split]
electrical_ has quit [*.net *.split]
atambo has quit [*.net *.split]
atambo_ is now known as atambo
qmx_ is now known as qmx
phlebas_ is now known as phlebas
electrical__ is now known as electrical_
Liothen has joined #jruby
Liothen has joined #jruby
<
lopex>
"legacy" makes me a bit cringe
<
GitHub167>
jruby/jruby-9.1 cc93db8 Charles Oliver Nutter: Add test for IO-like objects in IO.copy_stream. #4796
enebo has quit [Ping timeout: 268 seconds]
enebo has joined #jruby
sidx64_ has quit [Ping timeout: 255 seconds]
<
headius>
I wish I had time to look at the multi-tenant JVM options out there like waratek
<
headius>
or some sort of suspended JRuby docker image
<
lopex>
headius: why is master failing now ?
<
headius>
lopex: haven't finished or tagged off 2.5 failures yet
<
headius>
kinda getting pulled in too many directions right now because we want to get 9.1.17 out
<
lopex>
headius: all by hand or what ?
<
GitHub139>
jruby/bytelist_love 6c642aa Thomas E. Enebo: A lot more switching of IR to RubySymbol from ByteList. Only two weird...
<
GitHub139>
jruby/bytelist_love c7cebeb Thomas E. Enebo: Final move to push RubySymbol a bit further through to IR. This is a...
<
headius>
well, I don't want to just blindly tag everything
<
lopex>
headius: btw the whole story docker/java is kind of sad really
<
headius>
some will be minor behavior diffs and others important ones
<
headius>
yeah I know...they're making some efforts in 10 and 11 though
<
lopex>
headius: I wanted to untag quite a few
<
lopex>
headius: maybe we should use nixos for ci :P
<
headius>
I want to get it green this week one way or another
<
lopex>
headius: quite a few fixed by casemapping
<
headius>
along with 9.1 issues finished and a start on helping with arjdbc on pg :-D
<
headius>
still manual for MRI tests but it's not too bad
<
headius>
run without them, compare results
<
lopex>
yeah, manual diff
<
headius>
spec tags can be automatically updated
<
lopex>
seems upto date
<
lopex>
too bad no big company is behind this
<
lopex>
headius: you know that nix greps binaries for it's hashes for automatic history garbage collection?
<
lopex>
crude but it works
<
headius>
I did not know
<
headius>
yeah, simple enough
<
lopex>
just like mark&sweep
<
lopex>
well, kinda
<
lopex>
where politics gets into tech
<
lopex>
but interesting wrt auth rights
<
GitHub102>
jruby/jruby-9.1 fd83bda Charles Oliver Nutter: Move Time#new logic into #initialize as in MRI. Fixes #5125.
kith has joined #jruby
kith has quit [Remote host closed the connection]
<
GitHub165>
jruby/jruby-9.1 03026bf Charles Oliver Nutter: Add spec for Java exception bubbling out of Thread#join and value....
<
GitHub165>
jruby/jruby-9.1 5ce4034 Charles Oliver Nutter: Propagate bubbled Java exceptions like bubbled Ruby exceptions....
<
GitHub69>
[jruby] headius closed issue #2354: Java exceptions do not propagate out of Thread#join
https://git.io/vxAwS