<bga57> Oh, dang, I didn't notice that enebo and headius are giving a talk right now at the local ruby meetup.
<bga57> I probably could have made it if I had realized that it was going to be too dark to mow the leaves half an hour ago.
shellac has quit [Quit: Computer has gone to sleep.]
Osho has quit [Ping timeout: 244 seconds]
Osho has joined #jruby
shellac has joined #jruby
kares has quit [Quit: ...]
kares has joined #jruby
Osho has quit [Ping timeout: 244 seconds]
Osho has joined #jruby
shellac has quit [Quit: Computer has gone to sleep.]
drbobbeaty has joined #jruby
shellac has joined #jruby
drbobbeaty has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
drbobbeaty has joined #jruby
shellac has quit [Quit: Computer has gone to sleep.]
emerson is now known as GDPR
shellac has joined #jruby
guyboertje-logst has joined #jruby
<guyboertje-logst> I'm getting an instance of RubyObjectVar3 being passed from JDBC + Sequel into Logstash as a value for a field to be added to an Event.
<guyboertje-logst> Can anyone give clues how one of these reified objects is given while converting a postgres Java SQL timestamp instance to a Ruby object?
<enebo> some coercion must be converting java object to ruby but I am not aware we do that for sql timestamp
<enebo> the objectvar3 just means it is a ruby object with their ivars
xardion has quit [Remote host closed the connection]
xardion has joined #jruby
rdubya has quit [Ping timeout: 252 seconds]
rdubya has joined #jruby
<headius> guyboertje-logst: Do you have a way to log some info about it? obj.getType should show its Ruby type
<headius> if it's a RubyObject* that means it's a custom Ruby class descending directly from Object
<headius> or from another Ruby class that itself descends from Object (i.e. not descending from Array or Hash or anything else)
shellac has quit [Ping timeout: 244 seconds]
<headius> we take a long time to build on ARM
<headius> or at least on the ARM that this raspi3 is running
shellac has joined #jruby
shellac has quit [Quit: Computer has gone to sleep.]
shellac has joined #jruby
shellac has quit [Quit: Computer has gone to sleep.]
subbu is now known as subbu|lunch
<headius> kares: hey I notice you updated jruby-readline this summer and I recently noticed my tty is getting screwed up running jirb
<headius> maybe you can try to reproduce...just compare before/after jirb `stty` outtput
<headius> given the timing I think it's best to just revert the jruby-readline update and try again in 9.2.2
subbu|lunch is now known as subbu
slyphon has quit [Quit: I REGRET NOTHiiiiiiiiiinnnngggg….]
nelsnelson has joined #jruby
<headius> jffi has been updated for 32-bit ARM hardfp
Puffball has quit [Remote host closed the connection]
nelsnelson has quit [Read error: Connection reset by peer]
nelsnelson has joined #jruby
Puffball has joined #jruby
slyphon has joined #jruby
Eiam has quit [Read error: Connection reset by peer]
travis-ci has joined #jruby
<travis-ci> jruby/jruby (master:081d774 by Charles Oliver Nutter): The build has errored. (https://travis-ci.org/jruby/jruby/builds/448529407)
travis-ci has left #jruby [#jruby]
Eiam has joined #jruby
jmalves_ has joined #jruby
jmalves has quit [Read error: Connection reset by peer]
jmalves_ has quit [Read error: Connection reset by peer]
jmalves has joined #jruby
jmalves has quit [Read error: Connection reset by peer]
jmalves_ has joined #jruby
<headius> bull
drbobbeaty has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<lopex> why so many failures
<headius> still some flaky tests to find
<lopex> those invalid byte sequence to ?
jmalves_ has quit [Read error: Connection reset by peer]
jmalves has joined #jruby
<headius> What?
nels has joined #jruby
nelsnelson has quit [Ping timeout: 250 seconds]
<lopex> headius: so that conditionn for US-ASCII seems to be too broad
<headius> link me again, I had to reboot
<headius> I need to review this PR to see if there's actually anything good in it
<lopex> so how 7bit should be represented in marshal ?
<lopex> yea, I clicked it too fast
<headius> it was done prior to and then in parallel with enebo's symbol encoding fixes for 9.2, but for whatever reason I never merged this
<lopex> but those combinations of USASCIIEncoding and ASCIIEncoding seem fishy
<headius> I don't remember what it does above and beyond enebo's work
<headius> yeah
<lopex> enc != USASCIIEncoding.INSTANCE && enc != ASCIIEncoding.INSTANCE
<lopex> this seems to lose information
<lopex> since us ascii will blow on non 7bit
<headius> hmm
shellac has joined #jruby
shellac has quit [Client Quit]
<lopex> in mri only us-ascii and utf-8 seem to be special cased
<lopex> so this complication is from that fact than we go through java.lang.String ?
shellac has joined #jruby
shellac has quit [Quit: Computer has gone to sleep.]
drbobbeaty has joined #jruby
<lopex> headius: even being a subset it might be way easier to follow than mri lolzzzz https://github.com/mcfilib/ruby-marshal
shellac has joined #jruby
shellac has quit [Quit: Computer has gone to sleep.]