index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
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_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
ruby
/
test_lazy_enumerator.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Bug #18971] Add precheck to enumerator
Nobuyoshi Nakada
2022-11-25
1
-0
/
+20
*
Fix lazy enumerator with index size
Jeremy Evans
2021-05-27
1
-0
/
+4
*
Improved Enumerable::Lazy#flat_map
Nobuyoshi Nakada
2020-07-23
1
-0
/
+4
*
Fix Enumerator::Lazy#with_index
Jeremy Evans
2019-12-11
1
-2
/
+15
*
Implement Enumerator::Lazy#eager [Feature #15901]
Akinori MUSHA
2019-09-04
1
-0
/
+8
*
Fix Enumerator::Lazy#{to_enum,enum_for} where method is defined in Lazy
Jeremy Evans
2019-09-03
1
-0
/
+48
*
Make Enumerator::Lazy#with_index be lazy
Jeremy Evans
2019-09-03
1
-0
/
+22
*
Revert "Make Enumerator::Lazy#with_index be lazy"
Jeremy Evans
2019-09-01
1
-22
/
+0
*
Make Enumerator::Lazy#with_index be lazy
Jeremy Evans
2019-09-01
1
-0
/
+22
*
Remove a duplicate test
Shugo Maeda
2019-06-21
1
-8
/
+0
*
Enumerator::Lazy should support filter_map
Shugo Maeda
2019-06-21
1
-0
/
+8
*
Lazy filter_map
Nobuyoshi Nakada
2019-06-21
1
-0
/
+9
*
Ignore warnings about argument prefix with operator symbol.
Hiroshi SHIBATA
2019-06-01
1
-2
/
+2
*
Bug Fix Enumerator::Lazy#uniq state for multiple call
nobu
2018-03-13
1
-0
/
+9
*
Add FrozenError as a subclass of RuntimeError
shyouhei
2017-12-12
1
-1
/
+1
*
enum.c: check argument first
nobu
2017-11-05
1
-1
/
+3
*
test/ruby/test_lazy_enumerator.rb: test for [Bug #14082]
nobu
2017-11-05
1
-0
/
+7
*
enumerator.c: fix nested maps
nobu
2017-06-10
1
-1
/
+17
*
Add test for Enumerator::Lazy#take
nobu
2015-12-31
1
-0
/
+5
*
* vm.c (vm_make_proc_from_block): should convert a Symbol to a Proc.
shugo
2015-12-16
1
-0
/
+7
*
Add frozen_string_literal: false for all files
naruse
2015-12-16
1
-0
/
+1
*
enumerator.c: lazy_grep_v
nobu
2015-12-08
1
-0
/
+28
*
enum.c: Fixnum only
nobu
2015-02-28
1
-0
/
+12
*
* test/lib/envutil.rb: Moved from test/ruby/.
akr
2014-11-13
1
-1
/
+0
*
* enum.c (enum_slice_when): New method: Enumerable#slice_when.
akr
2014-09-20
1
-0
/
+1
*
* enum.c: Enumerable#slice_after implemented.
akr
2014-05-18
1
-0
/
+1
*
* test/ruby: get rid of warnings.
usa
2014-03-05
1
-4
/
+4
*
enumerator.c: fix non-single argument
nobu
2013-08-08
1
-0
/
+12
*
Add a frozenness check test for Enumerator::Lazy#initialize.
knu
2013-07-29
1
-0
/
+6
*
Message is 3rd argument, not 2nd
naruse
2013-06-18
1
-2
/
+2
*
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39711 b2dd03c8-39d4-4d8f-98...
headius
2013-03-10
1
-3
/
+3
*
enumerator.c: suppress warnings
nobu
2013-02-20
1
-0
/
+9
*
* enumerator.c: Use to_enum for Enumerable methods returning Enumerators.
marcandre
2013-02-05
1
-0
/
+16
*
* enumerator.c: Finalize and document Lazy.new. [Bug #7248]
marcandre
2013-02-05
1
-6
/
+21
*
* enumerator.c (lazy_zip): raise error for bad arguments
marcandre
2013-01-24
1
-0
/
+5
*
* enumerator.c: Optimize Lazy#zip when passed only arrays
marcandre
2013-01-24
1
-0
/
+14
*
* enumerator.c: Fix state handling for Lazy#zip
marcandre
2013-01-24
1
-0
/
+8
*
* enumerator.c: Fix state handling for Lazy#drop
marcandre
2013-01-24
1
-0
/
+7
*
* enumerator.c: Fix state handling for Lazy#drop_while
marcandre
2013-01-24
1
-0
/
+7
*
* enumerator.c: Fix state handling for Lazy#take
marcandre
2013-01-24
1
-0
/
+17
*
* test_lazy_enumerator: Test that map & flat_map also require a block
marcandre
2013-01-15
1
-1
/
+1
*
* enumerator.c (lazy_flat_map_func): flat_map should call each only
shugo
2013-01-14
1
-0
/
+5
*
* enumerator.c: Require block for Lazy#{take|drop}_while [Bug #7692]
marcandre
2013-01-14
1
-0
/
+6
*
* enumerator.c: Fix size for Enumerator::Lazy#flat_map
marcandre
2013-01-14
1
-2
/
+2
*
vm.c: save blockprocval
nobu
2012-12-05
1
-0
/
+7
*
Fix test to follow r37838
naruse
2012-11-25
1
-2
/
+2
*
* enumerator.c: Support for lazy.cycle.size
marcandre
2012-11-06
1
-0
/
+9
*
* enumerator.c: Add support for lazy.drop.size
marcandre
2012-11-06
1
-0
/
+5
*
* enumerator.c: Support for lazy.take.size
marcandre
2012-11-06
1
-0
/
+5
*
* enumerator.c: Support for lazy.{map|flat_map|...}.size
marcandre
2012-11-06
1
-0
/
+8
[next]