forked from swiftlang/swift
-
Notifications
You must be signed in to change notification settings - Fork 30
Merge release/5.8 #5358
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
kateinoigakukun
merged 14 commits into
swiftwasm-release/5.8
from
yonihemi/merge-release-5.8
Apr 5, 2023
Merged
Merge release/5.8 #5358
kateinoigakukun
merged 14 commits into
swiftwasm-release/5.8
from
yonihemi/merge-release-5.8
Apr 5, 2023
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
…tures. Fixes rdar://105701833. (cherry picked from commit 567b478)
swiftlang#59072 accidentally changed the SWIFT_CLASS_NAMED macro to use `__attribute` when it previously used `__attribute__` (note the trailing underscores). While both keywords have the same semantics in clang, they are technically different tokens, so clang refuses to merge macro definitions that use one instead of the other; instead it would diagnose an ambiguity when a generated header from a new compiler imported a generated header from an old compiler. Change back to the old token to avoid this problem. Fixes rdar://104252758.
fixes 63837
rdar://106046585
rdar://106086816
SIL: Use a scoped SILBuilder to insert dealloc_stacks for closure captures.
It is taking too long to execute.
…-NSStringAPI.swift-5.8 Temporarily disable test stdlib/NSStringAPI.swift
The `@MainActor` global actor constraint on a declaration does not carry an inherent ABI impact and therefore use of this constraint should not be limited to OS versions where Swift concurrency is available. Resolves rdar://105610970
…tor-availability-checking-5.8 [5.8] Sema: Relax availability checking for `@MainActor`
Closed
16 tasks
kateinoigakukun
approved these changes
Apr 5, 2023
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.