Puffball has quit [Remote host closed the connection]
Puffball has joined #jruby
claudiuinberlin has joined #jruby
shellac has joined #jruby
shellac has quit [Quit: Computer has gone to sleep.]
claudiuinberlin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
claudiuinberlin has joined #jruby
Puffball has quit [Remote host closed the connection]
<kares>
rdubya: enebo: still feel like this is an over-kill for anything except PG -> which is simply over designed by Rails itself
<kares>
actually wanted to move towards 'optimizing' the low level (such as extracting raw bytes knowing an encoding) and I see this as an indirection
hosiawak has joined #jruby
<hosiawak>
Good morning. I downloaded jruby-dist-9.1.16.0-bin.tar.gz but when I try to run "./bin/jruby" I get "jruby: invalid extended option +T (-X will list valid options)" - any ideas ?
<hosiawak>
ok, I have some old JRUBY_OPTS from 7 years ago :)
jrafanie has joined #jruby
jrafanie has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<GitHub164>
jruby/ruby-2.5 113bde3 Miguel Landaeta: String#delete_prefix! must check if self is frozen before doing any mutation
<GitHub164>
jruby/ruby-2.5 77cc454 Miguel Landaeta: String#delete_suffix must return a copy of self when there is no match
<GitHub164>
jruby/ruby-2.5 2e1987d Miguel Landaeta: String#delete_prefix must return a copy of self when there is no match
<GitHub164>
[jruby] kares pushed 6 new commits to ruby-2.5: https://git.io/vxEvb
lanceball has joined #jruby
lanceball has quit [Changing host]
<enebo>
kares: rdubya and I talked about this PR a bit and think we can remove what was ColumnData and his TypeData to reduce that entire equivalent amount of boxing
<enebo>
kares: column type will just be an primitive array of ints
<enebo>
kares: so this need not actually map to a result object either and could just stay sort of how it is now but can remove the current boxing we do.
<GitHub33>
jruby/master 25cc7a0 kares: [fix] make sure we account for fractional part on jd/ordinal/civil etc....
<GitHub33>
jruby/master 247a183 kares: [refactor] override nonzero? check for Fixnum/Bignum/Float/Rational
<GitHub99>
[jruby] kares closed issue #5110: DateTime.jd doesn't set sec_fraction with 9.2.0.0-SNAPSHOT https://git.io/vx0Jd
<enebo>
His PR does not seem to actually much more than what we were doing but adding it to a boxed result type but the more we talked the less I think we actually need that abstraction
<enebo>
more or less we only want the ability for specific adapters to override some javaToRuby sort of behavior
<enebo>
we do have that today
<rdubya>
kares: I talked with enebo on friday and I have some changes that I'm making to it that will hopefully clear up some of your concerns and will potentially be more performant that the current setup
<rdubya>
hoping to have that up today/tomorrow
jrafanie has joined #jruby
hosiawak` has joined #jruby
hosiawak has quit [Ping timeout: 276 seconds]
drbobbeaty has quit [Read error: Connection reset by peer]
hosiawak` has quit [Read error: Connection reset by peer]
jrafanie_ has joined #jruby
jrafanie has quit [Ping timeout: 256 seconds]
<kares>
rdubya: sounds great, looking forward :)
<kares>
enebo: guess the new stuff is overiding + sub-classing but we shall see
<kares>
BTW> regarding the joda upgrade, do we need to regenerate the TZ data ?
<headius>
mdrob: it's mostly a JVM issue but --dev helps a great deal for most people
<lopex>
headius: did you see that cyberchef thingy ?
<headius>
oh I did not
<headius>
looking now
<headius>
mojibaker?
<lopex>
It may come handy
<headius>
yeah interesting utilities
<GitHub174>
[jruby] enebo pushed 2 new commits to ruby-2.5: https://git.io/vxuIj
<GitHub174>
jruby/ruby-2.5 841ae3c Thomas E Enebo: Merge pull request #5108 from nomadium/thread-report-on-exception-default-value-is-now-true...
<GitHub174>
jruby/ruby-2.5 eac996c Miguel Landaeta: Thread.report_on_exception is now true by default...
<GitHub50>
[jruby] enebo closed pull request #5108: Thread.report_on_exception default value is now true (ruby-2.5...thread-report-on-exception-default-value-is-now-true) https://git.io/vxRbV