Skip to content

Fix wrong description of -Yimplicit-to-given flag in 3.7.2 release notes #1827

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

Merged
merged 1 commit into from
Aug 4, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _posts/2025-08-01-release-notes-3.7.2.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Scala 3.7.2 is now available!
- Experimental publish support for the Sonatype Central Portal

- Add an `-Yimplicit-to-given` flag for rewrites to easily test changes in the ecosystem [#22580](https://github.com/scala/scala3/pull/22580)<br>
This experimental flag allows to treat usages of `implicit` as `given` without modifing your existing sources. It aims to help with testing out on how migration to new syntax and its resolution rules would effect your code base.
This experimental flag when used in conjunction with `--rewrite` allows to migrate most of `implicit` definitions as `given`. It aims to ease with migration to new syntax, or testing how it would affect your code base.

- Implement applied constructor types [#22543](https://github.com/scala/scala3/pull/22543)<br>
It introduces new syntax allowing for easier definition of `tracked` parameters under `-language:experimental.modularity`
Expand Down