Skip to content

Copy files from SwiftSyntax’s gyb_syntax_support that are relevant to the compiler to this repo #62607

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 3 commits into from
Dec 16, 2022

Conversation

ahoppen
Copy link
Member

@ahoppen ahoppen commented Dec 15, 2022

This allows us to evolve e.g. token kinds and how attributes are modeled independently between SwiftSyntax and the compiler. It also makes it easier to e.g. add an attribute because you don’t need to create PRs for two repositories.

… the compiler to this repo

This allows us to evolve e.g. token kinds and how attributes are modelled independently between SwiftSyntax and the compiler. It also makes it easier to e.g. add an attribute because you don’t need to create PRs for two repositories.
I added quite a few noqa: E501 because I think having similar properties on the same line is more important than having a strict column-limit
@ahoppen ahoppen force-pushed the ahoppen/move-gyb-syntax-support branch from 7d66da6 to 1605184 Compare December 15, 2022 15:40
@ahoppen
Copy link
Member Author

ahoppen commented Dec 15, 2022

@swift-ci Please smoke test

@ahoppen ahoppen merged commit cdf59ad into swiftlang:main Dec 16, 2022
@ahoppen ahoppen deleted the ahoppen/move-gyb-syntax-support branch December 16, 2022 16:38
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.

1 participant