-
-
Notifications
You must be signed in to change notification settings - Fork 402
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
Unhide ecn variants #2105
Unhide ecn variants #2105
Conversation
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 don't think we should get rid of the getters. They're a reasonably common idiom even with public variants because they're nice and terse, and the churn doesn't seem justified anyway.
Can you touch on the motivation for exposing the variants? I don't mind doing so, but I'd like to understand why.
Ah, this was discussed in the cited issue.
fcd25de
to
dbeea27
Compare
dbeea27
to
a159e5c
Compare
Removed that commit. |
Pull Request is not mergeable
Pull Request is not mergeable
Pull Request is not mergeable
See #2097
I took the liberty of committing b11f2bf. Unfortunately, it is semver breaking for everything. Users must convertx.is_ce()
tox == EcnCodepoint::Ce
.