-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
LurkField + refactor quickcheck -> proptest (#240)
* refactor: convert quickcheck -> proptest * nix flake build * set toolchain to 1.67.0 * Add minimal CODEOWNERS file. (#235) Co-authored-by: porcuquine <[email protected]> * Implement coercion to u32 (and to char) (#223) * Implement coercion to u32 (and to char) --------- Co-authored-by: porcuquine <[email protected]> * nix flake build * Test Rust install on CI * Another test * Fix CI * Fix CI * refactor LurkField trait * fix flake * fix formatting * fix fcomm * fix clippy warnings * remove unnecessary canonical bytes trait methods, add repr canonicity tests * remove vec_f functions from LurkField, refactor tests * remove no longer needed store tests * update FWrap Arbitrary * Support Wasm by moving proptest to dev-dependencies * Switch back to simple conditional compilation --------- Co-authored-by: François Garillot <[email protected]> Co-authored-by: porcuquine <[email protected]> Co-authored-by: porcuquine <[email protected]> Co-authored-by: Eduardo Morais <[email protected]> Co-authored-by: Samuel Burnham <[email protected]>
- Loading branch information
1 parent
2bf240a
commit 1b55fd2
Showing
9 changed files
with
716 additions
and
591 deletions.
There are no files selected for viewing
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
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.