-
Notifications
You must be signed in to change notification settings - Fork 10.5k
SwiftSyntax: Commit gyb-generated files to master #27841
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
SwiftSyntax: Commit gyb-generated files to master #27841
Conversation
…ed-files This will allow us to set up a CI bot that can test that all generated sources in SwiftSyntax are up-to-date.
…s all generated files We no longer need to generate the files using gyb. Instead we should check that the generated files are actually up-to-date.
@swift-ci Please test |
Build failed |
Build failed |
@swift-ci Please smoke test |
Just realized I hadn't updated the generated files to match. Let's restart the test. @swift-ci Please smoke test |
Swift-CI didn’t pull in the SwiftSyntax sources. Try again. @swift-ci Please smoke test |
Test failure seemed unrelated. Let’s try one more time. @swift-ci Please smoke test macOS platform |
The bug causing CI tests to fail should be fixed now @swift-ci Please smoke test macOS platform |
This is a companion PR to swiftlang/swift-syntax#159. It adds the necessary flags to forward
--swiftsyntax-verify-generated-files
and adds a preset with which we can test SwiftSyntax in CI. At the moment SwiftSyntax is using a hard-baked command in CI.