Swift 5.10 Release
·
39 commits
to main
since this release
What's Changed
- Adjustments to split
FunctionParameterSyntaxinto multiple nodes for function parameters, closure parameters and enum parameters by @ahoppen in #229 - Remove usage of methods that shouldn’t be part of SwiftSyntax’s public API by @ahoppen in #230
- Switch SwiftEvolve from SwiftSyntaxParser to SwiftParser by @ahoppen in #234
- Adjustment for SwiftSyntax rename
members->memberBlockby @ahoppen in #232 - Remove force unwrapping for source location by @kimdv in #233
- Rename the incremental source edit to
IncrementalEditby @bnbarham in #238 - Skip the
insideOutandconcurrentrewrite mode of CodePointWidth.swift in swift-power-assert by @ahoppen in #240 - Sync api change in
IncrementalParseTransitionby @StevenWong12 in #242 - Use
kindinstead ofas(SyntaxEnum.self)to allow swift-syntax’s compatibility layer to kick in by @ahoppen in #243 - Adjustments for node renames in swift-syntax by @ahoppen in #244
- Adjustments for refactoring of representation of Accessors in SwiftSyntax by @ahoppen in #245
- Adjustments because MemberAccessExpr represents the member name as DeclReferenceExpr by @ahoppen in #246
- Fix deprecation warnings from renamed SwiftSyntax APIs by @ahoppen in #247
- Fix deprecation warnings in SwiftEvolve from renamed SwiftSyntax APIs by @ahoppen in #248
- Adjustment for
floatingLiteral->floatLiteralrename in swift-syntax by @ahoppen in #249 - Update for the fact that syntax collections are always non-optional in SwiftSyntax now by @ahoppen in #250
New Contributors
- @StevenWong12 made their first contribution in #242
Full Changelog: swift-5.9.2-RELEASE...swift-5.10-RELEASE