Skip to content

v0.2.9 (2024-01-27)

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Jan 12:32
· 327 commits to main since this release

Release Notes

Breaking changes

  • Function.call() now uses FunctionArgs to represent function arguments.
    This is necessary change in order to protect function arguments from GC-ed
    unexpectedly. The previous interface requires users to pass Sexp, which is
    unprotected.
  • Function.call() now doesn't require the environment to be executed because
    it rarely matters. Accordingly, Environment is removed from the API.

Download savvy-cli 0.2.9

File Platform Checksum
savvy-cli-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
savvy-cli-x86_64-apple-darwin.tar.xz Intel macOS checksum
savvy-cli-x86_64-pc-windows-msvc.zip x64 Windows checksum
savvy-cli-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
savvy-cli-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum