pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
cyclone: update to cyclone-0.21
Module Name: pkgsrc-wip
Committed By: Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By: yhardy
Date: Mon Sep 21 08:44:34 2020 +0200
Changeset: f9ea4c70961e7151eac72561dec911711804c06d
Modified Files:
cyclone/Makefile
cyclone/distinfo
Log Message:
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.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=f9ea4c70961e7151eac72561dec911711804c06d
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
cyclone/Makefile | 2 +-
cyclone/distinfo | 8 ++++----
2 files changed, 5 insertions(+), 5 deletions(-)
diffs:
diff --git a/cyclone/Makefile b/cyclone/Makefile
index e2774d30a1..2a2b4e5f54 100644
--- a/cyclone/Makefile
+++ b/cyclone/Makefile
@@ -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
diff --git a/cyclone/distinfo b/cyclone/distinfo
index 5a910799d6..94162b1fca 100644
--- a/cyclone/distinfo
+++ b/cyclone/distinfo
@@ -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
Home |
Main Index |
Thread Index |
Old Index