Skip to content

Commit

Permalink
[build] Update last_commit:
Browse files Browse the repository at this point in the history
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
leafgarland committed Dec 14, 2024
1 parent 688f170 commit b369657
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion last_commit.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
83e8aab2897aa2982db48668e85757eef680ea5e
4daecc9a4113aa0198ddf30c90e59cc256a748d1

0 comments on commit b369657

Please sign in to comment.