summaryrefslogtreecommitdiff
path: root/test/ruby/test_array.rb
AgeCommit message (Expand)Author
2018-07-22fix sum on infinitynobu
2018-04-19Introduce endless range [Feature#12912]mame
2018-04-17Remove the disabled old tests for Ruby 1.8/1.9 feature changemame
2018-04-17Use assert(false) for the path that is expected unreachablemame
2018-03-29array.c: yield blockarg in collectnobu
2018-03-15test_array.rb (test_slice!): moved misplaced testnobu
2018-02-25Add a new #filter alias for #selecteregon
2018-01-11vm_insnhelper.c: search in the indexing ordernobu
2017-12-12Add FrozenError as a subclass of RuntimeErrorshyouhei
2017-10-22Fixed misspelling words.hsbt
2017-09-29array.c: improve operations on small arraysnobu
2017-08-30array.c: integer calculationsnobu
2017-08-29array.c: join encodingnobu
2017-08-29test/ruby: tweaked heredocsnobu
2017-05-12array.c: fix position in messagenobu
2017-05-12array.c: check position to insertnobu
2017-04-21Removed mathn.rb from stdlib. It's deprecated from Ruby 2.2.hsbt
2017-04-06Rename RbConfig::Limits as RbConfig::LIMITSnobu
2017-04-01array.c: Array#append and Array#prependnobu
2017-03-02test: use RbConfig::Limitsnobu
2017-02-18array.c: check if numericnobu
2016-12-20array.c: do not resize to less than 0rhe
2016-12-20array.c: check array length every time after yieldingrhe
2016-12-17Increase timeoutnaruse
2016-12-06array.c, enum.c: change sum algorithmmrkn
2016-12-05random.c: private randnobu
2016-10-12test_array.rb: do not assume stable sortnobu
2016-09-08* array.c (flatten): use rb_obj_class instead of rb_class_ofktsj
2016-08-27multiple argumentsnobu
2016-05-19* test/ruby/test_array.rb (TestArray#test_push_over_ary_max): it seems to takeusa
2016-05-17Use Integer instead of Fixnum and Bignum.akr
2016-05-01Fix rb_ary_sum for mathnmrkn
2016-04-24* test/ruby/test_array.rb: Add test cases for Array#sum withyui-knk
2016-04-15* array.c (rb_ary_sum): Don't yield same element twice.akr
2016-04-15* array.c (rb_ary_sum): Fix SEGV by [1/2r, 1].sum.akr
2016-04-15array.c (rb_ary_sum): use rb_rational_add directlymrkn
2016-04-15array.c: sum for Rational and Float mixed arraysmrkn
2016-04-15* test/ruby/test_array.rb (test_sum): add assertions for Rational andmrkn
2016-04-14add assertions.akr
2016-04-14add an assertion.akr
2016-04-14* array.c (rb_ary_sum): Support the optional argument, init, and block.akr
2016-04-13* array.c (rb_ary_sum): Array#sum is implemented.akr
2016-03-17* array.c (rb_ary_max, rb_ary_min): Array#max and Array#min added.mame
2016-03-08test/ruby/test_array.rb: split permute + stack error tests out.headius
2016-02-19test/ruby: suppress parser warningsnobu
2016-01-26increase timeout for Solaris 10 SPARCnaruse
2016-01-23Add test for Array#keep_ifnobu
2015-12-16Add frozen_string_literal: false for all filesnaruse
2015-12-12object.c: raise TypeErrornobu
2015-11-09dignobu