cyclone: update to cyclone-0.21

Release announcement:

Released Cyclone Scheme 0.21

September 17th, 2020

Features

  * Alex Arslan modified the Travis script to add support for FreeBSD
    continuous integration.
  * Added additional functions to (srfi 132): vector-find-median!,
    vector-find-median, vector-select!, vector-select, and vector-separate!.

Bug Fixes

  * Updated the Dockerfile to use a non-interactive install. This prevents
    build problems with the official image on DockerHub.
  * Improved (scheme lazy) to allow force and make-promise to accept an
    argument of any type. Improved representation of promises
    to more precisely differentiate them from other objects.
  * Updated (scheme lazy) such that force will recursively force promises.
  * Add type checking to record type accessor functions. We now raise an
    error if the passed object is of the wrong record type.
  * Fix issues with expanding cond-expand expressions in libraries.
    Previously there would be issues with the expansion if the code
    needed to be within the context of a begin.
  * Modified the reader to handle escaped intraline whitespace properly,
    per R7RS.
This commit is contained in:
Yorick Hardy 2020-09-21 08:44:34 +02:00
parent d34c77bd58
commit f9ea4c7096
2 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
# $NetBSD$
GITHUB_PROJECT= cyclone-bootstrap
GITHUB_TAG= v0.20
GITHUB_TAG= v0.21
DISTNAME= ${GITHUB_TAG}
PKGNAME= cyclone-${DISTNAME:S,^v,,}
CATEGORIES= lang

View File

@ -1,8 +1,8 @@
$NetBSD$
SHA1 (cyclone-bootstrap/v0.20.tar.gz) = d0e3931ca98b22b28cdcad153593ed7a3737498e
RMD160 (cyclone-bootstrap/v0.20.tar.gz) = fdef410c736fbd0dffdf3a7f7d90d8f8cebef0b0
SHA512 (cyclone-bootstrap/v0.20.tar.gz) = e83ad18dad4baf575f744c7ce77f01931ebe03b2fcf8174947fdb90f9136ef3ba0eac3cc1576c15f777d1d022a04c8ed8af57926d31afb07c88bf9f28ac5a9df
Size (cyclone-bootstrap/v0.20.tar.gz) = 3312387 bytes
SHA1 (cyclone-bootstrap/v0.21.tar.gz) = ec80c612ccdebb2701726070ea683f612916b288
RMD160 (cyclone-bootstrap/v0.21.tar.gz) = 1a8cc762e6bc344e57288d8eeb6f06e749614a15
SHA512 (cyclone-bootstrap/v0.21.tar.gz) = 8e58b629cb0a9eec962f7b2b5cfb1c5f3039c56bddf72eca0811dc410c0f29cda145fd7587cb2408117de629466119c93540e37aaf21b0c800a46ce4485cef42
Size (cyclone-bootstrap/v0.21.tar.gz) = 3327956 bytes
SHA1 (patch-Makefile) = 57caf8baa42259b870b5a47aad8d54bcee277515
SHA1 (patch-Makefile.config) = b5f857305be64f8c05c04449bf5125746e44eb51