Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

Draft
GalaxyRider111 wants to merge9 commits intodlang:master
base:master
Choose a base branch
Loading
fromGalaxyRider111:move_only_types

Conversation

@GalaxyRider111
Copy link

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?

@dlang-bot
Copy link
Contributor

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 verify that your PR follows this checklist:

  • My PR is fully covered with tests (you can see the coverage diff by visiting thedetails link of the codecov check)
  • My PR is as minimal as possible (smaller, focused PRs are easier to review than big ones)
  • I have provided a detailed rationale explaining my changes
  • New or modified functions have Ddoc comments (withParams: andReturns:)

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 references

Your 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 locally

If you don't have alocal development environment setup, you can useDigger to test this PR:

dub run digger -- build"master + phobos#10779"

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@PetarKirovPetarKirovAwaiting requested review from PetarKirovPetarKirov will be requested when the pull request is marked ready for reviewPetarKirov is a code owner

At least 1 approving review is required to merge this pull request.

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@GalaxyRider111@dlang-bot

[8]ページ先頭

©2009-2025 Movatter.jp