Skip to content

Commit b7bc862

Browse files
committed
Adjustments to fix build failures after rebase
1 parent 44eef24 commit b7bc862

File tree

4 files changed

+3
-795
lines changed

4 files changed

+3
-795
lines changed

CodeGeneration/Sources/generate-swift-syntax/templates/swiftsyntaxbuilder/BuildableCollectionNodesFile.swift

Lines changed: 0 additions & 66 deletions
This file was deleted.

Sources/SwiftSyntax/Documentation.docc/Contributing/ChangingSwiftSyntax.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ structures in sync, this project generates code using the Swift package
1111

1212
## Regenerating Files
1313

14-
To re-generate the files after changing `CodeGeneration` run the `generate-swiftsyntax`
14+
To re-generate the files after changing `CodeGeneration` run the `generate-swift-syntax`
1515
target of `CodeGeneration`.
1616

1717
On the command line, this would be
1818
```bash
19-
swift run --package-path CodeGeneration generate-swiftsyntax
19+
swift run --package-path CodeGeneration generate-swift-syntax
2020
```
2121

2222
## Adding and Removing Syntax Nodes

SwiftSyntaxDevUtils/Sources/swift-syntax-dev-utils/common/SourceCodeGeneratorCommand.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ extension SourceCodeGeneratorCommand {
2626
var args = [
2727
"run",
2828
"--package-path", Paths.codeGenerationDir.relativePath,
29-
"generate-swiftsyntax", sourceDir.relativePath,
29+
"generate-swift-syntax", sourceDir.relativePath,
3030
]
3131

3232
if arguments.verbose {

0 commit comments

Comments
 (0)