-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Vtype-reduction option that enable display of type signatures bef…
…ore dealias & normalisations revise TypeView that won't lose information when extracting qualifier revise dealias such that it won't lose information simplify extractArg, removing the unsound part simplify ImplicitHistory disable gradle caching ./dev/test.sh now always call make-all.sh remove an invalid test simplify & cleanup test cases Scala 2.13.6 support is dropped, all cross-compiling files are merged into 2.13.7+
- Loading branch information
Showing
154 changed files
with
786 additions
and
1,477 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,6 +8,7 @@ logs | |
# gradle | ||
**/.gradle | ||
**/build | ||
**/bin | ||
|
||
# sbt | ||
.cache/ | ||
|
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
9 changes: 0 additions & 9 deletions
9
core/src/main/scala-2.13.6+/2.13.6/splain/SplainAnalyzerShim.scala
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
core/src/main/scala-2.13.6+/2.13.6/splain/SplainFormattersShim.scala
This file was deleted.
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
File renamed without changes.
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
Oops, something went wrong.