-
-
Notifications
You must be signed in to change notification settings - Fork 606
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
implement move constructor #16876
base: master
Are you sure you want to change the base?
implement move constructor #16876
Conversation
Thanks for your pull request, @WalterBright! Bugzilla referencesYour PR doesn't reference any Bugzilla issue. If your PR contains non-trivial changes, please reference a Bugzilla issue or create a manual changelog. 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#16876" |
Oh bother. The current crashes are because of a bad merge. |
What is that osthread.d change doing there? I didn't change it. How do I get back my work before the rebase? |
You can access it via |
@tgehr can you please show me exactly what to type in? i.e. "the corresponding reference" |
Well it depends on the output of the first command, but let's look at an example on my unpacking branch:
The commit before rebase is the one below the one with Therefore, to undo my last
or, alternatively:
|
@tgehr thanks! Will give it a go. |
I've got it back! Yay! Thanks, @tgehr |
0cecf7d
to
a9f1188
Compare
Spec PR: dlang/dlang.org#3918 |
https://github.com/WalterBright/DIPs/blob/master/DIPs/DIP1040.md