Skip to content

Commit f1446e9

Browse files
Update docs/blog/_posts/2021-03-31-scala3-rc2.md
Co-authored-by: Nicolas Stucki <[email protected]>
1 parent 626b758 commit f1446e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/blog/_posts/2021-03-31-scala3-rc2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ As mentioned above, we are currently in an issue-fixing mode. So a lot of those
2828
There are some notable changes worth mentioning.
2929

3030
## Restrict experimental features to unstable releases only
31-
PR [#11920](https://github.com/lampepfl/dotty/pull/11920) restricts usage of experimental features only to nightlies and snapshots. This change ensures that changes deemed experimental will not propagate into the wider ecosystem provided that wider ecosystem depends on stable releases. This is needed so that if an experimental feature is removed from the language, the ecosystem will not be impacted.
31+
PR [#11920](https://github.com/lampepfl/dotty/pull/11920) restricts usage of experimental features only to nightlies and snapshots. This change ensures that changes deemed experimental will not propagate into the wider ecosystem provided that the wider ecosystem depends on stable releases. This is needed so that if an experimental feature is modified or removed from the language, the ecosystem will not be impacted.
3232

3333
## New `unsafeNulls` language feature
3434
PR [#9884](https://github.com/lampepfl/dotty/pull/9884) adds a new language feature which enables explicit nulls checks. From now on, you can use an import `import scala.language.unsafeNulls` to enable the feature, no compiler flags needed. For discussion, see the PR linked above, and for more information on the feature, see the [documentation](https://dotty.epfl.ch/docs/reference/other-new-features/explicit-nulls.html).

0 commit comments

Comments
 (0)