sidx64 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
sidx64 has joined #jruby
sidx64 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<headius>
good morning
<GitHub96>
[jruby] headius pushed 1 new commit to jruby-9.1: https://git.io/vpfRQ
<GitHub96>
jruby/jruby-9.1 9549f5d Charles Oliver Nutter: Use CRLF newline conversion instead of universal. Fixes #5100....
<GitHub163>
[jruby] headius closed issue #5100: File.open() on Windows without binary flag reading 0x0A (newline) instead of 0x0D (return) https://git.io/vxCrp
nirvdrum has quit [Ping timeout: 240 seconds]
nirvdrum has joined #jruby
<GitHub28>
[jruby] enebo pushed 1 new commit to bytelist_love: https://git.io/vpfuK
<GitHub28>
jruby/bytelist_love 5b69642 Thomas E. Enebo: More accurate valid instance variable method.
<GitHub166>
[jruby] headius closed issue #5098: YAML.load significant performance degradation when JSON string is included https://git.io/vxcLw
<headius>
commits across projects should not autoclose issues
<enebo>
wow
<headius>
or for sure not across organizations
<headius>
it was my psych commit
<enebo>
how would it know?
<enebo>
was it jruby#5098 or something?
<headius>
yeah
<GitHub127>
[jruby] headius reopened issue #5098: YAML.load significant performance degradation when JSON string is included https://git.io/vxcLw
<enebo>
ah yeah too smart
<headius>
just getting the bits pushed for updated psych
<headius>
enebo: I'm running tests locally to avoid having to push a psych pre gem, but if everything looks good I'll release it and that issue will be done
<enebo>
headius: coolio
<GitHub182>
[jruby] headius opened issue #5142: New psych failures with 3.0.3 + updated tests. https://git.io/vpfVW
<GitHub124>
[jruby] enebo pushed 2 new commits to bytelist_love: https://git.io/vpfVV
<GitHub124>
jruby/bytelist_love 63fede2 Thomas E. Enebo: More toString to idString changes....
<GitHub124>
jruby/bytelist_love 88f6ceb Thomas E. Enebo: Another case of String vs RubySymbol from AST. Also allowed removing one more...
<GitHub175>
[jruby] enebo pushed 1 new commit to bytelist_love: https://git.io/vpfr8
<GitHub175>
jruby/bytelist_love 61703bd Thomas E. Enebo: more idString and make accessor methods work with all encodings.
xardion has quit [Remote host closed the connection]
xardion has joined #jruby
edmz_ has joined #jruby
<GitHub194>
[jruby] headius pushed 1 new commit to jruby-9.1: https://git.io/vpf6d
<GitHub194>
jruby/jruby-9.1 7464f3a Charles Oliver Nutter: Do not capture or propagate to main any Unrescuable exceptions....
edmz has quit [Ping timeout: 240 seconds]
edmz_ is now known as edmz
shellac has quit [Quit: Leaving]
claudiuinberlin has joined #jruby
<GitHub28>
[jruby] headius created psych_3_update (+1 new commit): https://git.io/vpfPB
<GitHub28>
jruby/psych_3_update 39b94f2 Charles Oliver Nutter: Update Psych and its tests to 3.0.3.pre1. See #5142....
<headius>
enebo: for the moment I've punted the yaml json perf issue to 9.2...I think we need to address the failures in updating psych
<enebo>
headius: ok sounds good. risk factors stink but how about downgrading psych?
<enebo>
headius: like previous version was also faster
<enebo>
headius: but I don't know what we fixed
<enebo>
by updating it before
<headius>
yeah downgrade is only an option if there wasn't a fix
<headius>
but I think there was
<headius>
well I guess it's still an option if it's not a big dix
<headius>
er...fix
<enebo>
yeah just a thought
<enebo>
I don't want to break someone but who knows perhaps our update was over something trivial
<headius>
we have been waiting to update to psych 3 for quite some time
<headius>
so the last update might be quite old
<GitHub9>
[jruby] headius pushed 1 new commit to jruby-9.1: https://git.io/vpfDn
<GitHub9>
jruby/jruby-9.1 be44d2d Charles Oliver Nutter: Restore original overflow checking in Fixnum step logic.
<GitHub154>
[jruby] enebo pushed 1 new commit to bytelist_love: https://git.io/vpfSo
<GitHub154>
jruby/bytelist_love 070b78c Thomas E. Enebo: more cleanup of string vs symbol usage.
<GitHub39>
[jruby] headius pushed 1 new commit to psych_3_update: https://git.io/vpfS5
<GitHub39>
jruby/psych_3_update 17a9008 Charles Oliver Nutter: Merge branch 'jruby-9.1' into psych_3_update
<GitHub141>
jruby/master 2f4cb26 Thomas E. Enebo: Update to jcoding 1.0.30.
<lopex>
enebo: 9.1 tracks master ?
<enebo>
lopex: what?
<lopex>
enebo: the case mapping is on master
<enebo>
lopex: yeah I knew the case mapping stuff you were fixing was on master but I was unsure if we stopped updating jcodings on jruby-9.1
<lopex>
enebo: we could backport those commits though
<enebo>
lopex: I take it none of the .30 changes would affect jruby-9.1, but I was not sure so I asked if it is ok to be .30 on jruby-9.1
<enebo>
lopex: is the casemap stuff valid for jruby-9.1?
<lopex>
yes
<enebo>
lopex: oh well I guess so then unless the code has diverged enough to make it difficult
<lopex>
I hope not
<enebo>
lopex: ok then please do. I see 9.1.x being around for quite a while
<lopex>
enebo: can I cherrypick commit ranges ?
<enebo>
lopex: sure
<lopex>
enebo: btw it seemed the excludes werent picked up on test:mri:fullint on master
<enebo>
lopex: oh something wrong in Rakefile?
<lopex>
no idea
<enebo>
lopex: you know headius found a problem earlier which was aborting all test runs at a point when an error occurred and it bubbled all the way to the top and would exit the test run
<enebo>
lopex: unless this was only fullint it maybe was that?
<lopex>
oh that's why they were so short running
<lopex>
enebo: I'm runningonly fullint locally
<lopex>
dont have the patience
<enebo>
lopex: I am glad you are running fullint
<lopex>
enebo: 20 mins
<lopex>
should I have a new machine ?
<enebo>
lopex: most is just running int so you are doing more with the full interpreter
<enebo>
int will be quicker than fullint since it does not make CFG and run a pass or two
<GitHub49>
[jruby] enebo pushed 1 new commit to bytelist_love: https://git.io/vpJca
<GitHub49>
jruby/bytelist_love 93fa541 Thomas E. Enebo: Merge branch 'master' into bytelist_love
<GitHub114>
[jruby] headius pushed 2 new commits to jruby-9.1: https://git.io/vpJCv
<GitHub114>
jruby/jruby-9.1 8df67c9 Charles Oliver Nutter: Revert "Restore old PATH logic used by pure-Java processes."...
<GitHub114>
jruby/jruby-9.1 0f3067a Charles Oliver Nutter: Remove and properly ignore testapp executable.
<GitHub81>
[jruby] headius pushed 3 new commits to jruby-9.1: https://git.io/vpJ8A
<GitHub81>
jruby/jruby-9.1 a0b93c1 Charles Oliver Nutter: Align UnboundMethod#owner with Method#owner.
<GitHub81>
jruby/jruby-9.1 52cc063 Charles Oliver Nutter: Deprecate and rename misleading RubyNumeric.dbl2num method.
<GitHub81>
jruby/jruby-9.1 462c075 Charles Oliver Nutter: Our dbl2num is not the same as MRI DBL2NUM. Use newFloat.