Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions Release Notes/510.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@
- Description: Remarks are used by the Swift compiler and other tools to describe some aspect of translation that doesn't reflect correctness, but may be useful for the user. Remarks have been added to the diagnostic severity enums to align with the Swift compiler.
- Pull Request: https://github.com/apple/swift-syntax/pull/2143

- `assertMacroExpansion` now have new parameters named `applyFixIts` and `fixedSource`
- Description: `applyFixIts` and `fixedSource` are used to assert so ensure that the source code after applying Fix-Its matches this string.
- Issue: https://github.com/apple/swift-syntax/issues/2015
- Pull Request: https://github.com/apple/swift-syntax/pull/2021

## API Behavior Changes

## Deprecations
Expand Down
5 changes: 0 additions & 5 deletions Release Notes/511.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@
- Issue: https://github.com/apple/sourcekit-lsp/issues/909
- Pull Request: https://github.com/apple/swift-syntax/pull/2314

- `assertMacroExpansion` now have new parameters named `applyFixIts` and `fixedSource`
- Description: `applyFixIts` and `fixedSource` are used to assert so ensure that the source code after applying Fix-Its matches this string.
- Issue: https://github.com/apple/swift-syntax/issues/2015
- Pull Request: https://github.com/apple/swift-syntax/pull/2021

- `DeclSyntaxEnum`, `StmtSyntaxEnum`, `ExprSyntaxEnum`, `TypeSyntaxEnum`, and `PatternSyntaxEnum`
- Description: Enum to exhaustively switch over all different syntax nodes of each base type.
- Pull Request: https://github.com/apple/swift-syntax/pull/2351
Expand Down