-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Add a new proposal: 0006 Apply API Guidelines to the Standard Library #1
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
Add a new proposal: 0006 Apply API Guidelines to the Standard Library #1
Conversation
efe7491
to
12f0033
Compare
LGTM. -Chris
|
* Proposal: [SE-0006](https://github.com/apple/swift-evolution/proposals/0006-apply-api-guidelines-to-the-standard-library.md) | ||
* Author(s): [Dave Abrahams](https://github.com/dabrahams), [Dmitri Gribenko](https://github.com/gribozavr), [Maxim Moiseev](https://github.com/moiseev) | ||
* Status: **Review** | ||
* Review manager: TBD |
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.
I guess I should be review manager here.
This LGTM! |
Shall I merge? |
Yes, please! |
…dard-library Add a new proposal: 0006 Apply API Guidelines to the Standard Library
Add missing word
… to rename it "SwiftPM support for different Swift versions"). One thing remains to update, which is to elaborate on the discussion of consequences of doing nothing.
…iew. The review is extended to September 14.
…iew. (#523) The review is extended to September 14.
Initial draft of String proposal #1
* structured-concurrency: improve wording and add examples * [structured concurrency] updates from review 1 * cleanups * groups dont suspend on spawn, they never did; more discussion * fix a few remaining needless awaits * introduce Spawned * Kick off second review
expand on limitations of noncopyable types and generics
* Add a draft proposal for parameter packs. * Fix the type of postfix ... operator in the ambiguity example. * update pitch (#1) * Add missing SE proposal information. * Replace the '...' syntax with 'repeat each'. * Add more introductory explanation to the proposed solution. * Update proposals/NNNN-parameter-packs.md Co-authored-by: Remy Demarest <[email protected]> * Address editorial feedback * Add pack iteration and pack element projection to the future directions. * Move local value packs and add explicit pack syntax to future directions. * Describe single-element tuple unwrapping under pack substitution. * Simplify the description of same-type requirements involving parameter packs. * Update proposals/NNNN-parameter-packs.md Co-authored-by: Becca Royal-Gordon <[email protected]> * Move the introduction above the table of contents. * Specify trailing closure matching rules for parameter packs. * Replace the term "type sequence" with "type list" to avoid confusion with the Sequence protocol. * Add more commentary on the `repeat each` syntax design. * Minor editorial changes * Describe how variadic generic functions interact with overload resolution. * Update pitch links. * Update 0393-parameter-packs.md --------- Co-authored-by: Slava Pestov <[email protected]> Co-authored-by: Remy Demarest <[email protected]> Co-authored-by: Becca Royal-Gordon <[email protected]> Co-authored-by: Xiaodi Wu <[email protected]>
Link to implementation, make proposed edits to proposal text
Heavy edit: remove dead sections/comments, break lines, various wording changes
Fix some code snippets in NNNN-nonisolated-for-global-actor-cutoff.md
No description provided.