-
-
Notifications
You must be signed in to change notification settings - Fork 609
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
Fixes issues 16271, 18825, 8065, 5050 - Allow function literals return by reference #9558
Conversation
|
Thanks for your pull request and interest in making D better, @BorisCarvajal! 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 fetch digger
dub run digger -- build "master + dmd#9558" |
|
Please take a look at the buildkite ocean failures |
This may have been caused by Ocean's recent 5.0.0 release. |
|
I checked and the error is the same with stable. |
|
Thanks for working on this @BorisCarvajal! |
|
Could you please add the text "Fix Issue" followed by the issue numbers in a commit so that the dlang bot automatically links the issues with this PR? |
|
Specifically the commit message should contain "Fixes issues 16271, 18825, 8065, 5050", i.e. make it the same as the PR title. |
4ce6e63 to
60251b8
Compare
|
done |
|
|
|
Make sure the commits are squashed when merging. |
|
@ZombineDev I had the spec PR on 72h -> merge, I don't think we need to wait for both. |
|
@BorisCarvajal as this is definitely a new feature that DMD users should be made aware of (e.g. so that they can update their D grammar/parsers), it would be great if you could follow up with a small changelog entry: https://github.com/dlang/dmd/tree/master/changelog Thanks! This also will help to expose your work to the wider D community. |
|
Great work. Thanks @BorisCarvajal ! |
respective change in spec dlang/dlang.org#2618