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 15, 2024
1 parent 9778cd8 commit 4e98c0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion last_commit.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
null
4daecc9a4113aa0198ddf30c90e59cc256a748d1
2 changes: 1 addition & 1 deletion last_tag.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@

v1.37.1

0 comments on commit 4e98c0b

Please sign in to comment.