-
-
Notifications
You must be signed in to change notification settings - Fork 382
Deprecation: Issue 6227 - Comparison of different enums #1673
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
Conversation
|
Thanks for your pull request, @wilzbach! We are looking forward to reviewing it, and you should be hearing from a maintainer soon. Some tips to help speed things up:
Bear in mind that large or tricky changes may require multiple rounds of review and revision. Please see CONTRIBUTING.md for more information. Bugzilla references
|
|
looks good. |
|
The deprecation is already part of DMD, so anything blocking this? |
|
CC @CyberShadow - can we get this shipped before the 2.075 release which includes this deprecation? :) |
deprecate.dd
Outdated
| ) | ||
|
|
||
| $(H3 $(DEPNAME Implicit comparison of different enums)) | ||
| $(P Currently, comparison of different enumerated type is allowed: |
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.
"Currently" is not going to be current for much longer
Hehe, I copied this from the entry below -> I changed the tense for both entries. |
a4efed6 to
007c450
Compare
From dlang/dmd#6821
CC @UplinkCoder