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

Add final predicate check #517

Merged
merged 13 commits into from
Jan 15, 2024
Merged

Add final predicate check #517

merged 13 commits into from
Jan 15, 2024

Conversation

smeyer198
Copy link
Contributor

@smeyer198 smeyer198 commented Jan 15, 2024

Currently, required predicates are checked, if there is a seed that ensures a predicate. However, if a rule does not ensure any predicates, the anaysis does not check the required predicates at all. Therefore, if a predicate is not ensured, the analysis will never check it, i.e. implicitly it is not ensured by design. The problem is that these predicates are not reported, too. That is, the analysis marks them as not ensured, but does not report it as an RequiredPredicateError. This PR adds a final predicate check to make sure that not ensured predicates are collected and reported correctly. The problem was raised in #318

Fix #318

@schlichtig schlichtig merged commit 10948c6 into develop Jan 15, 2024
8 checks passed
@smeyer198 smeyer198 deleted the fix/final_predicate_check branch January 15, 2024 17:50
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.

ENSURES REQUIRES section is broken
3 participants