Skip to content

[pull] swiftwasm from master #1098

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
May 26, 2020
Merged

[pull] swiftwasm from master #1098

merged 15 commits into from
May 26, 2020

Conversation

pull[bot]
Copy link

@pull pull bot commented May 26, 2020

See Commits and Changes for more details.


Created by pull[bot]. Want to support this open source service? Please star it : )

bitjammer and others added 15 commits May 20, 2020 14:16
But don't show them in subheading contexts.

rdar://63233897
Allow a protocol requirement for a function or property to declare
a function builder. A witness to such a protocol requirement will
infer that function builder when all of the following are two:
* The witness does not explicitly adopt a function builder
* The witness is declared within the same context that conforms to the
protocol requirement (e.g., same extension or primary type declaration)
* The witness's body does not contain a "return" statement (since those
disable the function builder transform).
Now that this request will be triggered more often, due to inference
of function builders, cache the result.
Eliminates both circular references and unwanted dependencies.
…e-mismatch-crash

[SR-12869] [Diagnostics] Fixes assertion hit on TupleContextualFailure involving optional tuple type
…nfer

[Function builders] Infer function builder from a protocol requirement.
…3897-get-set-proto-req

[SymbolGraph] Show get/set on property/subscript full declarations
@pull pull bot merged commit b87122d into swiftwasm May 26, 2020
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.

5 participants