-
Notifications
You must be signed in to change notification settings - Fork 441
Merge main
into release/6.2
#3057
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
Closed
github-actions
wants to merge
30
commits into
release/6.2
from
automerge/merge-main-2025-04-16_22-33
Closed
Merge main
into release/6.2
#3057
github-actions
wants to merge
30
commits into
release/6.2
from
automerge/merge-main-2025-04-16_22-33
Conversation
This file contains 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
…ng` argument This is part of SE-0461 proposal where `nonisolated` has to be marked as `nonsending` in type context to indicate that the function type it's attached to is caller isolated.
…suming '(' It's possible that `(nonsending)` was omitted and instead we are at the parameter list of a function type. Checking ahead allows for a better diagnostics and recovery.
…s with arguments
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
…a release branch In the first period after branching the release branch, we want to include many changes from `main` also in the release branch. This workflow automatically creates a PR every Monday to merge main into the release branch. Later in the release cycle we should stop this practice to avoid landing risky changes by disabling this workflow. Similar to swiftlang/swift-format#986
Add GitHub action that automatically creates a PR to merge main into a release branch
…odifiers while skipping Otherwise in situations like `nonisolated()` `canParseType` would return `true` because `()` is valid type.
…ing` in expression context
[SwiftParser] Implement `nonisolated(nonsending)` specifier
This reverts commit ea77686.
@swift-ci Please test |
Let’s merge #3052 first and then I’ll run the GitHub action again to create a new |
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.
This PR was automatically opened by a GitHub action. Review the changes included in this PR and determine if they should be included in the release branch. If yes, merge the PR. Otherwise revert changes that should not be included on this branch.