-
Notifications
You must be signed in to change notification settings - Fork 29
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
[CN-exec] Runtime loop invariants #723
base: master
Are you sure you want to change the base?
[CN-exec] Runtime loop invariants #723
Conversation
… and add plumbing through to executable spec for whole loop location
…n executable spec mode
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can’t comment on the specifics but left a few nits. Do you have any tests to include with this change, demonstrating loops working?
| [ _ ] -> [] | ||
| x :: xs -> x :: remove_last xs | ||
in | ||
let rec remove_last_semicolon = function |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems amenable to regexps
I haven't written any new tests but am checking that the previous CI tests that had loop invariants (which was a no-op in runtime testing before) are still working with these new added checks |
No description provided.