-
Notifications
You must be signed in to change notification settings - Fork 0
Add post-condition statement #35
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
Conversation
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.
Overall looks fine, but I had a question or two
| use crate::{ | ||
| halo2::Challenge, | ||
| ir::{expr::Felt, CmpOp}, | ||
| ir::{CmpOp, expr::Felt}, |
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.
Are these changes being performed by an autoformatter?
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.
I think yes. IIRC, we added the format config and CI check here but chose not to go back and update formatting in all files at that time since there were large PRs pending. This works since the CI job only checks formatting in the diff.
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.
Yes, they will trickle down as we make changes for now and can we do one big formatting PR once it's not so busy
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.
LGTM
Adds a post-condition statement for the Picus backend. This kind of statement is not currently supported in llzk thus I left it unimplemented.