File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -132,8 +132,8 @@ more about the Compiler Academy in [this blog article]({% link blog/_posts/2022-
132
132
absence of incompatibilities between library dependencies is the cornerstone of a seamless Scala ecosystem. We have
133
133
implemented a prototype of a new tool to detect incompatibilities between two versions of a program (like
134
134
[ 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 ) .
137
137
Our work is based on [ TASTy Query] ( https://github.com/scalacenter/tasty-query ) , which will be the basis of tools to
138
138
perform static analysis of Scala programs (it is already used by the Metals debugger).
139
139
You can’t perform that action at this time.
0 commit comments