-
Notifications
You must be signed in to change notification settings - Fork 41
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
Goto-transcoder action #236
base: main
Are you sure you want to change the base?
Conversation
fixes on action script removed checkout subfolder fixed typo
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.
Looks good. Thanks
############## | ||
# PARAMETERS # | ||
############## | ||
contract_folder=target/kani_verify_std/target/x86_64-unknown-linux-gnu/debug/deps |
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.
nit... can you pass this as an argument to Kani script and the goto-transcoder script instead of relying here on the location where Kani stores their temporary files?
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.
Could you elaborate? Is there a specific kani flag for that?
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.
You can pass --target-dir
to Kani to select where to put the artifacts.
@@ -0,0 +1,37 @@ | |||
# This workflow executes the supported contracts in goto-transcoder | |||
|
|||
name: Run GOTO Transcoder (ESBMC) |
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.
We need to include a section in our book about the new tool. See Kani example https://model-checking.github.io/verify-rust-std/tools.html
@@ -1,4 +1,4 @@ | |||
# This version should be updated whenever we update the version of the Rust | |||
f# This version should be updated whenever we update the version of the Rust |
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.
Spurious change?!
Resolves #108
This PR enables the use of goto-transcoder for the following contracts:
The version of ESBMC used contains the following solvers:
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 and MIT licenses.