<GitHub49>
jruby/master d83d15b Uwe Kubosch: [embed] Handle exception cause with null message (#5146)
<GitHub159>
[jruby] kares deleted handle_exception_cause_with_null_message at 4009259: https://git.io/vpctX
guilleiguaran has joined #jruby
projectodd-ci has joined #jruby
7GHAANFCG has quit [*.net *.split]
bga57 has quit [*.net *.split]
lanceball has quit [*.net *.split]
Liothen has quit [*.net *.split]
rtyler has joined #jruby
Aethenelle has joined #jruby
joast has joined #jruby
ChrisBr has joined #jruby
Liothen has joined #jruby
nirvdrum has joined #jruby
7GHAANFCG has joined #jruby
lanceball has joined #jruby
bga57 has joined #jruby
rdubya has joined #jruby
amitchellbullard has quit []
amitchellbullard has joined #jruby
phlebas has quit []
phlebas has joined #jruby
zph has quit []
zph has joined #jruby
rdubya has quit [Quit: Leaving.]
xardion has quit [Remote host closed the connection]
hoodow_ has joined #jruby
hoodow_ has joined #jruby
hoodow_ has quit [Changing host]
xardion has joined #jruby
hoodow has quit [*.net *.split]
akp has quit [Remote host closed the connection]
<GitHub143>
jruby/bytelist_love bbba978 Thomas E. Enebo: Merge branch 'master' into bytelist_love
<GitHub143>
[jruby] enebo pushed 3 new commits to bytelist_love: https://git.io/vpciz
<GitHub143>
jruby/bytelist_love ad79660 Thomas E. Enebo: Address a couple of comments from PR and change some obvious RubySymbol...
<GitHub143>
jruby/bytelist_love e1f6790 Thomas E. Enebo: Use bytelist since we technically only have one encoding at play here...
<enebo>
lopex: my mind is blank...name an non-ascii supporting encoding
<lopex>
enebo: utf 16 32
<lopex>
enebo: you mean non ascii-compatible ?
<GitHub52>
[jruby] headius pushed 10 new commits to master: https://git.io/vpcDX
<GitHub52>
jruby/master 103a786 Charles Oliver Nutter: Restore old blocking mode, not just inverse of requested.
<GitHub52>
jruby/master 60636e1 Charles Oliver Nutter: Tag eval coverage spec for now.
<GitHub52>
jruby/master 1954efa Charles Oliver Nutter: Set join encoding based on first string appended. (2.5)
rdubya has joined #jruby
akp has joined #jruby
akp has quit [Ping timeout: 264 seconds]
akp has joined #jruby
<enebo>
lopex: I mean something which has no ascii characters not neccesarily the bytes for those characters
<enebo>
Perhaps I have answered my own question over lunch though
akp has quit [Ping timeout: 240 seconds]
<enebo>
I am not sure a type (module/class) can be non-ascii in Ruby
<enebo>
oh not start with ascii char
<enebo>
oh hmm we do isUpperCase on character
<enebo>
maybe we can have capitlized greek chars
<enebo>
but I still want something which cannot have 'a-zA-Z' in it
<enebo>
lopex: I am trying to see if we can ever have a scenaro where we mix hash string chars #<0x:sdkljfsksdfjl {something which is totallty not compatible with ascii chars} >
<lopex>
enebo: afaik jcodings considers all encodings to be able to use 0..127 codepoints
<lopex>
so maybe in that sense all are ascii compat
<lopex>
I think jcodings is wrong wrt ebcdic for that btw