nirvdrum has quit [Ping timeout: 258 seconds]
prasunanand has joined #jruby
camlow325 has quit [Quit: WeeChat 1.5]
baweaver has joined #jruby
prasunanand has quit [Ping timeout: 255 seconds]
nirvdrum has joined #jruby
nirvdrum has quit [Ping timeout: 240 seconds]
Cyrus has quit [Ping timeout: 268 seconds]
hays has joined #jruby
bbrowning_away has quit [Remote host closed the connection]
hays_ has quit [Read error: Connection reset by peer]
Antiarc has quit [Quit: No Ping reply in 180 seconds.]
bbrowning_away has joined #jruby
Antiarc has joined #jruby
bbrowning_away has quit [Remote host closed the connection]
bbrowning_away has joined #jruby
riddley has quit [Ping timeout: 260 seconds]
nirvdrum has joined #jruby
donV has joined #jruby
<GitHub183> [jruby] pobocks opened issue #4569: Upgraded to 9.1.8.0 from 9.0.5.0, now crashing during rake test https://git.io/v9fCT
donV has quit [Quit: donV]
donV has joined #jruby
Cyrus has joined #jruby
etehtsea has joined #jruby
shellac has joined #jruby
riddley has joined #jruby
<GitHub105> [jruby] kares closed issue #4569: Upgraded to 9.1.8.0 from 9.0.5.0, now crashing during rake test https://git.io/v9fCT
etehtsea has quit [Ping timeout: 260 seconds]
shellac has quit [Quit: Computer has gone to sleep.]
Lord_Heini has joined #jruby
shellac has joined #jruby
<Lord_Heini> hi what is the highest ruby version supported by jruby? The doc says 2.x but i can not get any version higher than 2.3.1 to run
donV has quit [Quit: donV]
donV has joined #jruby
vtunka has joined #jruby
donV_ has joined #jruby
donV_ has quit [Client Quit]
donV has quit [Ping timeout: 255 seconds]
donV has joined #jruby
donV has quit [Quit: donV]
Lord_Heini has quit [Quit: leaving]
Lord_Heini has joined #jruby
donV has joined #jruby
<ebarrett> chrisseaton: howdy!
<ebarrett> I'm once again upgrading the VMs we use for the warmup experiment
<chrisseaton> ebarrett: hi
<ebarrett> i've just updated to graal-0.22 -- is there supposed to be a tag on the jruby repo?
<chrisseaton> We forked from JRuby
<ebarrett> oh!
<ebarrett> ah, hence the new logo etc, ok
shellac has quit [Remote host closed the connection]
donV has quit [Quit: donV]
bbrowning_away is now known as bbrowning
shellac has joined #jruby
tcrawley-away is now known as tcrawley
donV has joined #jruby
shellac has quit [Remote host closed the connection]
shellac has joined #jruby
balo_ has joined #jruby
balo_ has quit [Client Quit]
Lord_Hei1i has joined #jruby
Lord_Heini has quit [Ping timeout: 258 seconds]
enebo has joined #jruby
donV has quit [Quit: donV]
donV has joined #jruby
byteflame has joined #jruby
donV has quit [Ping timeout: 240 seconds]
subbu is now known as subbu|breakfast
vtunka has quit [Quit: Leaving]
Lord_Hei1i has quit [Quit: Lost terminal]
subbu|breakfast is now known as subbu
<GitHub98> [jruby] kares pushed 1 new commit to master: https://git.io/v9JnB
<GitHub98> jruby/master fd0a001 kares: refactor current visibility retrieval private into a one liner
baweaver has left #jruby ["Textual IRC Client: www.textualapp.com"]
<GitHub59> [jruby] kares created jrubyc-4469 (+5 new commits): https://git.io/v9Jzc
<GitHub59> jruby/jrubyc-4469 b256a9d kares: include org.jruby.ast.java_signature pkg for ConstructorSignatureNode
<GitHub59> jruby/jrubyc-4469 9ff986e kares: more jrubyc --java cleanup + invent a LOG const, remove useless writers
<GitHub59> jruby/jrubyc-4469 06ab258 kares: clean and dry jrubyc --java implementation, mention on method's doc
<GitHub36> [jruby] kares opened pull request #4570: [jrubyc] respect Ruby visibility rules (do not generate private methods) (master...jrubyc-4469) https://git.io/v9Jgo
riddley has quit [Remote host closed the connection]
riddley has joined #jruby
shellac has quit [Quit: Leaving]
bbrowning is now known as bbrowning_away
byteflame has quit [Ping timeout: 260 seconds]
bbrowning_away is now known as bbrowning
bascule_ has joined #jruby
bascule_ has quit [Client Quit]
subbu is now known as subbu|lunch
byteflame has joined #jruby
byteflame has quit [Ping timeout: 258 seconds]
subbu|lunch is now known as subbu
byteflame has joined #jruby
camlow325 has joined #jruby
donV has joined #jruby
camlow325 has quit [Quit: WeeChat 1.5]
byteflame has quit [Ping timeout: 252 seconds]
byteflame has joined #jruby
shellac has joined #jruby
tcrawley is now known as tcrawley-away
<GitHub74> [jruby] whwilder opened pull request #4571: [ruby 2.4] Implemented Integer#ceil, #floor, and #truncate (ruby-2.4...2.4-integer-ceil-floor-truncate) https://git.io/v9UYh
byteflame has quit [Ping timeout: 255 seconds]
byteflame has joined #jruby
byteflame has quit [Ping timeout: 255 seconds]
bbrowning has quit [Quit: Leaving]
donV has quit [Quit: donV]
shellac has quit [Quit: Computer has gone to sleep.]
enebo has quit [Quit: Leaving.]
<lopex> shit
<lopex> @google unicode grapheme
<lopex> er
<lopex> unicode docs are so confusing
<lopex> I always assumed it's the digraphs lie th in english etc
<lopex> well they can be covered by it
<lopex> ok
<lopex> "Another yet higher-level abstraction of character is that of a grapheme cluster, i.e. a cluster of code points that constitutes a grapheme. All combining character sequences are graphemes, but there are other sequences of code points that are as well; for example \r\n is one"
<lopex> so
<lopex> whats the difference between digraph, english th, and that pesky \r\n ?