-
-
Notifications
You must be signed in to change notification settings - Fork 639
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
Remove extern(Pascal), deprecated in v2.084.0 #11989
Conversation
Thanks for your pull request, @Geod24! Bugzilla referencesYour PR doesn't reference any Bugzilla issue. If your PR contains non-trivial changes, please reference a Bugzilla issue or create a manual changelog. Testing this PR locallyIf you don't have a local development environment setup, you can use Digger to test this PR: dub run digger -- build "master + dmd#11989" |
dlang.org was already cleaned up when I did the deprecation, there's only the code in druntime left: dlang/druntime#3285 |
d753bf3
to
31e5a5f
Compare
I changed one of the unit tests. Previously it was simply adapted to use user-provided deprecation, however it's a parser test, not a semantic test, so deprecations won't get triggered. Any deprecation in the parser is likely to be temporary, so it would just be pushing the problem to the next contributor for dubious reasons, hence why I just removed it. |
31e5a5f
to
b271673
Compare
pascal = 5u, | ||
objc = 6u, | ||
system = 7u, | ||
objc = 5u, |
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.
@Geod24 Oops, just realised that you broke downstream gdc and ldc.
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.
Isn't it expected tho ?
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.
Isn't it expected tho ?
You didn't update global.h
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.
Ergh, an oversight, will fix.
This was overlooked in dlang#11989
This was overlooked in dlang#11989
This was overlooked in #11989
It's been 10 releases, time to go! I could make it an explicit error but I don't think that makes much sense.
Will raise dlang.org PR.