We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
/prune
The test file Test/dafny/dafny-issue-4804.dfy introduced in PR #812 results in SMT errors when run without /prune.
Test/dafny/dafny-issue-4804.dfy
$ dotnet Source/BoogieDriver/bin/Debug/net6.0/BoogieDriver.dll /proverOpt:O:auto_config=false /proverOpt:O:type_check=true /proverOpt:O:smt.qi.eager_threshold=100 /proverOpt:O:smt.delay_units=true /rlimit:10000 Test/dafny/dafny-issue-4804.bpl Prover error: line 6647 column 7: push canceled Prover error: line 3314 column 60: invalid declaration, constant '$_ModifiesFrame@0' (with the given signature) already declared Prover error: line 3315 column 26: invalid declaration, constant 'e1#0' (with the given signature) already declared
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The test file
Test/dafny/dafny-issue-4804.dfy
introduced in PR #812 results in SMT errors when run without/prune
.The text was updated successfully, but these errors were encountered: