From 4e98c0b62dd10f2b59f69e341bdb67346f507af9 Mon Sep 17 00:00:00 2001 From: leafgarland Date: Sun, 15 Dec 2024 17:37:28 +0000 Subject: [PATCH] [build] Update last_commit: 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. --- last_commit.txt | 2 +- last_tag.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/last_commit.txt b/last_commit.txt index 19765bd..94b847d 100644 --- a/last_commit.txt +++ b/last_commit.txt @@ -1 +1 @@ -null +4daecc9a4113aa0198ddf30c90e59cc256a748d1 diff --git a/last_tag.txt b/last_tag.txt index 8b13789..094f172 100644 --- a/last_tag.txt +++ b/last_tag.txt @@ -1 +1 @@ - +v1.37.1