http_GK1wmSU has joined #jruby
http_GK1wmSU has left #jruby [#jruby]
eregon has quit [Quit: No Ping reply in 180 seconds.]
SuperTaz has joined #jruby
eregon has joined #jruby
jeremyevans has quit [Ping timeout: 268 seconds]
byteflame has joined #jruby
byteflame has quit [Client Quit]
byteflame has joined #jruby
byteflame has quit [Quit: leaving]
swills_ has joined #jruby
swills has quit [Ping timeout: 255 seconds]
swills_ has quit [Client Quit]
swills has joined #jruby
jeremyevans has joined #jruby
swills has quit [Ping timeout: 240 seconds]
swills has joined #jruby
swills has quit [Ping timeout: 260 seconds]
prasun has joined #jruby
prasun has quit [Read error: Connection reset by peer]
jeremyevans has quit [Quit: leaving]
vtunka has joined #jruby
swills has joined #jruby
vtunka has quit [Quit: Leaving]
baroquebobcat has joined #jruby
vtunka has joined #jruby
baroquebobcat has quit [Quit: baroquebobcat]
vtunka has quit [Quit: Leaving]
drbobbeaty has joined #jruby
vtunka has joined #jruby
drbobbeaty has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
shellac has joined #jruby
vtunka has quit [Quit: Leaving]
drbobbeaty has joined #jruby
deathy_ has quit [Ping timeout: 255 seconds]
deathy_ has joined #jruby
baroquebobcat has joined #jruby
baroquebobcat has quit [Client Quit]
baroquebobcat has joined #jruby
baroquebobcat has quit [Client Quit]
<GitHub131> [jruby] kares closed issue #3690: Significant increase in memory use switching from 9.0.1.0 to 9.1.0.0-SNAPSHOT https://git.io/v2Ivv
vtunka has joined #jruby
lanceball is now known as lance|afk
lance|afk is now known as lanceball
shellac has quit [Quit: Computer has gone to sleep.]
<GitHub44> [jruby] straydogstudio opened issue #4733: Array.instance_methods different for jRuby inside Rails https://git.io/v72Tl
shellac has joined #jruby
baroquebobcat has joined #jruby
baroquebobcat has quit [Quit: baroquebobcat]
shellac has quit [Ping timeout: 255 seconds]
vtunka has quit [Quit: Leaving]
swills has quit [Remote host closed the connection]
swills has joined #jruby
swills has joined #jruby
baroquebobcat has joined #jruby
subbu is now known as subbu|lunch
drbobbeaty has quit [Ping timeout: 268 seconds]
drbobbeaty has joined #jruby
subbu|lunch is now known as subbu
baroquebobcat has quit [Quit: baroquebobcat]
baroquebobcat has joined #jruby
subbu is now known as subbu|afk
<GitHub131> [jruby] headius pushed 2 new commits to ruby-2.4: https://git.io/v72SV
<GitHub131> jruby/ruby-2.4 6641b2b Charles Oliver Nutter: Swap these.
<GitHub131> jruby/ruby-2.4 71cae54 Charles Oliver Nutter: Tweaks for io/wait and select logic to better match MRI.
baroquebobcat has quit [Quit: baroquebobcat]
subbu|afk is now known as subbu
swills has quit [Remote host closed the connection]
baroquebobcat has joined #jruby
<headius> lopex: I think we discussed this a bit before but have you looked at the other unicode 9 updates in 2.4?
<headius> I'm tagging off most stuff related to the case-folding and unicode updates, but trying to get a better handle on what's needed
<headius> 4731 will track that
<lopex> headius: I'll update that
<headius> lopex: it seems like more than just updating tables
<headius> this is one I'm tagging in prep for merging 2.4 to master
baroquebobcat has quit [Quit: baroquebobcat]
<lopex> headius: but it seems it's mostly new properties
bbrowning is now known as bbrowning_away
<lopex> headius: also, \X is already implemented in joni
drbobbeaty has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
swills has joined #jruby
<headius> right, we don't blow up on this but it doesn't match either
<lopex> yeah, but it might be the tables alone ?
<lopex> \X acts like a macro around \P actually
<lopex> so it should be just a property lookup
<lopex> ah, it was changed
<lopex> ok
<lopex> headius: only this one needs to be ported https://github.com/ruby/ruby/blob/trunk/regparse.c#L5708
<lopex> parser/token type/etc are already in place
<lopex> this one is longish though
<headius> heh, only 1500 lines
<headius> I won't be doing that before merging :-)
<lopex> 1500 ?
<lopex> I only counted like 750
baroquebobcat has joined #jruby
<GitHub128> [jruby] headius pushed 6 new commits to ruby-2.4: https://git.io/v7aTK
<GitHub128> jruby/ruby-2.4 fd5bc37 Charles Oliver Nutter: Tag json + bignum test from MRI (flori/json#336).
<GitHub128> jruby/ruby-2.4 1404327 Charles Oliver Nutter: Tag two Regexp tests that are related to Unicode update. #4731
<GitHub128> jruby/ruby-2.4 d91b39f Charles Oliver Nutter: Fix casecmp tag for #4731.
<headius> lopex: perhaps I scrolled too far
<lopex> "Hangul syllables such as gag (which may be a single character, or a sequence of conjoining jamos)"
<lopex> so I wonder if polish Ą and Ę have actually two representations
<lopex> since the tail type is the same
<lopex> the one wich specific code point, and a one with ordinary A / E and a accent modifier
<lopex> *an
<lopex> Martin Duerst would know
<lopex> ch is also heavily used in polish
<lopex> but havent seen special glyph to fir either
<lopex> and we have lots of those
<lopex> cz, sz, rz, etc
baroquebobcat has quit [Quit: baroquebobcat]
<lopex> headius: yeah, they just build ast by hand here for example: http://unicode.org/reports/tr29/#Regex_Definitions
<lopex> that's why it's so long
<lopex> that's why so many quantifier and alt nodes
<headius> oh I see
<lopex> and feed some char classes
<lopex> java version weill be 3x smaller easily
<lopex> *will
<GitHub154> [jruby-openssl] headius opened issue #139: SSL engine closes during FTP+SSL test https://git.io/v7atS
baroquebobcat has joined #jruby
baroquebobcat has quit [Client Quit]
<headius> lopex: that's great :-)
drbobbeaty has joined #jruby