-
Notifications
You must be signed in to change notification settings - Fork 32
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
Add support for parsing BER #42
Conversation
@swift-server-bot add to allowlist |
Can you please run We currently compile In addition you will need to run |
31885b8
to
7a66b54
Compare
Fixed in 7a66b54 |
Is this actually an API breakage?
Am I wrong that this should be a transparent change to existing consuming code bases, since the new methods should have been satisfied with extensions. |
You're correct, these are not breaking changes. The API breakage checker is just a bit pessimistic. |
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'm happy with this, I'd like @dnadoba to confirm he is too.
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.
Great addition! Thanks a lot for implementing this!
Adds support for parsing BER encoded structures.