Skip to content

Commit 39f54e2

Browse files
committed
Address feedback
1 parent 75743f6 commit 39f54e2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

blog/_posts/2017-02-25-scalafix-v0.3.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: "Refactor with scalafix v0.3"
66
---
77

88
I am happy to announce the release of [scalafix v0.3][scalafix], a library and tool to rewrite Scala source code.
9-
The long-term mission of scalafix is to help automate the migration of between Scala versions.
9+
Scalafix is developed at the [Scala Center][sc] with the long-term mission to help automate the migration of between Scala versions.
1010
However, as I hope to demonstrate in this post, scalafix can be used for more than just migrating between Scala versions.
1111
Scalafix can also be used for ad-hoc library and application migrations.
1212

@@ -126,7 +126,7 @@ Some promising ideas that have floated around include
126126
a library could be developed with the scalaz API, and use scalafix to
127127
code-generate a version of the library that uses cats instead.
128128
- build a code search web-interface with "jump to definition" functionality
129-
powered by the scala.meta's semantic database.
129+
powered by the scala.meta's semantic database (similar to [sxr][]).
130130
- replace usage of `any2stringadd` with string interpolators or explicit `.toString`.
131131
- replace usage of `scala.Seq`, which can be mutable, in favor of `scala.collection.immutable.Seq`.
132132

@@ -138,6 +138,8 @@ the early days of scalafix development and come up with several brilliant ideas
138138
for scalafix use-cases.
139139

140140

141+
[sc]: http://scala.epfl.ch/
142+
[sxr]: https://github.com/harrah/browse
141143
[Scalahost]: https://github.com/scalameta/sbt-semantic-example
142144
[@ShaneDelmore]: https://twitter.com/ShaneDelmore
143145
[@olafurpg]: https://twitter.com/olafurpg

0 commit comments

Comments
 (0)