-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
migrate tests to use
?
instead of unwrap
& `experimental-frontend…
…s` renaming (#176) * rename frontends to experimental-frontends to make it explicit, as discussed in the last meeting * rename upper_bound_ccs to compute_concrete_ccs to describe better the method logic * migrate tests to use result instead of unwrap motivation: in this way tests are like in-library code and there is no differenciation between test code and library code in terms of style, where errors are returned with `?` instead of `unwrap`. Same for examples. This was already done partially like this in some of the ProtoGalaxy tests, now on almost all the folding-schemes tests. * update CI to work with the new dir name * apply PR review suggestions
- Loading branch information
Showing
83 changed files
with
1,303 additions
and
1,358 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 |
---|---|---|
|
@@ -3,6 +3,6 @@ members = [ | |
"folding-schemes", | ||
"solidity-verifiers", | ||
"cli", | ||
"frontends" | ||
"experimental-frontends" | ||
] | ||
resolver = "2" |
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
Oops, something went wrong.