Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add implementation of String.lines() (jdk11 only) #2428

Merged
merged 2 commits into from
Jul 25, 2018

Conversation

anikser
Copy link
Contributor

@anikser anikser commented Jul 18, 2018

This change adds an implementation of String.lines(), which returns
a lazily supplied Stream of Strings broken up by line terminators.

This change only affects Java 11.

Closes: #2109
Signed-off-by: Mohammad Ali Nikseresht anikser@ibm.com

@anikser anikser changed the title WIP: Add implementation of String.lines() (jdk11 only) Add implementation of String.lines() (jdk11 only) Jul 19, 2018
@anikser
Copy link
Contributor Author

anikser commented Jul 19, 2018

@tajila fyi

@anikser anikser force-pushed the string-lines-jdk11 branch 2 times, most recently from 9161cec to 1401afe Compare July 20, 2018 14:50
Mohammad Ali Nikseresht added 2 commits July 24, 2018 11:16
This change adds an implementation of String.lines(), which returns
a lazily supplied Stream of Strings broken up by line terminators.

Signed-off-by: Mohammad Ali Nikseresht <anikser@ibm.com>
This change adds test cases for String.lines().

This change only affects Java 11.

Signed-off-by: Mohammad Ali Nikseresht <anikser@ibm.com>
@tajila
Copy link
Contributor

tajila commented Jul 25, 2018

lgtm @fjeremic can you please review

@fjeremic fjeremic self-assigned this Jul 25, 2018
@fjeremic
Copy link
Contributor

We don't have JDK11 tests so omitting Jenkins builds here.

@fjeremic fjeremic merged commit f02038c into eclipse-openj9:master Jul 25, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants