-
Notifications
You must be signed in to change notification settings - Fork 11
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
chore: Fix verification and formatting errors #288
Conversation
I did a dry run and found this doesn't fix all errors yet: https://github.com/aws/aws-cryptographic-material-providers-library/actions/runs/8824262108/job/24226358594 The formatting one is just a CI issue, in that it doesn't apply the patches before checking the formatting. I can fix that easily. The other failure is because verification succeeds but the report generator rejects one of the most expensive assertion batches: https://github.com/aws/aws-cryptographic-material-providers-library/actions/runs/8824262108/job/24226362691#step:10:948 Can you have a look at that one @atomb? |
…ic-material-providers-library-dafny into build-fix-2024-04-19
Detected changes to the release files or to the check-files action |
Changes to the release files or the check-files action requires 2 approvals from CODEOWNERS |
…ic-material-providers-library-dafny into build-fix-2024-04-19
--------- Co-authored-by: Lucas McDonald <[email protected]>
Fix verification and formatting errors. This should allow both Dafny 4.2.0 and nightly to work.
Dry-run of nightly build on this branch: https://github.com/aws/aws-cryptographic-material-providers-library/actions/runs/8883856511/job/24391619483
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.