Skip to content

[pull] swiftwasm-release/5.8 from release/5.8 #5311

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 15 commits into from
Feb 23, 2023

Conversation

pull[bot]
Copy link

@pull pull bot commented Feb 21, 2023

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

compnerd and others added 7 commits February 3, 2023 10:24
We should be able to use static linking here without negatively impacting code size.
…l contextual information becomes available

We determine that based on four criteria:

- Builder type doesn't have any unresolved generic parameters;
- Contextual type associated with the closure doesn't have any unresolved type variables (which means that all possible contextual information is provided to the body);
- All of the references to declarations from outer scope are resolved (i.e. a variable declaration from a parent closure);
- The contextual result type is either fully resolved or opaque type.

If all the criteria a met the conjunction that represents a closure is going to be picked and solved as the next solver step.

Resolves: rdar://104645543

(cherry picked from commit f27369d)
(cherry picked from commit a815de7)
(cherry picked from commit 38f8be1)
(cherry picked from commit 5bb9d75)
(cherry picked from commit fda7530)
(cherry picked from commit b84d70b)
…er-conjunctions-5.8

[5.8][CSBindings] Solver result builder transformed closures as soon as al…
Emulate the behavior of Swift 5.5/5.6 by default, using
`-strict-concurrency=minimal`.
…minimal-cherry

[5.8🍒] Use -strict-concurrency=minimal as the default for Swift 5.x mode.
tkremenek and others added 8 commits February 21, 2023 07:29
…sil-issue

[5.8][Distributed] correct take semantics for synthesized ID assignments
Since all of the branches of an `if` statement are joined together
and hence produce the same type, that type should be used to
check whether `buildWithAvailability` is required but missing
regardless of availability condition kind.

Resolves: swiftlang#63764
(cherry picked from commit c4ea02c)
This fixes `ninja check-swift-validation` in the Release+Distribution build as the block name is set under `#ifndef NDEBUG`.
Apparently this issue also affects ARM64_32.

rdar://105768086
windows: convert swift-crypto to static linking
Don't use tsd_private.h in compatibility libraries for ARM64_32.
[5.8][BuilderTransform] Rework missing `buildWithLimitedAvailability` detection
@kateinoigakukun kateinoigakukun merged commit c1e8529 into swiftwasm-release/5.8 Feb 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.