-
-
Notifications
You must be signed in to change notification settings - Fork 35
Update swiftlang/swift-syntax:main #1594
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
Conversation
Head branch was pushed to by a user without write access
|
It seems that we need to change the existing test cases following swiftlang/swift-syntax#3091. I've fixed tests. 96d5866 All tests now pass in my local environment. |
|
That was a huge help. Thank you so much!!! |
|
Superseded #1606 |
|
The fundamental problem is that the “Update Swift Package” action has been stuck for months. https://github.com/SwiftFiddle/swift-ast-explorer/actions/workflows/spm.yml v |
I recommend to add something like this: |
|
@kkebo Does it also detect dependencies that do not explicitly appear in the dependency graph (only recorded in |
|
@kishikawakatsumi My suggestion is to introduce a bot that updates actions in GitHub Actions, e.g. actions/cache, not Swift dependencies. That's because the “Update Swift Package” actions were failed due to too old actions/cache.
|
|
I see, thanks! |
Related discussion thread: #1498