drbobbeaty has joined #jruby
sidx64 has joined #jruby
<GitHub195> [jruby] kares pushed 1 new commit to master: https://git.io/vpvg5
<GitHub195> jruby/master 5560cd1 kares: [refactor] cache normalized (strip-ed) BigDecimal value - for re-use
sidx64_ has joined #jruby
sidx64 has quit [Ping timeout: 264 seconds]
sidx64 has joined #jruby
sidx64_ has quit [Ping timeout: 268 seconds]
claudiuinberlin has joined #jruby
projectodd-ci has quit []
<GitHub86> [jruby] kares pushed 1 new commit to master: https://git.io/vpvP7
<GitHub86> jruby/master e4ac257 kares: [test] ubygems.rb was removed from RGs + no need to require 'rubygems'
ebarrett has quit [Quit: WeeChat 1.9.1]
<GitHub16> [jruby] kares closed issue #4200: BigDecimal multiplication with Rational produces garbage digits within the requested precision. https://git.io/vPYV7
claudiuinberlin has quit [Read error: No route to host]
<travis-ci> jruby/jruby (master:e4ac257 by kares): The build was fixed. (https://travis-ci.org/jruby/jruby/builds/367045262)
shellac has joined #jruby
<travis-ci> kares/jruby (master:a4e0955 by kares): The build was fixed. (https://travis-ci.org/kares/jruby/builds/367077609)
<lopex> FIXED
sidx64 has quit [Read error: Connection reset by peer]
sidx64 has joined #jruby
<travis-ci> kares/jruby (master:706f102 by kares): The build passed. (https://travis-ci.org/kares/jruby/builds/367113873)
<GitHub87> [jruby] kares pushed 1 new commit to jruby-9.1: https://git.io/vpfLd
<GitHub87> jruby/jruby-9.1 3c691ec kares: [fix] self-concat of array fails when not using len copyInto overload...
<GitHub90> [jruby] kares pushed 4 new commits to master: https://git.io/vpfLp
<GitHub90> jruby/master 706f102 kares: [refactor] go directly to overload-ed splice(...) checking not needed
<GitHub90> jruby/master a4e0955 kares: [refactor] reduce long to (int) cast ... fail early on long array index
<GitHub90> jruby/master 54dcae4 kares: [refactor] RubyArray splicing - to avoid double checking + legacy flag
<GitHub20> [jruby] kares closed issue #5141: Multiple Array#concat calls for single-element array throws ConcurrencyError https://git.io/vpexu
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
<travis-ci> jruby/jruby (jruby-9.1:9549f5d by Charles Oliver Nutter): The build passed. (https://travis-ci.org/jruby/jruby/builds/367196571)
<headius> er, I didn't close that
<headius> ugh
<enebo> heh
<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
<enebo> kares: RuntimeError: failed to execute: psql -v ON_ERROR_STOP=1 -q -f db/structure.sql test_rake_db
<enebo> kares: do you happen to know if this was working earlier? Looks like travis cannot find psql
<GitHub17> [jruby] headius pushed 1 new commit to master: https://git.io/vpfHP
<GitHub17> jruby/master ef34483 Charles Oliver Nutter: Merge branch 'jruby-9.1'
<headius> ok, I need a lunch break
<headius> eregon: I forget, did you get a chance to document how you update specs?
<headius> #5140 wants to update specs but we should use the right process, and I'm not sure what the commands are
bbrowning is now known as bbrowning_away
<travis-ci> kares/jruby (master:379b18f by kares): The build passed. (https://travis-ci.org/kares/jruby/builds/367277806)
<GitHub49> [jruby] headius pushed 2 new commits to jruby-9.1: https://git.io/vpfNv
<GitHub49> jruby/jruby-9.1 64cfd1e Charles Oliver Nutter: Clean up imports.
<GitHub49> jruby/jruby-9.1 511c05d Charles Oliver Nutter: Restore old PATH logic used by pure-Java processes....
<GitHub105> [jruby] headius pushed 1 new commit to master: https://git.io/vpfN3
<GitHub105> jruby/master 0b88309 Charles Oliver Nutter: Merge branch 'jruby-9.1'
<GitHub197> [jruby] headius pushed 1 new commit to psych_3_update: https://git.io/vpfN8
<GitHub197> jruby/psych_3_update f5f6d16 Charles Oliver Nutter: Merge branch 'jruby-9.1' into psych_3_update
xardion has quit [Ping timeout: 268 seconds]
xardion has joined #jruby
GitHub39 has joined #jruby
GitHub39 has left #jruby [#jruby]
<GitHub39> jcodings/master 145955d Marcin Mielzynski: fix case mapping specials
<GitHub39> [jcodings] lopex pushed 1 new commit to master: https://git.io/vpJeg
<GitHub5> [jruby] headius pushed 1 new commit to master: https://git.io/vpJfm
<GitHub5> jruby/master 500f9c0 Charles Oliver Nutter: Use CI env as trigger for verbose specs, as in MRI tests.
<lopex> headius: mind releasing jcodings ?
<headius> lopex: enebo should do it, I have not fixed my sonatype login and running out door right now
claudiuinberlin has quit [Quit: Textual IRC Client: www.textualapp.com]
rdubya has quit [Quit: Leaving.]
GitHub165 has joined #jruby
GitHub165 has left #jruby [#jruby]
<GitHub165> jcodings/master d8edaa9 Thomas E. Enebo: [maven-release-plugin] prepare release jcodings-1.0.30
<GitHub165> [jcodings] enebo pushed 1 new commit to master: https://git.io/vpJmg
GitHub1 has joined #jruby
<GitHub95> [jcodings] enebo pushed 1 new commit to master: https://git.io/vpJmV
GitHub95 has joined #jruby
<GitHub1> [jcodings] enebo tagged jcodings-1.0.30 at 20a0d75: https://git.io/vpJma
GitHub1 has left #jruby [#jruby]
<GitHub95> jcodings/master 1f71e16 Thomas E. Enebo: [maven-release-plugin] prepare for next development iteration
GitHub95 has left #jruby [#jruby]
<lopex> enebo: cool
<enebo> released
<lopex> enebo: what's the typical delay before it's available?
<enebo> lopex: don't know
<enebo> lopex: .30 is there overall indices are not updated but I see it
<enebo> http://search.maven.org/#artifactdetails|org.jruby.jcodings|jcodings|1.0.30|jar
<enebo> lopex: ^ not sure if you wanted this on jruby-9.1 too
<GitHub141> [jruby] enebo pushed 1 new commit to master: https://git.io/vpJGP
<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.