Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent await inside janet_call - address #1531 This was partially implemented before, but not in the case where the await or other signal itself was created by a C function. We have to separate code paths for generating signals - one via normal returns in janet_vm_continue, and the other via longjump. This adds handling for the longjump case, as well as improved messaging.
- Loading branch information