Conversation
…given For more information, please see feature #15143.
For more information, please see feature #15143.
For more information, please see feature #13784.
For more information, please see feature #13784.
For more information, please see feature #13784.
For more information, please see feature #13784.
For more information, please see feature #13784.
…s-for-select Ruby 2.6: Add a new #filter alias for #select
For more information, please see feature #14594.
…to-kernel-yield-self Ruby 2.6: Add a new #then alias to Kernel#yield_self
…o-array-enum-env-hash-and-struct Ruby 2.6: Add #to_h with block argument to Array, Enum, ENV, Hash and Struct
…guments For more information, please see feature #15111.
…xy to accept multiple arguments
…-now-accept-multiple-args Ruby 2.6: Hash#merge, Hash#merge! and Hash#update now accept multiple arguments
For more information, please see feature #12912.
For more information, please see feature #12912.
Ruby 2.6: Add endless range
For more information, please see feature #12912.
For more information, please see feature #12912.
For more information, please see feature #12912.
For more information, please see feature #12912.
…ss-range-in-more-methods Ruby 2.6: Add support for endless range in more methods
For more information, please see feature #14230.
For more information, please see feature #14575.
…ver-instead-of-include Ruby 2.6: Switch Range#=== to use cover? instead of include?
* Add Dir#children instance method For more information, please see feature #13969. * Add Dir#each_child instance method For more information, please see feature #13969.
* Symbol support * Properly roll over to bignum at Fixnum limits for endless
This hangs on one of the "crash" cases provided in test_pow. These may have been fixed in 2.6, so should be revisited. See #6161
Need to clarify with ruby-core. Punted to #6161
Do not splat out an incoming array argument for lambdas
44d05d2 to
a04cf2c
Compare
Travis tends to be quite variable in how much CPU you get, which appears to be causing some subprocess launches to be slow enough to time out. In addition, running these tests in parallel on a virtualized environment may attempt to use more cores than are really warranted, slowing down some tests further. This change bumps the CRuby timeout scaling from 10x to 20x and cuts the number of parallel test threads in half.
Differences in lambda argument processing leads to this failing only in full interp and JIT.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is the PR for our ruby-2.6 branch, in progress since earlier this year.
The branch is
ruby-2.6and the tracking issues is #5576.