You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- This commit is part of the work to clean up all our broken links in
#369. This can be shipped on it's own, so I'm separating it out to
keep the main PR as small as possible.
- This commit replaces links to `https://lists.swift.org/mailman/listinfo`
with `https://lists.swift.org/pipermail/`
- In cases where we guide users to submit feedback, I've also added a `>
Note` that explains that mailing lists are now closed and archived,
and they should use forums instead.
Copy file name to clipboardExpand all lines: _posts/2016-03-21-swift-2.2-released.md
-1
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,6 @@ The tag `swift-2.2-RELEASE` designates the specific revisions in those repositor
54
54
55
55
The `swift-2.2-branch` will remain open — but under the same [release management process](/blog/swift-2-2-release-process/)— to accumulate changes for a potential future bug-fix "dot" release.
Copy file name to clipboardExpand all lines: _posts/2016-09-13-swift-3.0-released.md
-1
Original file line number
Diff line number
Diff line change
@@ -144,7 +144,6 @@ The tag `swift-3.0-RELEASE` designates the specific revisions in those repositor
144
144
145
145
The `swift-3.0-branch` will remain open, but under the same [release management process](/blog/swift-3-0-release-process/), to accumulate changes for a potential future bug-fix "dot" release.
Copy file name to clipboardExpand all lines: _posts/2016-12-9-swift-3.1-release-process.md
+6-2
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ Swift 3.1 is intended to be released in the spring of 2017.
17
17
18
18
It is a strong goal that the vast majority of sources that built with the Swift 3.0 compiler continue to build with the Swift 3.1 compiler. The exception will be bug fixes to the compiler that cause it to reject code that should never have been accepted in the first place. These cases should be relatively rare in practice.
19
19
20
-
A description of the intent for source compatibility for Swift releases can be found on a [thread](https://lists.swift.org/pipermail/swift-evolution/Week-of-Mon-20161128/029099.html) on the [swift-evolution](https://lists.swift.org/mailman/listinfo/swift-evolution) mailing list.
20
+
A description of the intent for source compatibility for Swift releases can be found on a [thread](https://lists.swift.org/pipermail/swift-evolution/Week-of-Mon-20161128/029099.html) on the [swift-evolution](https://lists.swift.org/pipermail/swift-evolution/) mailing list.
21
21
22
22
Please file [bug reports](https://bugs.swift.org) if you encounter cases where the Swift 3.1 compiler unexpectedly rejects code that previously compiled with the Swift 3.0 compiler.
23
23
@@ -97,6 +97,10 @@ The overall management of the release will be overseen by the following individu
97
97
Please feel free to email [swift-dev] or [Ted Kremenek] directly concerning any
98
98
questions about the release management process.
99
99
100
+
> Note: Swift mailing lists have been shut down, archived, and replaced with
All pull requests nominating changes for inclusion in the release branch
@@ -126,7 +130,7 @@ useful.
126
130
**All change** going into the `swift-3.1-branch` (outside changes being merged in automatically from `master`) **must go through pull requests** that are accepted by the corresponding release manager.
Copy file name to clipboardExpand all lines: _posts/2017-01-26-bridging-pch.md
+7-1
Original file line number
Diff line number
Diff line change
@@ -37,4 +37,10 @@ To try it out in the meantime, install a compiler that supports it, open the bui
37
37
38
38
If you have a project with a large bridging header, please try using this new mode.
39
39
If you encounter problems, please file a bug in either [Swift.org's bug-tracking system](https://bugs.swift.org/) or [Apple's](https://bugreport.apple.com/).
40
-
General feedback is also welcome by emailing the [[email protected]](https://lists.swift.org/mailman/listinfo/swift-users) mailing list, or on [Twitter](https://twitter.com/swiftlang) (mention `#SwiftBridgingPCH`).
40
+
General feedback is also welcome by emailing the [swift-users mailing list](https://lists.swift.org/pipermail/swift-users/) mailing list, or on [Twitter](https://twitter.com/swiftlang) (mention `#SwiftBridgingPCH`).
41
+
42
+
> Note: Swift mailing lists have been shut down, archived, and replaced with
43
+
> [Swift Forums](https://forums.swift.org). See
44
+
> [the announcement here]({% post_url 2018-01-19-forums %}). A place for general
45
+
> feedback is the [Using Swift](https://forums.swift.org/c/swift-users/)
If you'd like to propose new refactoring ideas, filing a task in Swift's [issue database] with
345
345
label `Refactoring` will be sufficient.
346
346
347
-
For further help with implementing refactoring transformations, please see the [documentation] or feel free to ask questions on the [swift-dev](https://lists.swift.org/mailman/listinfo/swift-dev) mailing list.
347
+
For further help with implementing refactoring transformations, please see the [documentation] or feel free to ask questions on the [swift-dev](https://lists.swift.org/pipermail/swift-dev/) mailing list.
In order for a pull request to be considered for inclusion in the release branch it must include the following information:
@@ -119,7 +123,7 @@ useful.
119
123
**All change** going into the `swift-4.1-branch` (outside changes being merged in automatically from `master`) **must go through pull requests** that are accepted by the corresponding release manager.
Copy file name to clipboardExpand all lines: _posts/2017-2-16-swift-4.0-release-process.md
+6-2
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ Here are some examples of what this interoperability enables:
39
39
40
40
Overall, this scheme will allow existing Swift 3 code to more gradually migrate to Swift 4 (e.g., a target or package at a time).
41
41
42
-
A more detailed description of the intent for source compatibility for Swift releases can be found on a [thread](https://lists.swift.org/pipermail/swift-evolution/Week-of-Mon-20161128/029099.html) on the [swift-evolution](https://lists.swift.org/mailman/listinfo/swift-evolution) mailing list.
42
+
A more detailed description of the intent for source compatibility for Swift releases can be found on a [thread](https://lists.swift.org/pipermail/swift-evolution/Week-of-Mon-20161128/029099.html) on the [swift-evolution](https://lists.swift.org/pipermail/swift-evolution/) mailing list.
43
43
44
44
## Snapshots of Swift 4
45
45
@@ -114,6 +114,10 @@ The overall management of the release will be overseen by the following individu
114
114
Please feel free to email [swift-dev] or [Ted Kremenek] directly concerning any
115
115
questions about the release management process.
116
116
117
+
> Note: Swift mailing lists have been shut down, archived, and replaced with
All pull requests nominating changes for inclusion in the release branch
@@ -143,7 +147,7 @@ useful.
143
147
**All change** going into the `swift-4.0-branch` (outside changes being merged in automatically from `master`) **must go through pull requests** that are accepted by the corresponding release manager.
Copy file name to clipboardExpand all lines: _posts/2018-01-19-forums.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ title: Swift Forums Now Open!
6
6
author: najacque
7
7
---
8
8
9
-
We are delighted to announce that the Swift project has completed the process of migrating to the [Swift Forums](https://forums.swift.org) as the primary method for discussion and communication! The former mailing lists have been shut down and [archived](https://lists.swift.org/mailman/listinfo), and all mailing list content has been imported into the new forum system.
9
+
We are delighted to announce that the Swift project has completed the process of migrating to the [Swift Forums](https://forums.swift.org) as the primary method for discussion and communication! The former mailing lists have been shut down and [archived](https://lists.swift.org/pipermail/), and all mailing list content has been imported into the new forum system.
10
10
11
11
The following @swift.org email lists will continue to function as before:
0 commit comments