Skip to content

Ruby 2.6 : Enumerator::Chain class, Enumerable#chain, Enumerator#+#6033

Merged
enebo merged 1 commit intojruby:ruby-2.6from
k77ch7:ruby-2.6-add-enumerator-chain
Jan 13, 2020
Merged

Ruby 2.6 : Enumerator::Chain class, Enumerable#chain, Enumerator#+#6033
enebo merged 1 commit intojruby:ruby-2.6from
k77ch7:ruby-2.6-add-enumerator-chain

Conversation

@k77ch7
Copy link
Contributor

@k77ch7 k77ch7 commented Jan 13, 2020

This PR implements Enumerator::Chain class, Enumerable#chain and Enumerator#+.

See Feature #15144

@enebo enebo merged commit 1bc6ee0 into jruby:ruby-2.6 Jan 13, 2020
@enebo enebo added this to the JRuby 9.3.0.0 milestone Jan 13, 2020
@enebo
Copy link
Member

enebo commented Jan 13, 2020

@k77ch7 if you want to you can also use Java lambdas when possible (e.g. return new SizeFn() {). We have not required it but it is an option if you want to in future commits.

@headius
Copy link
Member

headius commented Jan 13, 2020

I have updated the checklist at #5576

@k77ch7
Copy link
Contributor Author

k77ch7 commented Jan 14, 2020

@enebo Understood. thanks for reviewing.

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.

3 participants