summaryrefslogtreecommitdiff
path: root/ext/psych/lib/psych/core_ext.rb
diff options
context:
space:
mode:
authorJeremy Evans <code@jeremyevans.net>2022-08-11 03:16:49 -0700
committerGitHub <noreply@github.com>2022-08-11 19:16:49 +0900
commitcfb9624460a295e4e1723301486d89058c228e07 (patch)
treec1fdcf97204e964f3f79cfc1d40f73473666f1ea /ext/psych/lib/psych/core_ext.rb
parent32d1ce96e09773e809d575c17b916012d88d6ffc (diff)
Fix Array#[] with ArithmeticSequence with negative steps (#5739)
* Fix Array#[] with ArithmeticSequence with negative steps Previously, Array#[] when called with an ArithmeticSequence with a negative step did not handle all cases correctly, especially cases involving infinite ranges, inverted ranges, and/or exclusive ends. Fixes [Bug #18247] * Add Array#slice tests for ArithmeticSequence with negative step to test_array Add tests of rb_arithmetic_sequence_beg_len_step C-API function. * Fix ext/-test-/arith_seq/beg_len_step/depend * Rename local variables * Fix a variable name Co-authored-by: Kenta Murata <3959+mrkn@users.noreply.github.com>
Notes
Notes: Merged-By: mrkn <mrkn@ruby-lang.org>
Diffstat (limited to 'ext/psych/lib/psych/core_ext.rb')
0 files changed, 0 insertions, 0 deletions