Skip to content

Conversation

@WojciechMazur
Copy link
Contributor

Backports #23821 to the 3.8.0-RC1.

PR submitted by the release tooling.
[skip ci]

WojciechMazur and others added 7 commits November 12, 2025 14:34
Previously, we need to indent after the error, e.g.
```scala
xs.map: x =>
  x + 1
```
We now also allow to write the lambda on a single line:
```scala
xs.map: x => x + 1
```
The lambda extends to the end of the line.

[Cherry-picked 271f18f][modified]
[Cherry-picked 007c4de]
Co-authored-by: Oliver Bračevac <bracevac@users.noreply.github.com>
[Cherry-picked 10c7d2b]
@WojciechMazur WojciechMazur requested a review from a team as a code owner November 12, 2025 13:34
Base automatically changed from release-3.8.0_backport-13915 to release-3.8.0 November 12, 2025 20:03
@WojciechMazur WojciechMazur merged commit 0a0ad58 into release-3.8.0 Nov 12, 2025
41 of 56 checks passed
@WojciechMazur WojciechMazur deleted the release-3.8.0_backport-23821 branch November 12, 2025 20:03
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