Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork747
Adding move-only types support for struct Array#10779
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:master
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
… the new unit tests from the std/array.d
Adding some unit tests to test the fixed-appender
dlang-bot commentedMay 14, 2025
Thanks for your pull request and interest in making D better,@GalaxyRider111! We are looking forward to reviewing it, and you should be hearing from a maintainer soon.
Please seeCONTRIBUTING.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 referencesYour PR doesn't reference any Bugzilla issue. If your PR contains non-trivial changes, pleasereference a Bugzilla issue or create amanual changelog. Testing this PR locallyIf you don't have alocal development environment setup, you can useDigger to test this PR: dub run digger -- build"master + phobos#10779" |
Hello, I am trying to contribute on this issue:#9849 .I have figured it out, that in order to work, move-only types must be add in std/container/array.d, using move() and moveEmplace() methods. I have been trying for the past 2 weeks, but still can't manage to get it to work. When I resolve an error, another 5 appear. Can somebody help me out?