Skip to content

Fix dead link #1394

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
Jun 16, 2022
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/2019-12-18-road-to-scala-3.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ We consider the availability of core tooling to be an integral part of the Scala

* **Compatibility Checker**: [MiMa](https://github.com/lightbend/migration-manager) is a tool used by library authors to verify binary compatibility of new releases. For Scala 3, once TASTy support has matured, binary compatibility will no longer be relevant. Instead, a new tool will check TASTy API compatibility.

* **IDEs**: The support for Scala 3 in Visual Studio Code is [available](https://dotty.epfl.ch/docs/usage/ide-support.html) and used by the compiler developers, and we will continue to improve it. IntelliJ has been experimenting with Dotty support [for a while](https://blog.jetbrains.com/scala/2017/03/23/scala-plugin-for-intellij-idea-2017-1-cleaner-ui-sbt-shell-repl-worksheet-akka-support-and-more/) and their team is determined to support Scala 3 when it becomes available.
* **IDEs**: The support for Scala 3 in Visual Studio Code is available and used by the compiler developers, and we will continue to improve it. IntelliJ has been experimenting with Dotty support [for a while](https://blog.jetbrains.com/scala/2017/03/23/scala-plugin-for-intellij-idea-2017-1-cleaner-ui-sbt-shell-repl-worksheet-akka-support-and-more/) and their team is determined to support Scala 3 when it becomes available.

* **Syntax**: Scala 3 might allow [optional braces](https://dotty.epfl.ch/docs/reference/other-new-features/indentation.html) and [a new syntax for control structures](https://dotty.epfl.ch/docs/reference/other-new-features/control-syntax.html) – these features are currently labelled experimental and being evaluated. To ensure a consistent code style, we will ensure the release includes a robust formatting and syntax conversion tools.

Expand Down