-
Notifications
You must be signed in to change notification settings - Fork 439
Fix warning in code gen #1422
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
Fix warning in code gen #1422
Conversation
CodeGeneration/Package.swift
Outdated
.package(url: "https://github.com/apple/swift-syntax.git", revision: "94b9021a2e461fc9a4b3bda6f4734119b52e8094"), | ||
.package(url: "https://github.com/apple/swift-syntax.git", revision: "55349f8019fb129781af3f988011b20b66989664"), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also updated the swift-syntax version. Even there is noting new, just so we don't get too far behind.
@swift-ci please test |
80621cc
to
229d9bf
Compare
@swift-ci please test |
@ahoppen I'm not sure if the new generated files is a mis in a previous PR? But can we, some how, avoid missing code generation in the future? But can we, in the CI refer to a local swift-syntax package? |
Oh, I think that was my fault. I probably forgot to re-generate the files in one of my previous PRs.
Hmm, an interesting idea could be if |
Fix warning in code gen
Fix warning in code gen
No description provided.