<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