pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
cyclone: update to cyclone-0.22
Module Name: pkgsrc-wip
Committed By: Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By: yhardy
Date: Thu Nov 5 07:47:38 2020 +0200
Changeset: 647569949a4de026c1f5c35660ec3fbe693a6f17
Modified Files:
cyclone/Makefile
cyclone/distinfo
Log Message:
cyclone: update to cyclone-0.22
Released Cyclone Scheme 0.22
November 3rd, 2020
Features
* Added definitions from SRFI 162 (comparators sublibrary) to the
(srfi 128) library.
* Cleaned up printing of call history to make it more obvious which
functions were called most recently.
Bug Fixes
* The compiler now displays a helpful error message to the user when
compilation of a program fails due to an error building a
dependent library.
* Enhanced cond-expand support in a library declaration to
- Properly handle cases where there is more than one cond-expand
sub-expression. EG: two begin expressions, a begin / import, etc.
- Properly handle the case where export is defined by cond-expand.
Previously such exports would not be recognized by code
importing the library.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=647569949a4de026c1f5c35660ec3fbe693a6f17
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 2a2b4e5f54..c9e38f91a5 100644
--- a/cyclone/Makefile
+++ b/cyclone/Makefile
@@ -1,7 +1,7 @@
# $NetBSD$
GITHUB_PROJECT= cyclone-bootstrap
-GITHUB_TAG= v0.21
+GITHUB_TAG= v0.22
DISTNAME= ${GITHUB_TAG}
PKGNAME= cyclone-${DISTNAME:S,^v,,}
CATEGORIES= lang
diff --git a/cyclone/distinfo b/cyclone/distinfo
index 94162b1fca..73092ea1c0 100644
--- a/cyclone/distinfo
+++ b/cyclone/distinfo
@@ -1,8 +1,8 @@
$NetBSD$
-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 (cyclone-bootstrap/v0.22.tar.gz) = 5bed956007cdc274fea6c3780ab8b0179522078e
+RMD160 (cyclone-bootstrap/v0.22.tar.gz) = 2d61079244262c0859d458a81b5104e8ab68f57a
+SHA512 (cyclone-bootstrap/v0.22.tar.gz) = 5640efffa4ce488ab26a5b24a6dfabc529d0a37138fa872e20abd74810c7ca3dcfc131468682f6a1bf57c2dbaed522ee8b1876c2f6c63e2f5f514e3b245af75a
+Size (cyclone-bootstrap/v0.22.tar.gz) = 3334959 bytes
SHA1 (patch-Makefile) = 57caf8baa42259b870b5a47aad8d54bcee277515
SHA1 (patch-Makefile.config) = b5f857305be64f8c05c04449bf5125746e44eb51
Home |
Main Index |
Thread Index |
Old Index