Skip to content

Releases: swiftlang/swift-stress-tester

Swift 5.10.1 Release

06 Jun 19:11
d330b3a
Compare
Choose a tag to compare
Merge pull request #250 from ahoppen/ahoppen/no-optional-collection-n…

…odes

Update for the fact that syntax collections are always non-optional in SwiftSyntax now

Swift 5.10 Release

06 Mar 16:15
d330b3a
Compare
Choose a tag to compare

What's Changed

  • Adjustments to split FunctionParameterSyntax into 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 -> memberBlock by @ahoppen in #232
  • Remove force unwrapping for source location by @kimdv in #233
  • Rename the incremental source edit to IncrementalEdit by @bnbarham in #238
  • Skip the insideOut and concurrent rewrite mode of CodePointWidth.swift in swift-power-assert by @ahoppen in #240
  • Sync api change in IncrementalParseTransition by @StevenWong12 in #242
  • Use kind instead of as(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 -> floatLiteral rename 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

Full Changelog: swift-5.9.2-RELEASE...swift-5.10-RELEASE