-
Notifications
You must be signed in to change notification settings - Fork 1
Upgrade swift-syntax to 602.0.0
#77
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
swift-syntax to 602.0.0swift-syntax to 602.0.0
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #77 +/- ##
==========================================
- Coverage 88.69% 87.81% -0.89%
==========================================
Files 24 24
Lines 292 197 -95
==========================================
- Hits 259 173 -86
+ Misses 33 24 -9 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
| .package( | ||
| url: "https://github.com/swiftlang/swift-syntax.git", | ||
| exact: "600.0.0" | ||
| from: "602.0.0" |
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.
I think we should keep this exact for now-- @graycampbell can probably provide more color onto why
| .package( | ||
| url: "https://github.com/swiftlang/swift-syntax.git", | ||
| exact: "600.0.0" | ||
| from: "602.0.0" |
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.
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.
I think from is fine here, let’s just keep an eye on things in case any issues come up
📝 Summary
Updates the swift-syntax dependency from exact: "600.0.0" to from: "602.0.0". This change:
swift-syntax602.0.0 for latest Swift 6 toolchain compatibilityfrom:instead ofexact:to allow automatic compatibility with future swift-syntax patch/minor releases🛠️ Type of Change
🧪 How Has This Been Tested?
✅ Checklist
SwiftFormat