File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ consequence of modifications in classes/members signature.
15
15
16
16
MiMa compares all classfiles of two released libraries and reports all source
17
17
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
19
19
process of ensuring the release-to-release binary compatibility of your
20
20
libraries.
21
21
@@ -35,6 +35,17 @@ Java language binary compatibility does not imply source compatibility as well.
35
35
MiMa focuses on binary compatibility and currently provides no insight into
36
36
source compatibility.
37
37
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
+
38
49
## Usage
39
50
40
51
MiMa's sbt plugin supports sbt 1.x only. (Use v0.3.0 for sbt 0.13.x.)
You can’t perform that action at this time.
0 commit comments