-
Notifications
You must be signed in to change notification settings - Fork 48
Move autoharness_analyzer to scripts/
#350
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
base: main
Are you sure you want to change the base?
Move autoharness_analyzer to scripts/
#350
Conversation
scripts/
Co-authored-by: Michael Tautschnig <[email protected]>
// and store which functions are safe and unsafe | ||
|
||
// Number of columns in {crate_name}_scan_functions.csv. | ||
const SCANNER_COLS: usize = 6; |
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.
So I guess we need to update Kani first (i.e., merge the subtree-update PR) and then this one (as the Kani version used in CI right now will have 5 columns only, and CI is failing accordingly).
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.
Move
autoharness_analyzer
to this repository so it can be community-owned and maintained.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 and MIT licenses.