-
Notifications
You must be signed in to change notification settings - Fork 42
provide with_platform_verifier_and_extra_roots extension function #204
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
base: main
Are you sure you want to change the base?
Conversation
|
No extra roots on Android... maybe an extension trait method that yields some kind of builder which only offers to set extra roots on non-Android? |
0bd0573 to
c1de987
Compare
|
The android/ios tests failing seems to be unrelated. The semver error is correct, but I feel like it is not significant here - no one should be using |
This comment has been minimized.
This comment has been minimized.
c1de987 to
88108de
Compare
complexspaces
left a comment
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.
This looks good to me. I agree the technical semver breakage shouldn't be important. I have a really hard time seeing anyone using the extension traits in their own type declarations since there's only one implementation of each anyway.
|
I assume if we merge this the |
|
Probably only after we release. |
|
Should we go ahead and merge this and then release next week? We have enough changes in |
|
Sounds good to me. |
Fixes #202