Skip to content

[no-implicit-copy] Rename SILMoveOnlyType -> SILMoveOnlyWrappedType. #59859

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

Conversation

gottesmm
Copy link
Contributor

@gottesmm gottesmm commented Jul 2, 2022

Since I am beginning to prepare for adding real move only types to the language,
I am renaming everything that has to do with copyable types "move only wrapped"
values instead of move only. The hope is this reduces/prevents any confusion in
between the two.


This is NFCI. I did the transform using git grep -l SILMoveOnlyType | sed -i '' -e 's| SILMoveOnlyType| SILMoveOnlyWrappedType|g' followed by a git-clang-format. I checked for weird git-clang-formatting in serialization and eliminated that.

Since I am beginning to prepare for adding real move only types to the language,
I am renaming everything that has to do with copyable types "move only wrapped"
values instead of move only. The hope is this reduces/prevents any confusion in
between the two.
@gottesmm gottesmm force-pushed the pr-276c4e4220a25490659a285e8b94a36bd28ffede branch from d6a4bc0 to 8f3fe63 Compare July 2, 2022 00:26
@gottesmm
Copy link
Contributor Author

gottesmm commented Jul 2, 2022

@swift-ci test

@gottesmm gottesmm merged commit 198b974 into swiftlang:main Jul 2, 2022
@gottesmm gottesmm deleted the pr-276c4e4220a25490659a285e8b94a36bd28ffede branch July 2, 2022 06:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant