Skip to content

Commit 019a92f

Browse files
authored
Merge pull request #834 from fwcd/fwcd/fix-codegen-folder-name
Rename `Code-Generation` folder to `CodeGeneration`
2 parents f0d742e + f48b474 commit 019a92f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+4
-4
lines changed
File renamed without changes.
File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
../../../Code-Generation/Sources/generate-swiftsyntaxbuilder/gyb_helpers/BuilderInitializableTypes.py
1+
../../../CodeGeneration/Sources/generate-swiftsyntaxbuilder/gyb_helpers/BuilderInitializableTypes.py
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
../../../Code-Generation/Sources/generate-swiftsyntaxbuilder/gyb_helpers/ExpressibleAsConformances.py
1+
../../../CodeGeneration/Sources/generate-swiftsyntaxbuilder/gyb_helpers/ExpressibleAsConformances.py

build-script.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
SWIFTPARSER_DIR = os.path.join(SOURCES_DIR, "SwiftParser")
2424
SWIFTSYNTAXPARSER_DIR = os.path.join(SOURCES_DIR, "SwiftSyntaxParser")
2525

26-
CODE_GENERATION_DIR = os.path.join(PACKAGE_DIR, "Code-Generation")
26+
CODE_GENERATION_DIR = os.path.join(PACKAGE_DIR, "CodeGeneration")
2727
GENERATESWIFTSYNTAXBUILDER_DIR = \
2828
os.path.join(CODE_GENERATION_DIR, "Sources", "generate-swiftsyntaxbuilder")
2929

@@ -349,7 +349,7 @@ def run_code_generation(
349349

350350
swiftpm_call = [
351351
swift_exec, 'run',
352-
"--package-path", os.path.join(PACKAGE_DIR, 'Code-Generation'),
352+
"--package-path", CODE_GENERATION_DIR,
353353
"generate-swift-syntax-builder", swiftsyntaxbuilder_destination
354354
]
355355

0 commit comments

Comments
 (0)