-
Notifications
You must be signed in to change notification settings - Fork 387
feat: --pedantic-solving flag
#6716
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
51 commits
Select commit
Hold shift + click to select a range
b5ee668
test input sizes and predicate values with --pedantic_solving flag, a…
michaeljklein f65a0b0
add pedantic_solving parameter wherever needed, default to true when …
michaeljklein d3e7bc5
Update acvm-repo/blackbox_solver/src/bigint.rs
michaeljklein d0b877f
Merge branch 'master' into michaeljklein/pedantic-flag
michaeljklein b83d6b5
remove default from structs that require the pedantic_solving paramet…
michaeljklein 9f1d8c1
Merge branch 'master' into michaeljklein/pedantic-flag
michaeljklein 46b75fb
Merge branch 'master' into michaeljklein/pedantic-flag
michaeljklein 1e3e3cb
Merge branch 'master' into michaeljklein/pedantic-flag
michaeljklein 0833b11
Merge branch 'master' into michaeljklein/pedantic-flag
michaeljklein b314b21
wip moving 'pedantic_solving'
michaeljklein 4b0df94
wip debugging: use StubbedBlackBoxSolver::default to enable pedantic_…
michaeljklein 5fe6eaa
wip debugging, use 'point == ..Affine::zero()' to check for infinity,…
michaeljklein 85d0e50
Merge branch 'master' into michaeljklein/pedantic-flag
michaeljklein a895f64
fix typo, update smoke test to add two different points, cargo clippy…
michaeljklein 3b42dd9
Update acvm-repo/blackbox_solver/src/bigint.rs
michaeljklein f7ee3b8
Update acvm-repo/acvm/src/pwg/mod.rs
michaeljklein 7c7766a
Merge branch 'master' into michaeljklein/pedantic-flag
michaeljklein 8796f15
fix small refactor and use single constant for pedantic_solving in me…
michaeljklein 3e89c31
updating lsp usage of solvers, cargo clippy/fmt
michaeljklein 1ad3ba1
Merge branch 'master' into michaeljklein/pedantic-flag
michaeljklein 7b5d66e
update test error message
michaeljklein 588e4a0
Merge branch 'master' into michaeljklein/pedantic-flag
TomAFrench 813b8a5
Merge branch 'master' into michaeljklein/pedantic-flag
michaeljklein 3bbd894
Merge branch 'master' into michaeljklein/pedantic-flag
michaeljklein fd6085b
cargo fmt
michaeljklein d22a1bd
Merge branch 'master' into michaeljklein/pedantic-flag
michaeljklein 4ed1e24
Merge branch 'master' into michaeljklein/pedantic-flag
michaeljklein a1f824b
Update acvm-repo/bn254_blackbox_solver/src/embedded_curve_ops.rs
michaeljklein 8ea09ba
use '--pedantic-solving' in CI and example programs
michaeljklein b67ab01
Merge branch 'master' into michaeljklein/pedantic-flag
michaeljklein e8e27db
Merge branch 'master' into michaeljklein/pedantic-flag
michaeljklein f5e00e0
Merge branch 'master' into michaeljklein/pedantic-flag
michaeljklein 6146477
revert nargo->cargo testing change
michaeljklein 6b919bb
Merge branch 'master' into michaeljklein/pedantic-flag
michaeljklein 0556d1c
Update examples/prove_and_verify/prove_and_verify.sh
TomAFrench b9af2d1
Merge branch 'master' into michaeljklein/pedantic-flag
TomAFrench c4d8c87
Merge branch 'master' into michaeljklein/pedantic-flag
michaeljklein c30af47
Merge branch 'master' into michaeljklein/pedantic-flag
michaeljklein c12ff56
Merge branch 'master' into michaeljklein/pedantic-flag
michaeljklein 91c9440
Merge branch 'master' into michaeljklein/pedantic-flag
michaeljklein a447530
Merge branch 'master' into michaeljklein/pedantic-flag
michaeljklein 905f4f2
fixup after merge
michaeljklein fed6e7c
Merge branch 'master' into michaeljklein/pedantic-flag
michaeljklein 6186750
Merge branch 'master' into michaeljklein/pedantic-flag
michaeljklein 55de7d6
Merge branch 'master' into michaeljklein/pedantic-flag
michaeljklein b219538
Merge branch 'master' into michaeljklein/pedantic-flag
michaeljklein 56362d4
allow clippy::too_many_arguments when constructing Elaborator
michaeljklein a7820ad
Merge branch 'master' into michaeljklein/pedantic-flag
michaeljklein 5adbaae
cargo fmt
michaeljklein 75f912e
fix after merge
michaeljklein b013d23
Merge branch 'master' into michaeljklein/pedantic-flag
michaeljklein File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.