index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
ruby
/
test_lazy_enumerator.rb
Age
Commit message (
Expand
)
Author
2024-07-20
Do not set Enumerator::Lazy#zip to use packed format
Jeremy Evans
2023-06-24
Do not have Enumeratory::Lazy#zip mark result as packed
Jeremy Evans
2022-11-25
[Bug #18971] Add precheck to enumerator
Nobuyoshi Nakada
2021-05-27
Fix lazy enumerator with index size
Jeremy Evans
2020-07-23
Improved Enumerable::Lazy#flat_map
Nobuyoshi Nakada
2019-12-11
Fix Enumerator::Lazy#with_index
Jeremy Evans
2019-09-04
Implement Enumerator::Lazy#eager [Feature #15901]
Akinori MUSHA
2019-09-03
Fix Enumerator::Lazy#{to_enum,enum_for} where method is defined in Lazy
Jeremy Evans
2019-09-03
Make Enumerator::Lazy#with_index be lazy
Jeremy Evans
2019-09-01
Revert "Make Enumerator::Lazy#with_index be lazy"
Jeremy Evans
2019-09-01
Make Enumerator::Lazy#with_index be lazy
Jeremy Evans
2019-06-21
Remove a duplicate test
Shugo Maeda
2019-06-21
Enumerator::Lazy should support filter_map
Shugo Maeda
2019-06-21
Lazy filter_map
Nobuyoshi Nakada
2019-06-01
Ignore warnings about argument prefix with operator symbol.
Hiroshi SHIBATA
2018-03-13
Bug Fix Enumerator::Lazy#uniq state for multiple call
nobu
2017-12-12
Add FrozenError as a subclass of RuntimeError
shyouhei
2017-11-05
enum.c: check argument first
nobu
2017-11-05
test/ruby/test_lazy_enumerator.rb: test for [Bug #14082]
nobu
2017-06-10
enumerator.c: fix nested maps
nobu
2015-12-31
Add test for Enumerator::Lazy#take
nobu
2015-12-16
* vm.c (vm_make_proc_from_block): should convert a Symbol to a Proc.
shugo
2015-12-16
Add frozen_string_literal: false for all files
naruse
2015-12-08
enumerator.c: lazy_grep_v
nobu
2015-02-28
enum.c: Fixnum only
nobu
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-08
enumerator.c: fix non-single argument
nobu
2013-07-29
Add a frozenness check test for Enumerator::Lazy#initialize.
knu
2013-06-18
Message is 3rd argument, not 2nd
naruse
2013-03-10
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39711 b2dd03c8-39d4-4d8f-98...
headius
2013-02-20
enumerator.c: suppress warnings
nobu
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 arguments
marcandre
2013-01-24
* enumerator.c: Optimize Lazy#zip when passed only arrays
marcandre
2013-01-24
* enumerator.c: Fix state handling for Lazy#zip
marcandre
2013-01-24
* enumerator.c: Fix state handling for Lazy#drop
marcandre
2013-01-24
* enumerator.c: Fix state handling for Lazy#drop_while
marcandre
2013-01-24
* enumerator.c: Fix state handling for Lazy#take
marcandre
2013-01-15
* test_lazy_enumerator: Test that map & flat_map also require a block
marcandre
2013-01-14
* enumerator.c (lazy_flat_map_func): flat_map should call each only
shugo
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_map
marcandre
2012-12-05
vm.c: save blockprocval
nobu
2012-11-25
Fix test to follow r37838
naruse
2012-11-06
* enumerator.c: Support for lazy.cycle.size
marcandre
2012-11-06
* enumerator.c: Add support for lazy.drop.size
marcandre
[next]