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

Allow all node calls in contracts #1108

Merged

Conversation

daniel-larraz
Copy link
Contributor

Before this change, Kind 2 rejected calls to nodes that were subject to refinement (i.e., with a contract that contains at least one guarantee) within a contract. This behavior was inconsistent with the fact that the same class of calls was allowed in property checks. Notice that this means the assumptions, which are considered to hold, and the guarantees, which need to be checked, may be refined during the analysis for the newly permitted class of node calls. We may introduce annotations in the future to control this new behavior.

@daniel-larraz daniel-larraz merged commit 77596fe into kind2-mc:develop Nov 15, 2024
4 checks passed
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