rdubya has quit [Ping timeout: 265 seconds]
rdubya has joined #jruby
<headius> test_exception should be green
<GitHub107> [jruby] headius pushed 4 new commits to master: https://git.io/vpnsS
<GitHub107> jruby/master 225be09 Charles Oliver Nutter: Actually bind Exception#full_message and add kwarg logic....
<GitHub107> jruby/master 50ba1a4 Charles Oliver Nutter: Unbreak Exception#cause set during raise from 64d4fd85.
<GitHub107> jruby/master a9aa369 Charles Oliver Nutter: Align float rounding with CRuby 2.5.
xardion has quit [Ping timeout: 240 seconds]
xardion has joined #jruby
<GitHub99> [jruby] headius pushed 2 new commits to master: https://git.io/vpnlt
<GitHub99> jruby/master cf66ceb Charles Oliver Nutter: Allow non-local returns at script root (2.5).
<GitHub99> jruby/master 18849e2 Charles Oliver Nutter: Reapply 5441086d21 lost in later compiler optz commit.
<headius> yeehaw
<GitHub191> [jruby] headius pushed 5 new commits to master: https://git.io/vpn4N
<GitHub191> jruby/master 516b4c3 Charles Oliver Nutter: Dispatch logic change for respond_to_missing?-methods....
<GitHub191> jruby/master 6746915 Charles Oliver Nutter: Properly handle open_args kwarg and arity checks here.
<GitHub191> jruby/master f393ef1 Charles Oliver Nutter: Remove incompletely-ported test from CRuby.
claudiuinberlin has joined #jruby
claudiuinberlin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
claudiuinberlin has joined #jruby
claudiuinberlin has quit [Quit: Textual IRC Client: www.textualapp.com]
drbobbeaty has quit [Ping timeout: 265 seconds]
drbobbeaty has joined #jruby
fidothe has quit []
fidothe has joined #jruby
Scorchin has quit []
Scorchin has joined #jruby
deathy has quit []
deathy has joined #jruby
knowtheory has joined #jruby
flavorjones has quit []
flavorjones has joined #jruby
drbobbeaty has quit [Quit: Textual IRC Client: www.textualapp.com]
drbobbeaty has joined #jruby
adam_ has quit [*.net *.split]
7GHAANFCG has joined #jruby
rdubya has quit [Quit: Leaving.]
snowp has quit []
snowp has joined #jruby
duncanm has quit []
duncanm has joined #jruby
akp has joined #jruby
<GitHub98> [jruby] headius pushed 1 new commit to master: https://git.io/vpctf
<GitHub98> jruby/master 5a8d17b Charles Oliver Nutter: Revert "Reapply 5441086d21 lost in later compiler optz commit."...
<GitHub97> [jruby] enebo pushed 1 new commit to master: https://git.io/vpctR
<GitHub97> jruby/master b9dd399 Thomas E. Enebo: [noci] Update comment
<GitHub47> [jruby] kares closed pull request #5146: Handle exception cause with null message (master...handle_exception_cause_with_null_message) https://git.io/vp31l
<GitHub49> [jruby] kares pushed 1 new commit to master: https://git.io/vpct6
<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
<enebo> oh yeah but who uses that :P
<enebo> I do wonder if IBM even does now
<lopex> enebo: mainframe :P
<enebo> lopex: yeah I imagine they still make "big" iron which can run old shit
<lopex> enebo: and it even complicates ftp
<enebo> they must have ASCII on newer mainframes as a first class thing
<enebo> I would hope EBCIDIC is a legacy thing only now
<lopex> havent touched mainframe in 10 years o so
akp has joined #jruby
<GitHub139> [jruby] enebo pushed 1 new commit to bytelist_love: https://git.io/vpc7G
<GitHub139> jruby/bytelist_love 52a1832 Thomas E. Enebo: Merge branch 'master' into bytelist_love
<GitHub95> [jruby] enebo merged bytelist_love into master: https://git.io/vpc7R
<GitHub119> [jruby] enebo closed pull request #5151: Bytelist love merge (master...bytelist_love) https://git.io/vpneO
<enebo> well take that
<enebo> Hopefully we see largely improvement
<lopex> enebo: woot
subbu is now known as subbu|lunch
rdubya has quit [Quit: Leaving.]
rdubya has joined #jruby
akp has quit [Remote host closed the connection]
akp has joined #jruby
akp has quit [Ping timeout: 260 seconds]
akp has joined #jruby
akp has quit [Ping timeout: 260 seconds]
subbu|lunch is now known as subbu
drbobbeaty has quit [Ping timeout: 255 seconds]
hoodow_ is now known as hoodow
akp has joined #jruby
akp has quit [Ping timeout: 264 seconds]
akp has joined #jruby
akp_ has joined #jruby
akp_ has quit [Client Quit]
akp has quit [Ping timeout: 240 seconds]
drbobbeaty has joined #jruby
<GitHub0> [jruby] headius pushed 4 new commits to master: https://git.io/vpCIi
<GitHub0> jruby/master 43ecac4 Charles Oliver Nutter: I'll get around to fixing this some day. See #2156.
<GitHub0> jruby/master 09d2e29 Charles Oliver Nutter: Exclude Process.initgroups test until we can add to jnr-posix.
<GitHub0> jruby/master c72db7f Charles Oliver Nutter: Use inspect string instead of name for these renders....
bbrowning is now known as bbrowning_away
<GitHub60> [jruby] enebo pushed 1 new commit to master: https://git.io/vpC3c
<GitHub60> jruby/master f6eda64 Thomas E. Enebo: All hail the world of getting better expected token strings in syntax errors
<headius> enebo: you'd think the "big iron" they used to make could run off a raspberry pi now
<headius> those machines are really weird though
<enebo> headius: yeah no doubt they could OTOH they have lots of HA in them
<enebo> but I could probably make hotswappable power supply for a raspi
<headius> right, multiple layers of redundant processors and memory and IO channels
<enebo> BEOWULF
<enebo> IS IT A THING?
<headius> heh raspi can run off USB so just find a battery with passthrough charging
<enebo> I smell a new business
<enebo> GNU COBOL HERE I COME
<GitHub40> [jruby] headius pushed 5 new commits to master: https://git.io/vpCsf
<GitHub40> jruby/master 1e23547 Charles Oliver Nutter: Abort + report should report then abort in 2.5.
<GitHub40> jruby/master e0a96f4 Charles Oliver Nutter: Raise error if there are any args except kwargs for kwargs struct....
<GitHub40> jruby/master 7b93c23 Charles Oliver Nutter: Tag String#-@ deduplication tests that fails during full run.
<lopex> enebo: headius: https://en.wikipedia.org/wiki/Transistor_count sort by trans count
<lopex> L3 cache 128 MB
<lopex> funny
<enebo> ok well you convinced me new mainframes will not be raspis
<enebo> lopex: but I am sure there are some olds ones still heating some buildings
<lopex> yeah, lots of in China
<lopex> enebo: here in Poland the was a time where telcos and banks were getting rid of mainframe
<lopex> we use as/400 still here
<enebo> we tell the same story from where I come from
<lopex> enebo: and actaully we're going to move to utf-8 on as/400 db2
<lopex> and actually I recommended them utf-16 for some columns
<enebo> UTF
<enebo> lopex: nature video: https://www.youtube.com/watch?v=BFVVvVLMr-E
<lopex> enebo: the status quo was always to have custom char comparators (as deeply built in udfs)
<enebo> lopex: the bus factor is huge for those two writers
<enebo> ok well tracking down lex_state bugs makes me really grumpy
<lopex> learned new idiom today https://en.wikipedia.org/wiki/Super_commuter
<lopex> is it really an idiom ?
<enebo> lopex: not where I live
<lopex> but it's used ?
<enebo> lopex: not where I live
<enebo> lopex: although adding 'super' to the front of a term can be a thing
<enebo> so it may have meaning in bar area
<enebo> It is hell on earth
<lopex> bars :P
<enebo> at least if you want to drive during rush hour
<enebo> BAR AREA
<lopex> I commute by bike most of the year
<lopex> an laugh at drivers