Skip to content

Ruby 2.6 : fix Enumerator::Lazy#find_all and #filter#6121

Merged
enebo merged 1 commit intojruby:ruby-2.6from
k77ch7:ruby-2.6-fix-EnumeratorLazy_find_all_and_filter
Mar 16, 2020
Merged

Ruby 2.6 : fix Enumerator::Lazy#find_all and #filter#6121
enebo merged 1 commit intojruby:ruby-2.6from
k77ch7:ruby-2.6-fix-EnumeratorLazy_find_all_and_filter

Conversation

@k77ch7
Copy link
Contributor

@k77ch7 k77ch7 commented Mar 15, 2020

This PR targets to make the following TravisCI test passed.

TestLazyEnumerator#test_inspect [/Users/kiichi/git/jruby/test/mri/ruby/test_lazy_enumerator.rb:450]:
<"#<Enumerator::Lazy: #<Enumerator::Lazy: #<Enumerator::Lazy: #<Enumerator::Lazy: #<Enumerator::Lazy: #<Enumerator::Lazy: #<Enumerator::Lazy: #<Enumerator::Lazy: #<Enumerator::Lazy: #<Enumerator::Lazy: #<Enumerator::Lazy: #<Enumerator::Lazy: #<Enumerator::Lazy: #<Enumerator::Lazy: #<Enumerator::Lazy: 1..10>:map>:collect>:flat_map>:collect_concat>:select>:find_all>:reject>:grep(1)>:zip(\"a\"..\"c\")>:take(10)>:take_while>:drop(3)>:drop_while>:cycle(3)>"> expected but was
<"#<Enumerator::Lazy: #<Enumerator::Lazy: #<Enumerator::Lazy: #<Enumerator::Lazy: #<Enumerator::Lazy: #<Enumerator::Lazy: #<Enumerator::Lazy: #<Enumerator::Lazy: #<Enumerator::Lazy: #<Enumerator::Lazy: #<Enumerator::Lazy: #<Enumerator::Lazy: #<Enumerator::Lazy: #<Enumerator::Lazy: #<Enumerator::Lazy: 1..10>:map>:collect>:flat_map>:collect_concat>:select>:select>:reject>:grep(1)>:zip(\"a\"..\"c\")>:take(10)>:take_while>:drop(3)>:drop_while>:cycle(3)>">.

@enebo enebo added this to the JRuby 9.3.0.0 milestone Mar 16, 2020
@enebo enebo merged commit b11b2f7 into jruby:ruby-2.6 Mar 16, 2020
@enebo
Copy link
Member

enebo commented Mar 16, 2020

@k77ch7 thanks...a few more errors gone!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants