Skip to content

Commit 56cca47

Browse files
authored
Merge pull request #740 from sjrd/mention-tasty-mima
2 parents 2b657b3 + bc6b02f commit 56cca47

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ consequence of modifications in classes/members signature.
1515

1616
MiMa compares all classfiles of two released libraries and reports all source
1717
of incompatibilities that may lead to a linkage error. MiMa provides you, the
18-
library maintainer, with a tool that can greatly automates and simplifies the
18+
library maintainer, with a tool that can greatly automate and simplify the
1919
process of ensuring the release-to-release binary compatibility of your
2020
libraries.
2121

@@ -35,6 +35,17 @@ Java language binary compatibility does not imply source compatibility as well.
3535
MiMa focuses on binary compatibility and currently provides no insight into
3636
source compatibility.
3737

38+
### See also: TASTy-MiMa
39+
40+
For Scala 3, in addition to binary compatible, TASTy compatibility becomes
41+
increasingly important. Another tool,
42+
[TASTy-MiMa](https://github.com/scalacenter/tasty-mima), is designed to
43+
automatically check TASTy compatibility in much the same way that MiMa checks
44+
binary compatibility.
45+
46+
Keep in mind that TASTy-MiMa is still young, as of early 2023. It is likely to
47+
contain bugs.
48+
3849
## Usage
3950

4051
MiMa's sbt plugin supports sbt 1.x only. (Use v0.3.0 for sbt 0.13.x.)

0 commit comments

Comments
 (0)