summaryrefslogtreecommitdiff
path: root/test/ruby/test_lazy_enumerator.rb
AgeCommit message (Expand)Author
2019-06-01Ignore warnings about argument prefix with operator symbol.Hiroshi SHIBATA
2018-03-13Bug Fix Enumerator::Lazy#uniq state for multiple callnobu
2017-12-12Add FrozenError as a subclass of RuntimeErrorshyouhei
2017-11-05enum.c: check argument firstnobu
2017-11-05test/ruby/test_lazy_enumerator.rb: test for [Bug #14082]nobu
2017-06-10enumerator.c: fix nested mapsnobu
2015-12-31Add test for Enumerator::Lazy#takenobu
2015-12-16* vm.c (vm_make_proc_from_block): should convert a Symbol to a Proc.shugo
2015-12-16Add frozen_string_literal: false for all filesnaruse
2015-12-08enumerator.c: lazy_grep_vnobu
2015-02-28enum.c: Fixnum onlynobu
2014-11-13* test/lib/envutil.rb: Moved from test/ruby/.akr
2014-09-20* enum.c (enum_slice_when): New method: Enumerable#slice_when.akr
2014-05-18* enum.c: Enumerable#slice_after implemented.akr
2014-03-05* test/ruby: get rid of warnings.usa
2013-08-08enumerator.c: fix non-single argumentnobu
2013-07-29Add a frozenness check test for Enumerator::Lazy#initialize.knu
2013-06-18Message is 3rd argument, not 2ndnaruse
2013-03-10git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39711 b2dd03c8-39d4-4d8f-98...headius
2013-02-20enumerator.c: suppress warningsnobu
2013-02-05* enumerator.c: Use to_enum for Enumerable methods returning Enumerators.marcandre
2013-02-05* enumerator.c: Finalize and document Lazy.new. [Bug #7248]marcandre
2013-01-24* enumerator.c (lazy_zip): raise error for bad argumentsmarcandre
2013-01-24* enumerator.c: Optimize Lazy#zip when passed only arraysmarcandre
2013-01-24* enumerator.c: Fix state handling for Lazy#zipmarcandre
2013-01-24* enumerator.c: Fix state handling for Lazy#dropmarcandre
2013-01-24* enumerator.c: Fix state handling for Lazy#drop_whilemarcandre
2013-01-24* enumerator.c: Fix state handling for Lazy#takemarcandre
2013-01-15* test_lazy_enumerator: Test that map & flat_map also require a blockmarcandre
2013-01-14* enumerator.c (lazy_flat_map_func): flat_map should call each onlyshugo
2013-01-14* enumerator.c: Require block for Lazy#{take|drop}_while [Bug #7692]marcandre
2013-01-14* enumerator.c: Fix size for Enumerator::Lazy#flat_mapmarcandre
2012-12-05vm.c: save blockprocvalnobu
2012-11-25Fix test to follow r37838naruse
2012-11-06* enumerator.c: Support for lazy.cycle.sizemarcandre
2012-11-06* enumerator.c: Add support for lazy.drop.sizemarcandre
2012-11-06* enumerator.c: Support for lazy.take.sizemarcandre
2012-11-06* enumerator.c: Support for lazy.{map|flat_map|...}.sizemarcandre
2012-11-06* enumerator.c: Support for lazy.sizemarcandre
2012-07-27test_lazy_enumerator.rb: test for cycle chainnobu
2012-07-27test_lazy_enumerator.rb: test for cycle chainnobu
2012-05-13* enumerator.c (lazy_take_func, lazy_take): multiple calls ofnagachika
2012-03-26* enumerator.c (inspect_enumerator): show method arguments ofshugo
2012-03-24* enumerator (lazy_initialize): set the instance variable "receiver"shugo
2012-03-24* enumerator (enumerator_inspect): include the original receiver andshugo
2012-03-19* enumerator.c (lazy_flat_map_func): convert the block value toshugo
2012-03-16* enumerator.c (lazy_take): don't enumerate an extra value.shugo
2012-03-15* enum.c (rb_enum_values_pack): rename from enum_values_pack, andshugo
2012-03-15* enumerator.c (lazy_zip): rescue StopIteration returned byshugo
2012-03-15* enumerator.c (lazy_zip, lazy_cycle): Enumerator::Lazy#{zip,cycle}shugo