-
Notifications
You must be signed in to change notification settings - Fork 650
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
Merge pki-types history into rustls repository #1462
base: main
Are you sure you want to change the base?
Conversation
* Add CI workflows * Extend Cargo metadata * Start collection of basic data types
Just store a &'static [u8]. This means the type can become trivially `Copy`. Technically a breaking change for several reasons; eg losing `impl From<Vec<u8>>`.
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #1462 +/- ##
==========================================
- Coverage 95.87% 95.57% -0.30%
==========================================
Files 77 72 -5
Lines 15779 15271 -508
==========================================
- Hits 15128 14596 -532
- Misses 651 675 +24 ☔ View full report in Codecov by Sentry. |
I suggest when transferring the tags after this merges, we rename them |
Renaming them makes sense to me, I would paint this bikeshed the color hypen ( |
And for the workflow yml, I suggest we name that by the subdirectory name too? If we keep a separate pki-types workflow, should we restrict it to running for changes that touch that subdirectory? I think I'd prefer to avoid having separate workflows for each sub-crate until and unless we find it too inflexible. |
I think we can get away without separate workflows for now, especially since pki-types is very fast to build and we can relegate slower parts to the daily tests workflow. |
Agree. Do you want to have a commit in this PR that deletes |
Yes, I think most of that will happen "automatically" because the PR makes pki-types part of the workspace, but I'll make sure to check. |
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.
I think this looks good, but admittedly I haven't reviewed many branches that perform a repo-wide git import.
This comment was marked as outdated.
This comment was marked as outdated.
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.
AFAICT the extra ci.yml
has fallen away now.
This contains a merge commit, so I'm not sure we can/want to rebase it.