-
Notifications
You must be signed in to change notification settings - Fork 440
Merge main
into release/6.2
#3052
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
ahoppen
merged 21 commits into
swiftlang:release/6.2
from
ahoppen:merge-main-6.2-2025-04-10
Apr 17, 2025
Merged
Merge main
into release/6.2
#3052
ahoppen
merged 21 commits into
swiftlang:release/6.2
from
ahoppen:merge-main-6.2-2025-04-10
Apr 17, 2025
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
`name` should have been in a string interpolation here. This makes swift-syntax build without warnings
… expression macro in lexicalContext Resolves rdar://109470248
We can say that any `try`/`await` element also covers all elements to the right of it in an unfolded sequence. Cases where this isn't true will be rejected by the compiler, e.g: ``` 0 * try foo() + bar() _ = try foo() ~~~ bar() // Assuming `~~~` has lower precedence than `=` ``` rdar://109470248
Match the behavior of `try` and `await`.
Introduce `try` and `await` macro lexical contexts with unfolded sequence handling
We are outputting lots of extra newlines on Windows, which makes it hard to read the diagnostics. rdar://148520063
Adds missing dependencies to the version marker modules from SwiftSyntax so that they can be found from a `canImport`.
[Windows] Remove extra newlines from diagnostic output.
Fix build warning
[bazel] Add new C files
Swift 5.8 was removed from the underlying workflow in swiftlang/github-workflows#107
Removes duplicate trivia from UnsafeExprSyntax
Don’t exclude 5.8 in PR testing
Change default release version for GitHub action to 603.0.0 + add version marker module
This reverts commit 0ef1dc3.
@swift-ci Please test |
Just checking that nothing broke over the last week @swift-ci Please test |
bnbarham
approved these changes
Apr 17, 2025
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.