Skip to content
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

No independent consistency hiding #1474

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

keyboardDrummer
Copy link
Member

TODO: improve pruning in Boogie so things like LitInt won't stop the pruning.

robin-aws pushed a commit that referenced this pull request Oct 1, 2021
### Changes
- Use predecessor count instead of topological order index, to determine the `FunctionContextHeight` of a SCC of callables. A node's predecessor count only changes when something related to the node is changed, while topological order index can change due to any change in the graph.

### Testing
- Add a test that verifies that when concatenating two unrelated Dafny programs and compiling that to Boogie, no lines of Boogie are created that aren't created from the individual programs.
- One test, `FunctionSpecifications`, was split into two to avoid a problem causing by inconsistencies hiding other errors. We wish to address this problem [this other PR](#1474) but it requires some Boogie changes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant