-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[Gardening] De-RST the Lexicon #31498
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
@swift-ci smoke test |
@swift-ci smoke test |
@swift-ci test Windows |
## DNM | ||
|
||
"Do not merge". Placed in PR titles where discussion or analysis is still | ||
ongoing. |
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.
Outdated? Draft pull requests
## IUO (implicitly unwrapped optional) | ||
|
||
A type like Optional, but it implicitly converts to its wrapped type. If | ||
the value is `nil` during such a conversion, the program traps just as | ||
it would when a normal Optional is force-unwrapped. IUOs implicitly | ||
convert to and from normal Optionals with the same wrapped type. |
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.
Yeah, I'm not touching the content of these entries. That needs to be done in separate PRs. |
After this has merged through, I have one more PR to get the simpler RST files converted to markdown. I'll tackle the big ones one at a time after that. |
Driver.md links to Lexicon.rst |
I'll catch it in a follow-up. |
⛵ |
No description provided.