-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[docs] Begin adding section describing OSSA. #32808
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
[docs] Begin adding section describing OSSA. #32808
Conversation
I need to add text about forwarding instructions, instantaneous and region borrow scopes, introducers, other stuff. I also want to add some examples. I just don't want to do this all at once. So please do not view this prose as a piece of text in isolation. |
@swift-ci smoke test |
@swift-ci test linux platform |
@swift-ci smoke test linux platform |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! Well written!
6b2b6c4
to
9acb23f
Compare
3debf2c
to
d51b11c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks great! I just pointed out a couple of sentences that didn't work for me.
d51b11c
to
030650b
Compare
This just introduces ValueOwnershipKind and the partitioning of value users into consuming and non-consuming users. I have more to add, but this I think is a good start.
030650b
to
8da5616
Compare
@swift-ci smoke test |
This just introduces ValueOwnershipKind and the partitioning of value users into
consuming and non-consuming users. I have more to add, but this I think is a
good start.