From 6e1b3cbc9f237bb195a58186e3a5b84dd000b0fb Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Mon, 25 Jan 2021 18:10:01 -0500 Subject: [PATCH] Prep 0.25 release --- .../2021-01-25-Released-Cyclone-Scheme-0.25.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 _posts/2021-01-25-Released-Cyclone-Scheme-0.25.md diff --git a/_posts/2021-01-25-Released-Cyclone-Scheme-0.25.md b/_posts/2021-01-25-Released-Cyclone-Scheme-0.25.md new file mode 100644 index 00000000..81eb090c --- /dev/null +++ b/_posts/2021-01-25-Released-Cyclone-Scheme-0.25.md @@ -0,0 +1,16 @@ +--- +layout: post +title: Released Cyclone Scheme 0.25 +excerpt: Our package manager has been renamed to Winds. +--- + +Features + +- Our package manager has been renamed to `winds`. Thanks Arthur Maciel! Please upgrade to this release to continue using the package manager as many of the links have been modified to point to the newly-renamed repository. +- Added the `c-compiler-options` expression and `-COPT` Cyclone compiler option to allow specifying options for the C compiler. +- Allow `c-linker-options` to work as a top-level expression in a program. + +Bug Fixes + +- Fix import of library dependencies from the interpreter, when the dependencies are imported via `cond-expand`. +- Arthur Maciel fixed `when` and `unless` to no longer return `#f` in cases where the expression body is not executed.