Skip to content

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
merged 21 commits into from
Apr 17, 2025

Conversation

ahoppen
Copy link
Member

@ahoppen ahoppen commented Apr 10, 2025

No description provided.

ahoppen and others added 21 commits March 28, 2025 14:50
`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.
Swift 5.8 was removed from the underlying workflow in swiftlang/github-workflows#107
Removes duplicate trivia from UnsafeExprSyntax
Change default release version for GitHub action to 603.0.0 + add version marker module
@ahoppen
Copy link
Member Author

ahoppen commented Apr 11, 2025

@swift-ci Please test

@ahoppen
Copy link
Member Author

ahoppen commented Apr 17, 2025

Just checking that nothing broke over the last week

@swift-ci Please test

@ahoppen ahoppen enabled auto-merge April 17, 2025 17:02
@ahoppen ahoppen merged commit 9d52204 into swiftlang:release/6.2 Apr 17, 2025
26 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants