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

We must merge contracts instrumentation in Makefile.common #144

Open
feliperodri opened this issue Nov 8, 2022 · 0 comments
Open

We must merge contracts instrumentation in Makefile.common #144

feliperodri opened this issue Nov 8, 2022 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@feliperodri
Copy link
Contributor

feliperodri commented Nov 8, 2022

We must merge loop contracts and function contracts in compilation steps to let the tool order the instrumentation correctly. This instrumentation of loop contracts, function contract replacement, and function contracts checks must obey a specific order, which goto-instrument enforces correctly. Currently, Makefile.common applies these steps in the wrong order: loop contracts before function contracts.

@feliperodri feliperodri added the bug Something isn't working label Nov 8, 2022
@feliperodri feliperodri changed the title We must merge loop contracts and function contracts in compilation steps We must merge contracts instrumentation in Makefile.common Nov 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants