Skip to content

Conversation

@retronym
Copy link
Member

No description provided.

@scala-jenkins scala-jenkins added this to the 2.13.0-RC1 milestone Sep 27, 2018
@retronym
Copy link
Member Author

Fixes scala/bug#11125

@retronym retronym force-pushed the topic/restore-lines-iterator-2.13 branch from 13bdcc4 to 83c5504 Compare September 27, 2018 00:12
@retronym retronym requested a review from SethTisue September 27, 2018 00:12
@retronym retronym force-pushed the topic/restore-lines-iterator-2.13 branch from 83c5504 to b43cd95 Compare September 27, 2018 02:47
Copy link
Member

@SethTisue SethTisue left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

one suggested change, otherwise LGTM for merge

@retronym retronym force-pushed the topic/restore-lines-iterator-2.13 branch from b43cd95 to 4dcc5c0 Compare September 27, 2018 05:13
@SethTisue SethTisue added the release-notes worth highlighting in next release notes label Sep 27, 2018
@SethTisue SethTisue merged commit c277d7d into scala:2.13.x Sep 27, 2018
retronym added a commit to retronym/scala that referenced this pull request Sep 9, 2019
Mostly a no-op as 2.13.x already had the same changes applied
in scala#7269 and others.
ioannakok added a commit to guardian/frontend that referenced this pull request Aug 23, 2022
`lines` is not a method of `WrappedString` anymore but we can call `linesIterator` on a String after it has been undeprecated in this PR: scala/scala#7269

This way we get rid of the following error:

```
[error] /Users/Ioanna_Kokkini/Projects/frontend/common/app/common/TrailsToShowcase.scala:509:46: value lines is not a member of scala.collection.immutable.WrappedString
[error]     val lines = new WrappedString(trailText).lines.toSeq
[error]                                              ^
[error] one error found
```
ioannakok added a commit to guardian/frontend that referenced this pull request Aug 23, 2022
`lines` is not a method of `WrappedString` anymore but we can call `linesIterator` on a String after it has been undeprecated in this PR: scala/scala#7269

This way we get rid of the following error:

```
[error] /Users/Ioanna_Kokkini/Projects/frontend/common/app/common/TrailsToShowcase.scala:509:46: value lines is not a member of scala.collection.immutable.WrappedString
[error]     val lines = new WrappedString(trailText).lines.toSeq
[error]                                              ^
[error] one error found
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

release-notes worth highlighting in next release notes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants