Skip to content
This repository has been archived by the owner on Aug 29, 2021. It is now read-only.

Use of Await in Evaluate() Concrete Method is invalid #32

Closed
GeorgNeis opened this issue Jul 10, 2018 · 3 comments
Closed

Use of Await in Evaluate() Concrete Method is invalid #32

GeorgNeis opened this issue Jul 10, 2018 · 3 comments

Comments

@GeorgNeis
Copy link

Await assumes that there are at least two execution contexts on the stack, which is not given here.

@guybedford
Copy link
Collaborator

I believe the core issue here is being tracked in #18.

@littledan
Copy link
Member

Potential solution in guybedford#1 , which just avoids using Await.

@littledan
Copy link
Member

#33 has landed, fixing the issue.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants