From 44463bda7e87cf3457c9ae895b24658337d4d0ac Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Sun, 2 Jan 2022 17:10:32 -0500 Subject: [PATCH] New release --- .../2022-01-02-Released-Cyclone-Scheme-0.34.0.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 _posts/2022-01-02-Released-Cyclone-Scheme-0.34.0.md diff --git a/_posts/2022-01-02-Released-Cyclone-Scheme-0.34.0.md b/_posts/2022-01-02-Released-Cyclone-Scheme-0.34.0.md new file mode 100644 index 00000000..6f52459c --- /dev/null +++ b/_posts/2022-01-02-Released-Cyclone-Scheme-0.34.0.md @@ -0,0 +1,15 @@ +--- +layout: post +title: Released Cyclone Scheme 0.34.0 +excerpt: Allow for more complete sandboxing when bootstrapping the compiler, and various bug fixes for libraries. +--- + +Features + +- Separate include/library search directory options from "normal" compiler/linker options and place options passed via the `-COPT`/`-CLNK` command-line flags in-between. This allows overwriting the default search paths, since contrary to all other options, the search paths must be prepend for an `-I`/`-L` option to take precedence over an existing one. + +Bug Fixes + +- Prevent segmentation faults in the runtime when setting a global variable to itself. +- Do not throw an error when exporting a primitive that is not defined in the current module, as built-ins are always available in any context. +