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

Relax ordering constraints for check blocks #36

Open
florianschanda opened this issue Oct 9, 2023 · 0 comments
Open

Relax ordering constraints for check blocks #36

florianschanda opened this issue Oct 9, 2023 · 0 comments
Labels
bug Something isn't working topic: analysis Affects the Linter or VCG

Comments

@florianschanda
Copy link
Collaborator

Multiple check blocks for the same type are evaluated in unspecified order.

Currently in vcg we assume the same order that TRLC has used; but we should not do that. We can emulate this with an overapproximation: we can execute all check blocks in parallel.

@florianschanda florianschanda added bug Something isn't working topic: analysis Affects the Linter or VCG labels Oct 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working topic: analysis Affects the Linter or VCG
Projects
None yet
Development

No branches or pull requests

1 participant