-
-
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
Fix Bugzilla 24872 - Assigning non-copyable value to array has no effect #17083
Conversation
Thanks for your pull request and interest in making D better, @pbackus! 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 "stable + dmd#17083" |
Please target stable instead. This is a bug fix. |
Rebased and targeted to stable. |
??? |
I was able to reproduce this failure locally using Phobos |
If you could find what that is and cherry pick it that would be great. |
Bug was fixed by #16724 |
Cherry-picking results in merge conflicts that I don't know the code well enough to resolve. Maybe @dkorpel can help? |
The bug fix relies on refactoring (especially #16715) that's currently only in master, so either that refactoring has to be ported to stable as well, or the bug fix should be adapted to work in the code before refactoring. Or perhaps master can simply be merged into stable since 2.109.1 has been released, or was there a cutoff for 2.110 already? Not sure with the current release situation. |
Credit to @jacob-carlborg for pointing this out on Discord.