-
-
Notifications
You must be signed in to change notification settings - Fork 610
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
Fix Issue 22945 - [Conditional Compilation] support invariant version flag #13896
Conversation
Signed-off-by: João Lourenço <jlourenco5691@gmail.com>
Signed-off-by: João Lourenço <jlourenco5691@gmail.com>
Signed-off-by: João Lourenço <jlourenco5691@gmail.com>
|
Thanks for your pull request and interest in making D better, @iK4tsu! We are looking forward to reviewing it, and you should be hearing from a maintainer soon.
Please see CONTRIBUTING.md for more information. If you have addressed all reviews or aren't sure how to proceed, don't hesitate to ping us with a simple comment. Bugzilla references
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#13896" |
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.
Needs a changelog entry and possibly spec update.
d05b306 to
76161e6
Compare
Spec PR ready, but what is the changelog entry thing? Never had to do one of those. |
FIX ISSUE 22945 Signed-off-by: João Lourenço <jlourenco5691@gmail.com>
76161e6 to
e61b33c
Compare
Since it closes a bugzilla issue a changelog entry is not required, but it could be nice. See https://github.com/dlang/dmd/tree/master/changelog |
|
Oh I see, it's better if I do it in a separate PR right? |
No, it's usually done in the same PR |
…n D_Invariant feature Signed-off-by: João Lourenço <jlourenco5691@gmail.com>
|
Added changelog entry |
This is a follow-up from https://issues.dlang.org/show_bug.cgi?id=22278
I advise reading the context of this PR: #13048
Sorry for taking so long to add this.