You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: blog/_posts/2016-10-24-scalafix.md
+38-15Lines changed: 38 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -2,24 +2,21 @@
2
2
layout: blog
3
3
post-type: blog
4
4
by: Ólafur Páll Geirsson
5
-
title: "Introducing Scalafix: a migration tool for Scalac to Dotty"
5
+
title: "Introducing Scalafix: a code migration tool for Scala"
6
6
---
7
7
8
8
I am excited to announce the first release of
9
9
[scalafix](http://scalacenter.github.io/scalafix/), a new tool to
10
-
prepare Scala 2.x code for [Dotty](http://dotty.epfl.ch/), a next
11
-
generation Scala compiler. This effort follows the Scala Center Advisory
10
+
prepare Scala code for future Scala versions, including Scala 2.13
11
+
and beyond as well as [Dotty](http://dotty.epfl.ch/), a next
12
+
generation Scala compiler.
13
+
14
+
This effort follows the Scala Center Advisory
12
15
Board proposal:
13
16
["Clarification of Scala to Dotty migration path"](https://scala.epfl.ch/minutes/2016/06/06/may-9-2016.html#proposal-scp-002-clarification-of-scala-to-dotty-migration-path).
0 commit comments