Skip to content
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

Prefer core/alloc libs over std #352

Merged
merged 3 commits into from
Feb 21, 2024
Merged

Conversation

justsmth
Copy link
Contributor

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and the ISC license.

@codecov-commenter
Copy link

codecov-commenter commented Feb 16, 2024

Codecov Report

Attention: 5 lines in your changes are missing coverage. Please review.

Comparison is base (e1d1c66) 95.83% compared to head (8b1a4e5) 95.82%.

Files Patch % Lines
aws-lc-rs/src/aead/tls.rs 0.00% 2 Missing ⚠️
aws-lc-rs/src/tls_prf.rs 0.00% 2 Missing ⚠️
aws-lc-rs/src/aead/rand_nonce.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #352      +/-   ##
==========================================
- Coverage   95.83%   95.82%   -0.01%     
==========================================
  Files          60       60              
  Lines        7868     7865       -3     
==========================================
- Hits         7540     7537       -3     
  Misses        328      328              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

aws-lc-rs/src/cipher/key.rs Outdated Show resolved Hide resolved
use std::num::TryFromIntError;
use core::num::TryFromIntError;
// The Error trait is not in core: https://github.com/rust-lang/rust/issues/103765
use std::error::Error;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

core::error:Error is not yet stable

@justsmth justsmth force-pushed the prefer-core-alloc branch 2 times, most recently from 29d8cd1 to 430930a Compare February 16, 2024 22:30
@justsmth justsmth marked this pull request as ready for review February 16, 2024 22:35
@justsmth justsmth requested a review from a team as a code owner February 16, 2024 22:35
@justsmth justsmth merged commit 5d13428 into aws:main Feb 21, 2024
149 of 153 checks passed
@justsmth justsmth deleted the prefer-core-alloc branch February 21, 2024 20:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants