-
Notifications
You must be signed in to change notification settings - Fork 194
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
Delete nonprintable characters from aws-smithy-checksums test #3778
Conversation
Additionally, I recommend finding a way to re-review all previous changes to this file, as it's likely they went unreviewed in the first place.
|
# Auditing runtime crate version numbers...
2024-08-01T19:23:27.698077Z INFO runtime_versioner::command::audit: 'aws-config' changed and was version bumped from 1.5.4 to 1.5.5
2024-08-01T19:23:27.730127Z INFO runtime_versioner::command::audit: 'aws-smithy-cbor' is a new crate (or wasn't independently versioned before) and will publish at 0.60.7
2024-08-01T19:23:27.755161Z INFO runtime_versioner::command::audit: 'aws-smithy-http-server' changed and was version bumped from 0.63.1 to 0.63.2
2024-08-01T19:23:27.769870Z INFO runtime_versioner::command::audit: 'aws-smithy-protocol-test' changed and was version bumped from 0.60.8 to 0.62.0
aws-smithy-checksums changed since release-2024-07-16 and requires a version bump
Error: there are audit failures in the runtime crates |
PR bot and canary cannot be invoked from a forked repository. Ask a maintainer to manually invoke them using your PR.
Error: Process completed with exit code 1. |
This step is always marked as failure in PRs created from forked repos (we don't have a good way to communicate that in GitHub jobs result icons), but it is not a required step for PRs to be merged. |
Rebased to resolve conflict with #3781 in aws/rust-runtime/Cargo.lock. |
A new generated diff is ready to view.
A new doc preview is ready to view. |
Motivation and Context
The nonprintable characters in this source file make tools misidentify it as a binary file, rather than source code.
Description
Before:
After:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.