Skip to content

Commit cd76fe7

Browse files
committed
link: explained why we need this tool in addition to the
classic MiMa Signed-off-by: Josh Soref <[email protected]>
1 parent 7a1535a commit cd76fe7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

blog/_posts/2023-01-31-scala-center-2023-roadmap.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,8 @@ more about the Compiler Academy in [this blog article]({% link blog/_posts/2022-
132132
absence of incompatibilities between library dependencies is the cornerstone of a seamless Scala ecosystem. We have
133133
implemented a prototype of a new tool to detect incompatibilities between two versions of a program (like
134134
[MiMa](https://github.com/lightbend/mima), but based on the TASTy representation of programs instead of JVM bytecode).
135-
We explained [here](https://github.com/scalacenter/tasty-mima#motivation) why we need this tool in addition to the
136-
classic MiMa.
135+
We [explained why we need this tool in addition to the
136+
classic MiMa](https://github.com/scalacenter/tasty-mima#motivation).
137137
Our work is based on [TASTy Query](https://github.com/scalacenter/tasty-query), which will be the basis of tools to
138138
perform static analysis of Scala programs (it is already used by the Metals debugger).
139139

0 commit comments

Comments
 (0)