Skip to content

Commit fadc5f1

Browse files
authored
Merge pull request swiftlang#73 from benlangmuir/tc-plus-plus
Update recommended toolchain to 2019-01-22-a
2 parents bf42a68 + af05e94 commit fadc5f1

File tree

7 files changed

+18
-18
lines changed

7 files changed

+18
-18
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ SourceKit-LSP is an implementation of the [Language Server Protocol](https://mic
77

88
SourceKit-LSP is under heavy development! The best way to try it out is to build it from source. You will also need a Swift development toolchain and an editor that supports LSP.
99

10-
1. Install the `swift-DEVELOPMENT-SNAPSHOT-2019-01-05-a` toolchain snapshot from https://swift.org/download/#snapshots. Set the environment variable `SOURCEKIT_TOOLCHAIN_PATH` to the absolute path to the toolchain or otherwise configure your editor to use this toolchain. See [Toolchains](#toolchains) for more information.
10+
1. Install the `swift-DEVELOPMENT-SNAPSHOT-2019-01-22-a` toolchain snapshot from https://swift.org/download/#snapshots. Set the environment variable `SOURCEKIT_TOOLCHAIN_PATH` to the absolute path to the toolchain or otherwise configure your editor to use this toolchain. See [Toolchains](#toolchains) for more information.
1111

1212
2. Build the language server executable `sourcekit-lsp` using `swift build`. See [Building](#building-sourcekit-lsp) for more information.
1313

@@ -73,7 +73,7 @@ SourceKit-LSP depends on tools such as `sourcekitd` and `clangd`, which it loads
7373

7474
### Recommended Toolchain
7575

76-
Use the `swift-DEVELOPMENT-SNAPSHOT-2019-01-05-a` toolchain snapshot from https://swift.org/download/#snapshots. SourceKit-LSP is still early in its development and we are actively adding functionality to the toolchain to support it.
76+
Use the `swift-DEVELOPMENT-SNAPSHOT-2019-01-22-a` toolchain snapshot from https://swift.org/download/#snapshots. SourceKit-LSP is still early in its development and we are actively adding functionality to the toolchain to support it.
7777

7878
### Selecting the Toolchain
7979

Tests/LanguageServerProtocolJSONRPCTests/XCTestManifests.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import XCTest
33

44
extension CodingTests {
5-
// DO NOT MODIFY: This is autogenerated, use:
5+
// DO NOT MODIFY: This is autogenerated, use:
66
// `swift test --generate-linuxmain`
77
// to regenerate.
88
static let __allTests__CodingTests = [
@@ -12,7 +12,7 @@ extension CodingTests {
1212
}
1313

1414
extension ConnectionPerfTests {
15-
// DO NOT MODIFY: This is autogenerated, use:
15+
// DO NOT MODIFY: This is autogenerated, use:
1616
// `swift test --generate-linuxmain`
1717
// to regenerate.
1818
static let __allTests__ConnectionPerfTests = [
@@ -23,7 +23,7 @@ extension ConnectionPerfTests {
2323
}
2424

2525
extension ConnectionTests {
26-
// DO NOT MODIFY: This is autogenerated, use:
26+
// DO NOT MODIFY: This is autogenerated, use:
2727
// `swift test --generate-linuxmain`
2828
// to regenerate.
2929
static let __allTests__ConnectionTests = [
@@ -40,7 +40,7 @@ extension ConnectionTests {
4040
}
4141

4242
extension MessageParsingTests {
43-
// DO NOT MODIFY: This is autogenerated, use:
43+
// DO NOT MODIFY: This is autogenerated, use:
4444
// `swift test --generate-linuxmain`
4545
// to regenerate.
4646
static let __allTests__MessageParsingTests = [

Tests/LanguageServerProtocolTests/XCTestManifests.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import XCTest
33

44
extension CodingTests {
5-
// DO NOT MODIFY: This is autogenerated, use:
5+
// DO NOT MODIFY: This is autogenerated, use:
66
// `swift test --generate-linuxmain`
77
// to regenerate.
88
static let __allTests__CodingTests = [
@@ -11,7 +11,7 @@ extension CodingTests {
1111
}
1212

1313
extension ConnectionTests {
14-
// DO NOT MODIFY: This is autogenerated, use:
14+
// DO NOT MODIFY: This is autogenerated, use:
1515
// `swift test --generate-linuxmain`
1616
// to regenerate.
1717
static let __allTests__ConnectionTests = [
@@ -22,7 +22,7 @@ extension ConnectionTests {
2222
}
2323

2424
extension LanguageServerProtocolTests {
25-
// DO NOT MODIFY: This is autogenerated, use:
25+
// DO NOT MODIFY: This is autogenerated, use:
2626
// `swift test --generate-linuxmain`
2727
// to regenerate.
2828
static let __allTests__LanguageServerProtocolTests = [

Tests/SKCoreTests/XCTestManifests.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import XCTest
33

44
extension CompilationDatabaseTests {
5-
// DO NOT MODIFY: This is autogenerated, use:
5+
// DO NOT MODIFY: This is autogenerated, use:
66
// `swift test --generate-linuxmain`
77
// to regenerate.
88
static let __allTests__CompilationDatabaseTests = [
@@ -17,7 +17,7 @@ extension CompilationDatabaseTests {
1717
}
1818

1919
extension FallbackBuildSystemTests {
20-
// DO NOT MODIFY: This is autogenerated, use:
20+
// DO NOT MODIFY: This is autogenerated, use:
2121
// `swift test --generate-linuxmain`
2222
// to regenerate.
2323
static let __allTests__FallbackBuildSystemTests = [
@@ -31,7 +31,7 @@ extension FallbackBuildSystemTests {
3131
}
3232

3333
extension ToolchainRegistryTests {
34-
// DO NOT MODIFY: This is autogenerated, use:
34+
// DO NOT MODIFY: This is autogenerated, use:
3535
// `swift test --generate-linuxmain`
3636
// to regenerate.
3737
static let __allTests__ToolchainRegistryTests = [

Tests/SKSupportTests/XCTestManifests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import XCTest
33

44
extension SupportTests {
5-
// DO NOT MODIFY: This is autogenerated, use:
5+
// DO NOT MODIFY: This is autogenerated, use:
66
// `swift test --generate-linuxmain`
77
// to regenerate.
88
static let __allTests__SupportTests = [

Tests/SKSwiftPMWorkspaceTests/XCTestManifests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import XCTest
33

44
extension SwiftPMWorkspaceTests {
5-
// DO NOT MODIFY: This is autogenerated, use:
5+
// DO NOT MODIFY: This is autogenerated, use:
66
// `swift test --generate-linuxmain`
77
// to regenerate.
88
static let __allTests__SwiftPMWorkspaceTests = [

Tests/SourceKitTests/XCTestManifests.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import XCTest
33

44
extension FoldingRangeTests {
5-
// DO NOT MODIFY: This is autogenerated, use:
5+
// DO NOT MODIFY: This is autogenerated, use:
66
// `swift test --generate-linuxmain`
77
// to regenerate.
88
static let __allTests__FoldingRangeTests = [
@@ -14,7 +14,7 @@ extension FoldingRangeTests {
1414
}
1515

1616
extension LocalClangTests {
17-
// DO NOT MODIFY: This is autogenerated, use:
17+
// DO NOT MODIFY: This is autogenerated, use:
1818
// `swift test --generate-linuxmain`
1919
// to regenerate.
2020
static let __allTests__LocalClangTests = [
@@ -24,7 +24,7 @@ extension LocalClangTests {
2424
}
2525

2626
extension LocalSwiftTests {
27-
// DO NOT MODIFY: This is autogenerated, use:
27+
// DO NOT MODIFY: This is autogenerated, use:
2828
// `swift test --generate-linuxmain`
2929
// to regenerate.
3030
static let __allTests__LocalSwiftTests = [
@@ -40,7 +40,7 @@ extension LocalSwiftTests {
4040
}
4141

4242
extension SKTests {
43-
// DO NOT MODIFY: This is autogenerated, use:
43+
// DO NOT MODIFY: This is autogenerated, use:
4444
// `swift test --generate-linuxmain`
4545
// to regenerate.
4646
static let __allTests__SKTests = [

0 commit comments

Comments
 (0)