-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Meaning package private things will be automatically filtered.
- Loading branch information
Showing
30 changed files
with
190 additions
and
139 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
190 changes: 137 additions & 53 deletions
190
core/src/main/scala/com/typesafe/tools/mima/core/TastyUnpickler.scala
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 0 additions & 1 deletion
1
functional-tests/src/test/method-with-package-private-overload-changes-nok/problems-3.txt
This file was deleted.
Oops, something went wrong.
Empty file.
1 change: 0 additions & 1 deletion
1
functional-tests/src/test/package-private-class-becomes-ok/problems-3.txt
This file was deleted.
Oops, something went wrong.
Empty file removed
0
functional-tests/src/test/package-private-class-becomes-ok/testAppRun-3.pending
Empty file.
1 change: 0 additions & 1 deletion
1
functional-tests/src/test/package-private-class-changes-ok/problems-3.txt
This file was deleted.
Oops, something went wrong.
Empty file removed
0
functional-tests/src/test/package-private-class-changes-ok/testAppRun-3.pending
Empty file.
1 change: 0 additions & 1 deletion
1
functional-tests/src/test/package-private-class-unbecomes-ok/forwards-3.txt
This file was deleted.
Oops, something went wrong.
Empty file removed
0
functional-tests/src/test/package-private-class-unbecomes-ok/testAppRun-3.pending
Empty file.
16 changes: 2 additions & 14 deletions
16
functional-tests/src/test/package-private-deeply-nested-ok/problems-3.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,5 @@ | ||
method go11()Int in object foo.l1.x has a different result type in new version, where it is java.lang.String rather than Int | ||
method go12()Int in class foo.l1.x has a different result type in new version, where it is java.lang.String rather than Int | ||
method go21()Int in object foo.l2a.x#y has a different result type in new version, where it is java.lang.String rather than Int | ||
method go22()Int in class foo.l2a.x#y has a different result type in new version, where it is java.lang.String rather than Int | ||
method go23()Int in object foo.l2b.x#y has a different result type in new version, where it is java.lang.String rather than Int | ||
method go24()Int in class foo.l2b.x#y has a different result type in new version, where it is java.lang.String rather than Int | ||
method go31()Int in object foo.l3a.x#y#z has a different result type in new version, where it is java.lang.String rather than Int | ||
method go32()Int in class foo.l3a.x#y#z has a different result type in new version, where it is java.lang.String rather than Int | ||
method go33()Int in object foo.l3b.x#y#z has a different result type in new version, where it is java.lang.String rather than Int | ||
method go34()Int in class foo.l3b.x#y#z has a different result type in new version, where it is java.lang.String rather than Int | ||
method go35()Int in object foo.l3c.x#y#z has a different result type in new version, where it is java.lang.String rather than Int | ||
method go36()Int in class foo.l3c.x#y#z has a different result type in new version, where it is java.lang.String rather than Int | ||
method go37()Int in object foo.l3d.x#y#z has a different result type in new version, where it is java.lang.String rather than Int | ||
method go38()Int in class foo.l3d.x#y#z has a different result type in new version, where it is java.lang.String rather than Int | ||
# privateWithin isn't honoured in static method emission in Scala 3 | ||
# https://github.com/lampepfl/dotty/issues/10842 | ||
static method go11()Int in class foo.l1.x has a different result type in new version, where it is java.lang.String rather than Int | ||
static method go21()Int in class foo.l2a.x#y has a different result type in new version, where it is java.lang.String rather than Int | ||
static method go31()Int in class foo.l3a.x#y#z has a different result type in new version, where it is java.lang.String rather than Int |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 0 additions & 1 deletion
1
functional-tests/src/test/package-private-field-changes-ok/problems-3.txt
This file was deleted.
Oops, something went wrong.
Empty file removed
0
functional-tests/src/test/package-private-field-changes-ok/testAppRun-3.pending
Empty file.
1 change: 0 additions & 1 deletion
1
functional-tests/src/test/package-private-method-changes-ok/problems-3.txt
This file was deleted.
Oops, something went wrong.
Empty file removed
0
functional-tests/src/test/package-private-method-changes-ok/testAppRun-3.pending
Empty file.
1 change: 0 additions & 1 deletion
1
functional-tests/src/test/package-private-method-on-case-class-changes-ok/problems-3.txt
This file was deleted.
Oops, something went wrong.
Empty file.
1 change: 0 additions & 1 deletion
1
functional-tests/src/test/package-private-method-on-nested-class-changes-ok/problems-3.txt
This file was deleted.
Oops, something went wrong.
Empty file.
1 change: 0 additions & 1 deletion
1
...onal-tests/src/test/package-private-method-with-public-overload-changes-ok/problems-3.txt
This file was deleted.
Oops, something went wrong.
Empty file.
6 changes: 2 additions & 4 deletions
6
...al-tests/src/test/package-private-methods-on-class-and-companion-change-ok/problems-3.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
method bar(Int)Int in class foo.Foo does not have a correspondent in new version | ||
method baz(Int)Int in object foo.Foo does not have a correspondent in new version | ||
method qux(Int)Int in class foo.Foo does not have a correspondent in new version | ||
method qux(Int)Int in object foo.Foo does not have a correspondent in new version | ||
# I guess privateWithin isn't honoured in static method emission in Scala 3 | ||
# https://github.com/lampepfl/dotty/issues/10842 | ||
static method baz(Int)Int in class foo.Foo does not have a correspondent in new version |
2 changes: 0 additions & 2 deletions
2
functional-tests/src/test/package-private-object-changes-ok/problems-3.txt
This file was deleted.
Oops, something went wrong.
Empty file removed
0
functional-tests/src/test/package-private-object-changes-ok/testAppRun-3.pending
Empty file.
1 change: 0 additions & 1 deletion
1
functional-tests/src/test/package-private-trait-changes-ok/problems-3.txt
This file was deleted.
Oops, something went wrong.
Empty file removed
0
functional-tests/src/test/package-private-trait-changes-ok/testAppRun-3.pending
Empty file.