-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bumped compiler version to 3.5.2 and removed a patmat warning (#1599)
* Bumped compiler version to 3.5.2 and removed a patmat warning * Depend on Inox module compiled with 3.5.2 * bump sbt plugin --------- Co-authored-by: Samuel Chassot <[email protected]>
- Loading branch information
1 parent
89534df
commit e22e91a
Showing
6 changed files
with
8 additions
and
7 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
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,5 @@ | ||
> + tailrec/run | ||
> + basic/run | ||
$ exists basic/target/scala-3.5.0/classes/test/Main.class | ||
$ exists basic/target/scala-3.5.2/classes/test/Main.class | ||
$ absent basic/target/sneakyGhostCalled basic/target/insideGhostCalled | ||
> + actor-tests/compile |
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,5 @@ | ||
> assertLogMessage | ||
> + success/compile | ||
# check that a module on which stainless verification passes compiles fine (i.e., binaries are produced) | ||
$ exists success/target/scala-3.5.0/classes/Extern1.class | ||
$ exists success/target/scala-3.5.2/classes/Extern1.class | ||
# > failure/checkScalaFailures |