Releases: swiftlang/swift-stress-tester
Releases · swiftlang/swift-stress-tester
Swift 6.1.1 Release
Merge pull request #267 from ahoppen/change-6.1-dependency Change released dependencies branch to `release/6.1`
Swift 6.1 Release
What's Changed
- Introduce a
relatedDependenciesBranch
variable by @ahoppen in #257 - Don’t report timeout errors by @ahoppen in #258
- [6.0] Don’t report timeout errors by @ahoppen in #259
- Update links for repositories moved to the swiftlang org on GitHub by @ahoppen in #261
- Update README.md by @parispittman in #260
- Import
Darwin
in files that usefree
by @ahoppen in #263 - Add documentation of how to reduce stress tester issues by @ahoppen in #264
- Change released dependencies branch to
release/6.1
by @ahoppen in #267
New Contributors
- @parispittman made their first contribution in #260
Full Changelog: swift-6.0.3-RELEASE...swift-6.1-RELEASE
Swift 6.0.3 Release
Full Changelog: swift-6.0.2-RELEASE...swift-6.0.3-RELEASE
Swift 5.10.1 Release
swift-5.10.1-RELEASE Merge pull request #250 from ahoppen/ahoppen/no-optional-collection-n…
Swift 5.10 Release
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
andconcurrent
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 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
->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
- @StevenWong12 made their first contribution in #242
Full Changelog: swift-5.9.2-RELEASE...swift-5.10-RELEASE