Skip to content

Commit 01936e8

Browse files
authored
Merge pull request #2338 from dempseyatgithub/add-implementaiton-links
Add explicit implementation links so they appear on the SE dashboard
2 parents a4b0478 + f9c9b45 commit 01936e8

5 files changed

+5
-5
lines changed

proposals/0342-static-link-runtime-libraries-by-default-on-supported-platforms.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Review Manager: [Ted Kremenek](https://github.com/tkremenek)
66
* Status: **Accepted**
77
* Decision Notes: [Rationale](https://forums.swift.org/t/accepted-se-0342-statically-link-swift-runtime-libraries-by-default-on-supported-platforms/56517)
8-
* Implementation: https://github.com/apple/swift-package-manager/pull/3905
8+
* Implementation: [apple/swift-package-manager#3905](https://github.com/apple/swift-package-manager/pull/3905)
99
* Initial discussion: [Forum Thread](https://forums.swift.org/t/pre-pitch-statically-linking-the-swift-runtime-libraries-by-default-on-linux)
1010
* Pitch: [Forum Thread](https://forums.swift.org/t/pitch-package-manager-statically-link-swift-runtime-libraries-by-default-on-supported-platforms)
1111

proposals/0381-task-group-discard-results.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Authors: [Cory Benfield](https://github.com/Lukasa), [Konrad Malawski](https://github.com/ktoso)
55
* Review Manager: [Doug Gregor](https://github.com/DougGregor)
66
* Status: **Implemented (Swift 5.9)**
7-
* Implementation: https://github.com/apple/swift/pull/62361
7+
* Implementation: [apple/swift#62361](https://github.com/apple/swift/pull/62361)
88
* Decision Notes: [Rationale](https://forums.swift.org/t/accepted-se-0381-discardingtaskgroups/62615)
99

1010
### Introduction

proposals/0384-importing-forward-declared-objc-interfaces-and-protocols.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Author: [Nuri Amari](https://github.com/NuriAmari)
55
* Review Manager: [Tony Allevato](https://github.com/allevato)
66
* Status: **Implemented (Swift 5.9)**
7-
* Implementation: https://github.com/apple/swift/pull/61606
7+
* Implementation:[apple/swift#61606]( https://github.com/apple/swift/pull/61606)
88
* Upcoming Feature Flag: `ImportObjcForwardDeclarations`
99
* Review: ([pitch](https://forums.swift.org/t/pitch-importing-forward-declared-objective-c-classes-and-protocols/61926)) ([review](https://forums.swift.org/t/se-0384-importing-forward-declared-objective-c-interfaces-and-protocols/62392)) ([acceptance](https://forums.swift.org/t/accepted-se-0384-importing-forward-declared-objective-c-interfaces-and-protocols/62670))
1010

proposals/0410-atomics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Author: [Karoy Lorentey](https://github.com/lorentey), [Alejandro Alonso](https://github.com/Azoy)
55
* Review Manager: [Joe Groff](https://github.com/jckarter)
66
* Bug: [SR-9144](https://github.com/apple/swift/issues/51640)
7-
* Implementation: https://github.com/apple/swift/pull/68857
7+
* Implementation: [apple/swift#68857](https://github.com/apple/swift/pull/68857)
88
* Version: 2023-12-04
99
* Status: **Implemented (Swift 6.0)**
1010
* Previous Revision: [1](https://github.com/apple/swift-evolution/blob/d35d6566fe2297f4782bdfac4d5253e0ca96b353/proposals/0410-atomics.md)

proposals/0420-inheritance-of-actor-isolation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Authors: [John McCall](https://github.com/rjmccall), [Holly Borla](https://github.com/hborla), [Doug Gregor](https://github.com/douggregor)
55
* Review Manager: [Xiaodi Wu](https://github.com/xwu)
66
* Status: **Implemented (Swift 6.0)**
7-
* Implementation: https://github.com/apple/swift/pull/70758, https://github.com/apple/swift/pull/70902
7+
* Implementation: [apple/swift#70758](https://github.com/apple/swift/pull/70758), [apple/swift#70902](https://github.com/apple/swift/pull/70902)
88
* Review: ([pitch](https://forums.swift.org/t/pitch-inheriting-the-callers-actor-isolation/68391)) ([review](https://forums.swift.org/t/se-0420-inheritance-of-actor-isolation/69638)) ([acceptance](https://forums.swift.org/t/accepted-se-0420-inheritance-of-actor-isolation/69913))
99

1010
[SE-0302]: https://github.com/apple/swift-evolution/blob/main/proposals/0302-concurrent-value-and-concurrent-closures.md

0 commit comments

Comments
 (0)