From 28c166a03e96b8432f13ba808103dec674336959 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Tue, 7 Sep 2021 07:47:16 -0400 Subject: [PATCH] Issue #481 --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43c8358e..e624ec1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,10 @@ Features - During compilation the compiler will now call itself as a subprocess to perform Scheme-to-C compilation. This allows Cyclone to free all of those resources before calling the C compiler to generate a binary, resulting in more efficient compilation. +Bug Fixes + +- Do not display error message for missing file(s) if SCM->C compilation fails. + ## 0.32.0 - August 16, 2021 Features @@ -19,7 +23,7 @@ Features - Cyclone will no longer memoize pure functions by default. - Added build option `CYC_PTHREAD_SET_STACK_SIZE` to allow Cyclone to specify a thread stack size rather than using the OS default. EG: - make CYC_PTHREAD_SET_STACK_SIZE=1 libcyclone.a + make CYC_PTHREAD_SET_STACK_SIZE=1 libcyclone.a Bug Fixes