Skip to content

Move gyb_syntax_support in swift-syntax from Sources/generate-swift-syntax-builder to Code-Generation #61226

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 23, 2022

Conversation

ahoppen
Copy link
Member

@ahoppen ahoppen commented Sep 21, 2022

@ahoppen
Copy link
Member Author

ahoppen commented Sep 22, 2022

swiftlang/swift-syntax#826

@swift-ci Please smoke test

@ahoppen ahoppen marked this pull request as ready for review September 22, 2022 07:27
@ahoppen ahoppen requested a review from CodaFi September 22, 2022 07:28
@ahoppen ahoppen force-pushed the ahoppen/move-gyb-syntax-support branch from 2c7ff9e to 582f545 Compare September 22, 2022 08:23
@ahoppen
Copy link
Member Author

ahoppen commented Sep 22, 2022

swiftlang/swift-syntax#826

@swift-ci Please smoke test

@ahoppen ahoppen force-pushed the ahoppen/move-gyb-syntax-support branch from 582f545 to 245c0b1 Compare September 22, 2022 13:11
@ahoppen
Copy link
Member Author

ahoppen commented Sep 22, 2022

swiftlang/swift-syntax#826

@swift-ci Please smoke test

@@ -6,7 +6,7 @@ include(SwiftAndroidSupport)
include(SwiftCXXUtils)

function(_swift_gyb_target_sources target scope)
set(SWIFT_SYNTAX_GYB_SUPPORT_DIR "${SWIFT_PATH_TO_SWIFT_SYNTAX_SOURCE}/Sources/generate-swift-syntax-builder")
set(SWIFT_SYNTAX_GYB_SUPPORT_DIR "${SWIFT_PATH_TO_SWIFT_SYNTAX_SOURCE}")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We don’t need this variable

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I thought that it might useful to have it in case we move gyb_syntax_support again. But we can probably just re-introduce it if needed. And hopefully we don’t move that directory anymore.

@ahoppen ahoppen force-pushed the ahoppen/move-gyb-syntax-support branch from 245c0b1 to 3bb4d4d Compare September 23, 2022 09:05
@ahoppen
Copy link
Member Author

ahoppen commented Sep 23, 2022

swiftlang/swift-syntax#826

@swift-ci Please smoke test

@ahoppen ahoppen merged commit b104064 into swiftlang:main Sep 23, 2022
@ahoppen ahoppen deleted the ahoppen/move-gyb-syntax-support branch September 23, 2022 12:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants