Skip to content

Commit b36c568

Browse files
committed
Use * for bullet points in the metadata list.
The existing markup is valid, but this change makes these proposals match everything else.
1 parent b805dcf commit b36c568

File tree

4 files changed

+23
-25
lines changed

4 files changed

+23
-25
lines changed

proposals/0165-dict.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Dictionary & Set Enhancements
22

3-
- Proposal: [SE-0165](0165-dict.md)
4-
- Author: [Nate Cook](https://github.com/natecook1000)
5-
- Review Manager: [Ben Cohen](https://github.com/airspeedswift)
6-
- Status: **Implemented (Swift 4)**
7-
- Decision Notes: [Rationale][rationale]
3+
* Proposal: [SE-0165](0165-dict.md)
4+
* Author: [Nate Cook](https://github.com/natecook1000)
5+
* Review Manager: [Ben Cohen](https://github.com/airspeedswift)
6+
* Status: **Implemented (Swift 4)**
7+
* Decision Notes: [Rationale][rationale]
88

99
## Introduction
1010

proposals/0379-opt-in-reflection-metadata.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
# Swift Opt-In Reflection Metadata
22

3-
* Proposal: [SE-0379](0379-opt-in-reflection-metadata.md)
4-
* Authors: [Max Ovtsin](https://github.com/maxovtsin)
5-
* Review Manager: [Joe Groff](https://github.com/jckarter)
6-
* Status: **Returned for revision**
7-
* Implementation: [apple/swift#34199](https://github.com/apple/swift/pull/34199)
8-
* Review: ([first pitch](https://forums.swift.org/t/proposal-opt-in-reflection-metadata/40981)) ([second pitch](https://forums.swift.org/t/pitch-2-opt-in-reflection-metadata/41696)) ([third pitch](https://forums.swift.org/t/pitch-3-opt-in-reflection-metadata/58852)) ([review](https://forums.swift.org/t/se-0379-opt-in-reflection-metadata/61714)) ([returned for revision](https://forums.swift.org/t/returned-for-revision-se-0379-opt-in-reflection-metadata/62390))
9-
3+
* Proposal: [SE-0379](0379-opt-in-reflection-metadata.md)
4+
* Authors: [Max Ovtsin](https://github.com/maxovtsin)
5+
* Review Manager: [Joe Groff](https://github.com/jckarter)
6+
* Status: **Returned for revision**
7+
* Implementation: [apple/swift#34199](https://github.com/apple/swift/pull/34199)
8+
* Review: ([first pitch](https://forums.swift.org/t/proposal-opt-in-reflection-metadata/40981)) ([second pitch](https://forums.swift.org/t/pitch-2-opt-in-reflection-metadata/41696)) ([third pitch](https://forums.swift.org/t/pitch-3-opt-in-reflection-metadata/58852)) ([review](https://forums.swift.org/t/se-0379-opt-in-reflection-metadata/61714)) ([returned for revision](https://forums.swift.org/t/returned-for-revision-se-0379-opt-in-reflection-metadata/62390))
109

1110
## Introduction
1211

proposals/0387-cross-compilation-destinations.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# Swift SDKs for Cross-Compilation
22

3-
- Proposal: [SE-0387](0387-cross-compilation-destinations.md)
4-
- Authors: [Max Desiatov](https://github.com/MaxDesiatov), [Saleem Abdulrasool](https://github.com/compnerd), [Evan Wilde](https://github.com/etcwilde)
5-
- Review Manager: [Mishal Shah](https://github.com/shahmishal)
6-
- Status: **Accepted**
7-
- Implementation: [apple/swift-package-manager#5911](https://github.com/apple/swift-package-manager/pull/5911),
3+
* Proposal: [SE-0387](0387-cross-compilation-destinations.md)
4+
* Authors: [Max Desiatov](https://github.com/MaxDesiatov), [Saleem Abdulrasool](https://github.com/compnerd), [Evan Wilde](https://github.com/etcwilde)
5+
* Review Manager: [Mishal Shah](https://github.com/shahmishal)
6+
* Status: **Accepted**
7+
* Implementation: [apple/swift-package-manager#5911](https://github.com/apple/swift-package-manager/pull/5911),
88
[apple/swift-package-manager#5922](https://github.com/apple/swift-package-manager/pull/5922),
99
[apple/swift-package-manager#6023](https://github.com/apple/swift-package-manager/pull/6023),
1010
[apple/swift-package-manager#6186](https://github.com/apple/swift-package-manager/pull/6186)
11-
- Review: ([pitch](https://forums.swift.org/t/pitch-cross-compilation-destination-bundles/61777))
11+
* Review: ([pitch](https://forums.swift.org/t/pitch-cross-compilation-destination-bundles/61777))
1212
([first review](https://forums.swift.org/t/se-0387-cross-compilation-destination-bundles/62875))
1313
([second review](https://forums.swift.org/t/second-review-se-0387-cross-compilation-destination-bundles/64660))
1414

proposals/0392-custom-actor-executors.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,19 @@
11
# Custom Actor Executors
22

3-
- Proposal: [SE-0392](0392-custom-actor-executors.md)
4-
- Authors: [Konrad 'ktoso' Malawski](https://github.com/ktoso), [John McCall](https://github.com/rjmccall), [Kavon Farvardin](https://github.com/kavon)
5-
- Review Manager: [Joe Groff](https://github.com/jckarter)
6-
- Status: **Implemented (Swift 5.9)**
7-
- Previous threads:
3+
* Proposal: [SE-0392](0392-custom-actor-executors.md)
4+
* Authors: [Konrad 'ktoso' Malawski](https://github.com/ktoso), [John McCall](https://github.com/rjmccall), [Kavon Farvardin](https://github.com/kavon)
5+
* Review Manager: [Joe Groff](https://github.com/jckarter)
6+
* Status: **Implemented (Swift 5.9)**
7+
* Previous threads:
88
- Original pitch thread from around Swift 5.5: [Support custom executors in Swift Concurrency](https://forums.swift.org/t/support-custom-executors-in-swift-concurrency/44425)
99
- Original "assume..." proposal which was subsumed into this proposal, as it relates closely to asserting on executors: [Pitch: Unsafe Assume on MainActor](https://forums.swift.org/t/pitch-unsafe-assume-on-mainactor/63074/)
10-
- Reviews:
10+
* Reviews:
1111
- First review thread: https://forums.swift.org/t/returned-for-revision-se-0392-custom-actor-executors/64172
1212
- Revisions:
1313
- Rename `Job` to `ExecutorJob`, making it less likely to conflict with existing type names, and typealias `UnownedJob` with `UnownedExecutorJob` (however the old type remains for backwards compatibility).
1414
- Move assert/precondition/assume APIs to extensions on actor types, e.g. `Actor/assertIsolated`, `DistributedActor/preconditionIsolated`, `MainActor/assumeIsolated { ... }`
1515
- Distributed actor executor customization `unownedExecutor` invoked on a remote distributed actor, to return an executor that fatal errors only once attempts are made to enqueue work onto it, rather than crashing immediately upon attempting to obtain the executor.
1616

17-
1817
## Table of Contents
1918

2019
- [Custom Actor Executors](#custom-actor-executors)

0 commit comments

Comments
 (0)