forked from swiftlang/swift
-
Notifications
You must be signed in to change notification settings - Fork 30
[pull] swiftwasm from main #4214
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
This should address a build failure on TSAN - libdispatch Linux bots Addresses rdar://88339546
…nternal` rdar://86294802
And fix operators not printing when we can't get a `MemberOperatorRef`.
Inserts the synthesized implementation. As part of this, fix some ASTPrinter bugs. rdar://87904700
Just a small optimization I saw.
Lowering hops to actors expected the executor to either be an optional builtin executor type or an actor type. The type coming from `getMainExecutor` is just a builtin executor, not an optional. As a result, `LowerHopToActor::emitGetExecutor` would get called in `LowerHopToActor::processHop`, and would try looking up the builtin executor type, thinking it was an actor type. This would fail because we didn't have an actor type. ``` auto actorConf = module->lookupConformance(actorType, actorProtocol); assert(actorConf && "hop_to_executor with actor that doesn't conform to Actor"); ``` The end result was hitting this assert here, saying that the "actor" doesn't conform to actor. The fix is to wrap the executor in an optional.
…ore-syms [SymbolGraph] consider underscored symbols as `private` if they're `internal`
[Distributed] Update availability of distributed types to 5.7
Test failure tracked in rdar://88451721.
…rchConformanceReflectionTest Disable `conformance_descriptors.swift` on Linux AArch64
Any test using swift version 6 will only work on asserts builds of the compiler to avoid seeing: ``` <unknown>:0: error: invalid value '6' in '-swift-version 6' <unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5' ```
…aram [cxx-interop] Fix crash when calling method that returns specialization of parent.
…ures Swift 6 mode is only available on asserts builds
Use `emitArtificialFunction` to let debug info know that compiler is about to generate code for distributed accessor.
…h-synth-init [SymbolGraph] don't filter out all implicit decls
…async Fix SILOptimizer crash for top-level async code
…-with-correct-cmake
Change spelling of "ParametrizedProtocolType" to "ParameterizedProtocolType"
…c1a83ae98c687330d85ea12 [value-move-function] Eliminate unnecessary book keeping.
[Refactoring] Add Codable refactoring action
[Distributed] IRGen: Let debug info know about distributed accessor
MaxDesiatov
previously approved these changes
Feb 4, 2022
MaxDesiatov
approved these changes
Feb 4, 2022
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.
See Commits and Changes for more details.
Created by
pull[bot]
Can you help keep this open source service alive? 💖 Please sponsor : )