Skip to content

Commit

Permalink
Merge pull request #525 from jessesquires/fix_proposal_links
Browse files Browse the repository at this point in the history
[gardening] fix inconsistent proposal links
  • Loading branch information
jtbandes committed Sep 12, 2016
2 parents 7bb65ce + 6d27049 commit dc52ebb
Show file tree
Hide file tree
Showing 62 changed files with 88 additions and 88 deletions.
2 changes: 1 addition & 1 deletion proposals/0001-keywords-as-argument-labels.md
@@ -1,6 +1,6 @@
# Allow (most) keywords as argument labels

* Proposal: [SE-0001](https://github.com/apple/swift-evolution/blob/master/proposals/0001-keywords-as-argument-labels.md)
* Proposal: [SE-0001](0001-keywords-as-argument-labels.md)
* Author: [Doug Gregor](https://github.com/DougGregor)
* Status: **Implemented (Swift 2.2)**
* Bugs: [SR-344](https://bugs.swift.org/browse/SR-344)
Expand Down
2 changes: 1 addition & 1 deletion proposals/0002-remove-currying.md
@@ -1,6 +1,6 @@
# Removing currying `func` declaration syntax

* Proposal: [SE-0002](https://github.com/apple/swift-evolution/blob/master/proposals/0002-remove-currying.md)
* Proposal: [SE-0002](0002-remove-currying.md)
* Author: [Joe Groff](https://github.com/jckarter)
* Status: **Implemented (Swift 3)**

Expand Down
2 changes: 1 addition & 1 deletion proposals/0003-remove-var-parameters.md
@@ -1,6 +1,6 @@
# Removing `var` from Function Parameters

* Proposal: [SE-0003](https://github.com/apple/swift-evolution/blob/master/proposals/0003-remove-var-parameters-patterns.md)
* Proposal: [SE-0003](0003-remove-var-parameters-patterns.md)
* Author: [David Farler](https://github.com/bitjammer)
* Review Manager: [Joe Pamer](https://github.com/jopamer)
* Status: **Implemented (Swift 3)**
Expand Down
2 changes: 1 addition & 1 deletion proposals/0004-remove-pre-post-inc-decrement.md
@@ -1,6 +1,6 @@
# Remove the `++` and `--` operators

* Proposal: [SE-0004](https://github.com/apple/swift-evolution/blob/master/proposals/0004-remove-pre-post-inc-decrement.md)
* Proposal: [SE-0004](0004-remove-pre-post-inc-decrement.md)
* Author: [Chris Lattner](https://github.com/lattner)
* Status: **Implemented (Swift 3)**

Expand Down
8 changes: 4 additions & 4 deletions proposals/0005-objective-c-name-translation.md
@@ -1,6 +1,6 @@
# Better Translation of Objective-C APIs Into Swift

* Proposal: [SE-0005](https://github.com/apple/swift-evolution/blob/master/proposals/0005-objective-c-name-translation.md)
* Proposal: [SE-0005](0005-objective-c-name-translation.md)
* Authors: [Doug Gregor](https://github.com/DougGregor), [Dave Abrahams](https://github.com/dabrahams)
* Review Manager: [Doug Gregor](https://github.com/DougGregor)
* Status: **Implemented (Swift 3)**
Expand All @@ -11,9 +11,9 @@
This review is part of a group of three related reviews, running
concurrently:

* [SE-0023 API Design Guidelines](https://github.com/apple/swift-evolution/blob/master/proposals/0023-api-guidelines.md)
* [SE-0006 Apply API Guidelines to the Standard Library](https://github.com/apple/swift-evolution/blob/master/proposals/0006-apply-api-guidelines-to-the-standard-library.md)
* [SE-0005 Better Translation of Objective-C APIs Into Swift](https://github.com/apple/swift-evolution/blob/master/proposals/0005-objective-c-name-translation.md)
* [SE-0023 API Design Guidelines](0023-api-guidelines.md)
* [SE-0006 Apply API Guidelines to the Standard Library](0006-apply-api-guidelines-to-the-standard-library.md)
* [SE-0005 Better Translation of Objective-C APIs Into Swift](0005-objective-c-name-translation.md)

These reviews are running concurrently because they interact strongly
(e.g., an API change in the standard library will correspond to a
Expand Down
@@ -1,6 +1,6 @@
# Apply API Guidelines to the Standard Library

* Proposal: [SE-0006](https://github.com/apple/swift-evolution/blob/master/proposals/0006-apply-api-guidelines-to-the-standard-library.md)
* Proposal: [SE-0006](0006-apply-api-guidelines-to-the-standard-library.md)
* Authors: [Dave Abrahams](https://github.com/dabrahams), [Dmitri Gribenko](https://github.com/gribozavr), [Maxim Moiseev](https://github.com/moiseev)
* Review Manager: [Doug Gregor](https://github.com/DougGregor)
* Status: **Implemented (Swift 3)**
Expand All @@ -12,9 +12,9 @@
This review is part of a group of three related reviews, running
concurrently:

* [SE-0023 API Design Guidelines](https://github.com/apple/swift-evolution/blob/master/proposals/0023-api-guidelines.md)
* [SE-0006 Apply API Guidelines to the Standard Library](https://github.com/apple/swift-evolution/blob/master/proposals/0006-apply-api-guidelines-to-the-standard-library.md)
* [SE-0005 Better Translation of Objective-C APIs Into Swift](https://github.com/apple/swift-evolution/blob/master/proposals/0005-objective-c-name-translation.md)
* [SE-0023 API Design Guidelines](0023-api-guidelines.md)
* [SE-0006 Apply API Guidelines to the Standard Library](0006-apply-api-guidelines-to-the-standard-library.md)
* [SE-0005 Better Translation of Objective-C APIs Into Swift](0005-objective-c-name-translation.md)

These reviews are running concurrently because they interact strongly
(e.g., an API change in the standard library will correspond to a
Expand Down
2 changes: 1 addition & 1 deletion proposals/0007-remove-c-style-for-loops.md
@@ -1,6 +1,6 @@
# Remove C-style for-loops with conditions and incrementers

* Proposal: [SE-0007](https://github.com/apple/swift-evolution/blob/master/proposals/0007-remove-c-style-for-loops.md)
* Proposal: [SE-0007](0007-remove-c-style-for-loops.md)
* Author: [Erica Sadun](https://github.com/erica)
* Review Manager: [Doug Gregor](https://github.com/DougGregor)
* Status: **Implemented (Swift 3)**
Expand Down
2 changes: 1 addition & 1 deletion proposals/0008-lazy-flatmap-for-optionals.md
@@ -1,6 +1,6 @@
# Add a Lazy flatMap for Sequences of Optionals #

* Proposal: [SE-0008](https://github.com/apple/swift-evolution/blob/master/proposals/0008-lazy-flatmap-for-optionals.md)
* Proposal: [SE-0008](0008-lazy-flatmap-for-optionals.md)
* Author: [Oisin Kidney](https://github.com/oisdk)
* Review Manager: [Doug Gregor](https://github.com/DougGregor)
* Status: **Implemented (Swift 3)**
Expand Down
@@ -1,6 +1,6 @@
# Require self for accessing instance members

* Proposal: [SE-0009](https://github.com/apple/swift-evolution/blob/master/proposals/0009-require-self-for-accessing-instance-members.md)
* Proposal: [SE-0009](0009-require-self-for-accessing-instance-members.md)
* Author: [David Hart](https://github.com/hartbit)
* Review Manager: [Doug Gregor](https://github.com/DougGregor)
* Status: **Rejected**
Expand Down
2 changes: 1 addition & 1 deletion proposals/0010-add-staticstring-unicodescalarview.md
@@ -1,6 +1,6 @@
# Add StaticString.UnicodeScalarView

* Proposal: [SE-0010](https://github.com/apple/swift-evolution/blob/master/proposals/0010-add-staticstring-unicodescalarview.md)
* Proposal: [SE-0010](0010-add-staticstring-unicodescalarview.md)
* Author: [Kevin Ballard](https://github.com/kballard)
* Review Manager: [Doug Gregor](https://github.com/DougGregor)
* Status: **Rejected**
Expand Down
2 changes: 1 addition & 1 deletion proposals/0011-replace-typealias-associated.md
@@ -1,6 +1,6 @@
# Replace `typealias` keyword with `associatedtype` for associated type declarations

* Proposal: [SE-0011](https://github.com/apple/swift-evolution/blob/master/proposals/0011-replace-typealias-associated.md)
* Proposal: [SE-0011](0011-replace-typealias-associated.md)
* Authors: [Loïc Lecrenier](https://github.com/loiclec)
* Review Manager: [Doug Gregor](https://github.com/DougGregor)
* Status: **Implemented (Swift 2.2)**
Expand Down
2 changes: 1 addition & 1 deletion proposals/0012-add-noescape-to-public-library-api.md
@@ -1,6 +1,6 @@
# Add `@noescape` to public library API

* Proposal: [SE-0012](https://github.com/apple/swift-evolution/blob/master/proposals/0012-add-noescape-to-public-library-api.md)
* Proposal: [SE-0012](0012-add-noescape-to-public-library-api.md)
* Author: [Jacob Bandes-Storch](https://github.com/jtbandes)
* Review Manager: [Philippe Hausler](https://github.com/phausler)
* Status: **Rejected**
Expand Down
2 changes: 1 addition & 1 deletion proposals/0013-remove-partial-application-super.md
@@ -1,6 +1,6 @@
# Remove Partial Application of Non-Final Super Methods (Swift 2.2)

* Proposal: [SE-0013](https://github.com/apple/swift-evolution/blob/master/proposals/0013-remove-partial-application-super.md)
* Proposal: [SE-0013](0013-remove-partial-application-super.md)
* Author: [David Farler](https://github.com/bitjammer)
* Review Manager: [Doug Gregor](https://github.com/DougGregor)
* Status: **Rejected**
Expand Down
2 changes: 1 addition & 1 deletion proposals/0014-constrained-AnySequence.md
@@ -1,6 +1,6 @@
# Constraining `AnySequence.init`

* Proposal: [SE-0014](https://github.com/apple/swift-evolution/blob/master/proposals/0014-constrained-AnySequence.md)
* Proposal: [SE-0014](0014-constrained-AnySequence.md)
* Author: [Max Moiseev](https://github.com/moiseev)
* Review Manager: [Doug Gregor](https://github.com/DougGregor)
* Status: **Implemented (Swift 2.2)**
Expand Down
2 changes: 1 addition & 1 deletion proposals/0015-tuple-comparison-operators.md
@@ -1,6 +1,6 @@
# Tuple comparison operators

* Proposal: [SE-0015](https://github.com/apple/swift-evolution/blob/master/proposals/0015-tuple-comparison-operators.md)
* Proposal: [SE-0015](0015-tuple-comparison-operators.md)
* Author: [Kevin Ballard](https://github.com/kballard)
* Review Manager: [Dave Abrahams](https://github.com/dabrahams)
* Status: **Implemented (Swift 2.2)**
Expand Down
@@ -1,6 +1,6 @@
# Add initializers to Int and UInt to convert from UnsafePointer and UnsafeMutablePointer

* Proposal: [SE-0016](https://github.com/apple/swift-evolution/blob/master/proposals/0016-initializers-for-converting-unsafe-pointers-to-ints.md)
* Proposal: [SE-0016](0016-initializers-for-converting-unsafe-pointers-to-ints.md)
* Author: [Michael Buckley](https://github.com/MichaelBuckley)
* Review Manager: [Chris Lattner](https://github.com/lattner)
* Status: **Implemented (Swift 3)**
Expand Down
2 changes: 1 addition & 1 deletion proposals/0017-convert-unmanaged-to-use-unsafepointer.md
@@ -1,6 +1,6 @@
# Change `Unmanaged` to use `UnsafePointer`

* Proposal: [SE-0017](https://github.com/apple/swift-evolution/blob/master/proposals/0017-convert-unmanaged-to-use-unsafepointer.md)
* Proposal: [SE-0017](0017-convert-unmanaged-to-use-unsafepointer.md)
* Author: [Jacob Bandes-Storch](https://github.com/jtbandes)
* Review Manager: [Chris Lattner](https://github.com/lattner)
* Status: **Implemented (Swift 3)**
Expand Down
2 changes: 1 addition & 1 deletion proposals/0018-flexible-memberwise-initialization.md
@@ -1,6 +1,6 @@
# Flexible Memberwise Initialization

* Proposal: [SE-0018](https://github.com/apple/swift-evolution/blob/master/proposals/0018-flexible-memberwise-initializers.md)
* Proposal: [SE-0018](0018-flexible-memberwise-initializers.md)
* Author: [Matthew Johnson](https://github.com/anandabits)
* Review Manager: [Chris Lattner](https://github.com/lattner)
* Status: **Deferred**
Expand Down
2 changes: 1 addition & 1 deletion proposals/0019-package-manager-testing.md
@@ -1,6 +1,6 @@
# Swift Testing

* Proposal: [SE-0019](https://github.com/apple/swift-evolution/blob/master/proposals/0019-package-manager-testing.md)
* Proposal: [SE-0019](0019-package-manager-testing.md)
* Authors: [Max Howell](https://github.com/mxcl), [Daniel Dunbar](https://github.com/ddunbar), [Mattt Thompson](https://github.com/mattt)
* Review Manager: [Rick Ballard](https://github.com/rballard)
* Status: **Implemented (Swift 3)**
Expand Down
2 changes: 1 addition & 1 deletion proposals/0020-if-swift-version.md
@@ -1,6 +1,6 @@
# Swift Language Version Build Configuration

* Proposal: [SE-0020](https://github.com/apple/swift-evolution/blob/master/proposals/0020-if-swift-version.md)
* Proposal: [SE-0020](0020-if-swift-version.md)
* Author: [David Farler](https://github.com/bitjammer)
* Review Manager: [Doug Gregor](https://github.com/DougGregor)
* Status: **Implemented (Swift 2.2)**
Expand Down
2 changes: 1 addition & 1 deletion proposals/0021-generalized-naming.md
@@ -1,6 +1,6 @@
# Naming Functions with Argument Labels

* Proposal: [SE-0021](https://github.com/apple/swift-evolution/blob/master/proposals/0021-generalized-naming.md)
* Proposal: [SE-0021](0021-generalized-naming.md)
* Author: [Doug Gregor](https://github.com/DougGregor)
* Review Manager: [Joe Groff](https://github.com/jckarter)
* Status: **Implemented (Swift 2.2)**
Expand Down
4 changes: 2 additions & 2 deletions proposals/0022-objc-selectors.md
@@ -1,6 +1,6 @@
# Referencing the Objective-C selector of a method

* Proposal: [SE-0022](https://github.com/apple/swift-evolution/blob/master/proposals/0022-objc-selectors.md)
* Proposal: [SE-0022](0022-objc-selectors.md)
* Author: [Doug Gregor](https://github.com/DougGregor)
* Review Manager: [Joe Groff](https://github.com/jckarter)
* Status: **Implemented (Swift 2.2)**
Expand All @@ -23,7 +23,7 @@ error-prone: there is no checking that the string is even a
well-formed selector, much less that it refers to any known method, or
a method of the intended class. Moreover, with the effort to perform
[automatic renaming of Objective-C
APIs](https://github.com/apple/swift-evolution/blob/master/proposals/0005-objective-c-name-translation.md),
APIs](0005-objective-c-name-translation.md),
the link between Swift name and Objective-C selector is
non-obvious. By providing explicit "create a selector" syntax based on
the Swift name of a method, we eliminate the need for developers to
Expand Down
8 changes: 4 additions & 4 deletions proposals/0023-api-guidelines.md
@@ -1,6 +1,6 @@
# API Design Guidelines

* Proposal: [SE-0023](https://github.com/apple/swift-evolution/blob/master/proposals/0023-api-guidelines.md)
* Proposal: [SE-0023](0023-api-guidelines.md)
* Authors: [Dave Abrahams](https://github.com/dabrahams), [Doug Gregor](https://github.com/DougGregor), [Dmitri Gribenko](https://github.com/gribozavr), [Ted Kremenek](https://github.com/tkremenek), [Chris Lattner](http://github.com/lattner), Alex Migicovsky, [Max Moiseev](https://github.com/moiseev), Ali Ozer, [Tony Parker](https://github.com/parkera)
* Review Manager: [Doug Gregor](https://github.com/DougGregor)
* Status: **Implemented (Swift 3)**
Expand All @@ -11,9 +11,9 @@
This review is part of a group of three related reviews, running
concurrently:

* [SE-0023 API Design Guidelines](https://github.com/apple/swift-evolution/blob/master/proposals/0023-api-guidelines.md)
* [SE-0006 Apply API Guidelines to the Standard Library](https://github.com/apple/swift-evolution/blob/master/proposals/0006-apply-api-guidelines-to-the-standard-library.md)
* [SE-0005 Better Translation of Objective-C APIs Into Swift](https://github.com/apple/swift-evolution/blob/master/proposals/0005-objective-c-name-translation.md)
* [SE-0023 API Design Guidelines](0023-api-guidelines.md)
* [SE-0006 Apply API Guidelines to the Standard Library](0006-apply-api-guidelines-to-the-standard-library.md)
* [SE-0005 Better Translation of Objective-C APIs Into Swift](0005-objective-c-name-translation.md)

These reviews are running concurrently because they interact strongly
(e.g., an API change in the standard library will correspond to a
Expand Down
2 changes: 1 addition & 1 deletion proposals/0024-optional-value-setter.md
@@ -1,6 +1,6 @@
# Optional Value Setter `??=`

* Proposal: [SE-0024](https://github.com/apple/swift-evolution/blob/master/proposals/0024-optional-value-setter.md)
* Proposal: [SE-0024](0024-optional-value-setter.md)
* Author: [James Campbell](https://github.com/jcampbell05)
* Review Manager: [Doug Gregor](https://github.com/DougGregor)
* Status: **Rejected**
Expand Down
2 changes: 1 addition & 1 deletion proposals/0025-scoped-access-level.md
@@ -1,6 +1,6 @@
# Scoped Access Level

* Proposal: [SE-0025](https://github.com/apple/swift-evolution/blob/master/proposals/0025-scoped-access-level.md)
* Proposal: [SE-0025](0025-scoped-access-level.md)
* Author: Ilya Belenkiy
* Status: **Implemented (Swift 3)**
* Review Manager: [Doug Gregor](http://github.com/DougGregor)
Expand Down
2 changes: 1 addition & 1 deletion proposals/0026-abstract-classes-and-methods.md
@@ -1,6 +1,6 @@
# Abstract classes and methods

* Proposal: [SE-0026](https://github.com/apple/swift-evolution/blob/master/proposals/0026-abstract-classes-and-methods.md)
* Proposal: [SE-0026](0026-abstract-classes-and-methods.md)
* Author: David Scrève
* Review Manager: [Joe Groff](https://github.com/jckarter/)
* Status: **Deferred**
Expand Down
2 changes: 1 addition & 1 deletion proposals/0027-string-from-code-units.md
@@ -1,6 +1,6 @@
# Expose code unit initializers on String

* Proposal: [SE-0027](https://github.com/apple/swift-evolution/blob/master/proposals/0027-string-from-code-units.md)
* Proposal: [SE-0027](0027-string-from-code-units.md)
* Author: [Zachary Waldowski](https://github.com/zwaldowski)
* Review Manager: [Doug Gregor](https://github.com/DougGregor)
* Status: **Rejected**
Expand Down
2 changes: 1 addition & 1 deletion proposals/0028-modernizing-debug-identifiers.md
@@ -1,6 +1,6 @@
# Modernizing Swift's Debugging Identifiers

* Proposal: [SE-0028](https://github.com/apple/swift-evolution/blob/master/proposals/0028-modernizing-debug-identifiers.md)
* Proposal: [SE-0028](0028-modernizing-debug-identifiers.md)
* Author: [Erica Sadun](http://github.com/erica)
* Review Manager: [Chris Lattner](https://github.com/lattner)
* Status: **Implemented (Swift 2.2)**
Expand Down
2 changes: 1 addition & 1 deletion proposals/0029-remove-implicit-tuple-splat.md
@@ -1,6 +1,6 @@
# Remove implicit tuple splat behavior from function applications

* Proposal: [SE-0029](https://github.com/apple/swift-evolution/blob/master/proposals/0029-remove-implicit-tuple-splat.md)
* Proposal: [SE-0029](0029-remove-implicit-tuple-splat.md)
* Author: [Chris Lattner](http://github.com/lattner)
* Review Manager: [Joe Groff](http://github.com/jckarter)
* Status: **Implemented (Swift 3)**
Expand Down
2 changes: 1 addition & 1 deletion proposals/0030-property-behavior-decls.md
@@ -1,6 +1,6 @@
# Property Behaviors

* Proposal: [SE-0030](https://github.com/apple/swift-evolution/blob/master/proposals/0030-property-behavior-decls.md)
* Proposal: [SE-0030](0030-property-behavior-decls.md)
* Author: [Joe Groff](https://github.com/jckarter)
* Review Manager: [Doug Gregor](https://github.com/DougGregor)
* Status: **Deferred**
Expand Down
2 changes: 1 addition & 1 deletion proposals/0031-adjusting-inout-declarations.md
@@ -1,6 +1,6 @@
# Adjusting `inout` Declarations for Type Decoration

* Proposal: [SE-0031](https://github.com/apple/swift-evolution/blob/master/proposals/0031-adjusting-inout-declarations.md)
* Proposal: [SE-0031](0031-adjusting-inout-declarations.md)
* Authors: [Joe Groff](https://github.com/jckarter), [Erica Sadun](http://github.com/erica)
* Review Manager: [Chris Lattner](https://github.com/lattner)
* Status: **Implemented (Swift 3)**
Expand Down
2 changes: 1 addition & 1 deletion proposals/0032-sequencetype-find.md
@@ -1,6 +1,6 @@
# Add `first(where:)` method to `Sequence`

* Proposal: [SE-0032](https://github.com/apple/swift-evolution/blob/master/proposals/0032-sequencetype-find.md)
* Proposal: [SE-0032](0032-sequencetype-find.md)
* Author: [Kevin Ballard](https://github.com/kballard)
* Review Manager: [Chris Lattner](https://github.com/lattner)
* Status: **Implemented (Swift 3)**
Expand Down
2 changes: 1 addition & 1 deletion proposals/0033-import-objc-constants.md
@@ -1,6 +1,6 @@
# Import Objective-C Constants as Swift Types

* Proposal: [SE-0033](https://github.com/apple/swift-evolution/blob/master/proposals/0033-import-objc-constants.md)
* Proposal: [SE-0033](0033-import-objc-constants.md)
* Author: [Jeff Kelley](https://github.com/SlaunchaMan)
* Review Manager: [John McCall](https://github.com/rjmccall)
* Status: **Implemented (Swift 3)**
Expand Down
4 changes: 2 additions & 2 deletions proposals/0034-disambiguating-line.md
@@ -1,6 +1,6 @@
# Disambiguating Line Control Statements from Debugging Identifiers

* Proposal: [SE-0034](https://github.com/apple/swift-evolution/blob/master/proposals/0034-disambiguating-line.md)
* Proposal: [SE-0034](0034-disambiguating-line.md)
* Author: [Erica Sadun](http://github.com/erica)
* Review Manager: [Chris Lattner](https://github.com/lattner)
* Status: **Implemented (Swift 3)**
Expand All @@ -10,7 +10,7 @@

## Introduction

In being accepted, Swift Evolution SE-0028 (https://github.com/apple/swift-evolution/blob/master/proposals/0028-modernizing-debug-identifiers.md) overloads
In being accepted, Swift Evolution SE-0028 (0028-modernizing-debug-identifiers.md) overloads
the use of `#line` to mean both an identifier that maps to a calling site's line number within a file and acts as part of a line control statement. This proposal nominates `#setline` to replace `#line` for file and line syntactic source control.

The discussion took place on-line in the [*\[Discussion\]: Renaming #line, the line control statement*](https://lists.swift.org/pipermail/swift-evolution/Week-of-Mon-20160208/009390.html) thread.
Expand Down
4 changes: 2 additions & 2 deletions proposals/0035-limit-inout-capture.md
@@ -1,6 +1,6 @@
# Limiting `inout` capture to `@noescape` contexts

* Proposal: [SE-0035](https://github.com/apple/swift-evolution/blob/master/proposals/0035-limit-inout-capture.md)
* Proposal: [SE-0035](0035-limit-inout-capture.md)
* Author: [Joe Groff](https://github.com/jckarter)
* Review Manager: [Chris Lattner](https://github.com/lattner)
* Status: **Implemented (Swift 3)**
Expand Down Expand Up @@ -143,7 +143,7 @@ For migration, the compiler can offer one of the above fixits, checking the use
shadow copy is more appropriate. (Or naively, the fixit can just offer the shadow copy fixit.)

This also increases pressure on libraries to make more use of `@noescape` where possible, as
proposed in [SE-0012](https://github.com/apple/swift-evolution/blob/master/proposals/0012-add-noescape-to-public-library-api.md).
proposed in [SE-0012](0012-add-noescape-to-public-library-api.md).

## Alternatives considered

Expand Down
2 changes: 1 addition & 1 deletion proposals/0036-enum-dot.md
@@ -1,6 +1,6 @@
# Requiring Leading Dot Prefixes for Enum Instance Member Implementations

* Proposal: [SE-0036](https://github.com/apple/swift-evolution/blob/master/proposals/0036-enum-dot.md)
* Proposal: [SE-0036](0036-enum-dot.md)
* Authors: [Erica Sadun](http://github.com/erica), [Chris Lattner](https://github.com/lattner)
* Review Manager: [Doug Gregor](https://github.com/DougGregor)
* Status: **Implemented (Swift 3)**
Expand Down
2 changes: 1 addition & 1 deletion proposals/0037-clarify-comments-and-operators.md
@@ -1,6 +1,6 @@
# Clarify interaction between comments & operators

* Proposal: [SE-0037](https://github.com/apple/swift-evolution/blob/master/proposals/0037-clarify-comments-and-operators.md)
* Proposal: [SE-0037](0037-clarify-comments-and-operators.md)
* Author: [Jesse Rusak](https://github.com/jder)
* Review Manager: [Chris Lattner](http://github.com/lattner)
* Status: **Implemented (Swift 3)**
Expand Down
2 changes: 1 addition & 1 deletion proposals/0038-swiftpm-c-language-targets.md
@@ -1,6 +1,6 @@
# Package Manager C Language Target Support

* Proposal: [SE-0038](https://github.com/apple/swift-evolution/blob/master/proposals/0038-swiftpm-c-language-targets.md)
* Proposal: [SE-0038](0038-swiftpm-c-language-targets.md)
* Author: [Daniel Dunbar](https://github.com/ddunbar)
* Review Manager: [Rick Ballard](https://github.com/rballard)
* Status: **Implemented (Swift 3)**
Expand Down

0 comments on commit dc52ebb

Please sign in to comment.