-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Port a tiny tiny bit of the ASN.1 parsing to Rust #5357
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
We'll need PyO3/setuptools-rust#68 before it's possible to consider something like this. |
alex
force-pushed
the
rust-asn1-parser
branch
3 times, most recently
from
July 30, 2020 00:34
bd15efb
to
745c650
Compare
alex
force-pushed
the
rust-asn1-parser
branch
2 times, most recently
from
August 6, 2020 13:00
96262c7
to
c2aaf68
Compare
This comment has been minimized.
This comment has been minimized.
alex
force-pushed
the
rust-asn1-parser
branch
4 times, most recently
from
August 6, 2020 13:17
9beb69d
to
cbcfae7
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
alex
force-pushed
the
rust-asn1-parser
branch
2 times, most recently
from
August 7, 2020 19:15
2b7a8b6
to
9106c59
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
alex
force-pushed
the
rust-asn1-parser
branch
2 times, most recently
from
August 7, 2020 22:50
2236059
to
5013f69
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Closed
alex
force-pushed
the
rust-asn1-parser
branch
from
December 22, 2020 23:13
1375576
to
6213bad
Compare
alex
force-pushed
the
rust-asn1-parser
branch
8 times, most recently
from
February 23, 2021 12:47
f9d3ac6
to
c5ec562
Compare
alex
force-pushed
the
rust-asn1-parser
branch
2 times, most recently
from
April 5, 2021 00:13
be54f02
to
037b59a
Compare
reaperhulk
approved these changes
Apr 11, 2021
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.
Alex and I pair reviewed this (and rust-asn1) over a few hours, so the lack of comments before approval is not indicative of the level of review scrutiny.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Blocked on: