-
Notifications
You must be signed in to change notification settings - Fork 248
[5.9] Various cherry-picks since the branch cut. #556
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Fix formatting of import with multiple attributes (fixes swiftlang#445) and ensure that imports never wrap
Fix fatal error caused by switch cases without any statements (swiftlang#473)
Remove the `swift-tools-support-core` dependency from swift-format.
…tion [SwiftSyntax] Remove force unwrapping for source location
Fix pretty printing of multi-statement closures (issue swiftlang#494)
Avoid removing certain disambiguating parens from conditions (fixes swiftlang#298)
Fix more postfix pound if scenarios
Removed warnings
Adjustment for SwiftSyntax rename `members` -> `memberBlock`
…-dependency Change version dependency on `swift-argument-parser` to from `upToNextMinor` to `upToNextMajor`
Fix indentation of multiline strings when part of a larger expression.
Fix `try`/`await` expressions in `NoAssignmentInExpressions`.
…fixes Further improve multiline string formatting.
…fixes Allow exceptions to `NoAssignmentInExpressions`.
Fix `async throws` function types when they appear in an expression context.
Wrap keypath literals appropriately.
Format `macro` declarations.
…hite_space Insert white space before trailing closure of a macro expression
Delete `UnknownNodeTests`.
Don't insert an extra break inside empty multiline strings.
…errors Downgrade `editor placeholder in source file` from error to warning.
Improve wrapping of if/switch expressions.
Fix postfix-`#if` formatting when they come after a closing parenthesis.
Fix indentation of multiline strings in enum case raw values.
rintaro
added a commit
to rintaro/swift-syntax
that referenced
this pull request
Jun 30, 2023
Re-apply ./format.py after swift-format change swiftlang/swift-format#556
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.