Skip to content

[pull] swiftwasm from main #1895

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 9 commits into from
Oct 3, 2020
Merged

[pull] swiftwasm from main #1895

merged 9 commits into from
Oct 3, 2020

Conversation

pull[bot]
Copy link

@pull pull bot commented Oct 3, 2020

See Commits and Changes for more details.


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

jckarter and others added 8 commits October 1, 2020 14:21
`get_async_continuation[_addr]` begins a suspend operation by accessing the continuation value that can resume
the task, which can then be used in a callback or event handler before executing `await_async_continuation` to
suspend the task.
Two fixes here:

- The ASTScopeDeclConsumerForLocalLookup needs to visit auxiliary variables
- preCheckExpression() should call ASTScope::lookupLocalDecls() even when
  parser lookup is enabled, since otherwise we won't be able to find
  auxiliary decls in the current DeclContext.
…ructions

SIL: Add instructions to represent async suspend points.
…E_NEW_DRIVER is defined

This allows us to experiment with the new swift-driver without changing build systems.
…y-wrappers

AST: Find local property wrappers in ASTScope::lookupLocalDecls()
Driver: forwarding driver invocations to the new driver when SWIFT_USE_NEW_DRIVER is defined
@pull pull bot merged commit cf1da48 into swiftwasm Oct 3, 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.

6 participants