pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

cyclone: update to cyclone-0.16



Module Name:	pkgsrc-wip
Committed By:	Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By:	yhardy
Date:		Sat Mar 14 15:38:04 2020 +0200
Changeset:	53bca1668818d51ed211ab22879427bed5e02ad4

Modified Files:
	cyclone/Makefile
	cyclone/distinfo

Log Message:
cyclone: update to cyclone-0.16

Released Cyclone Scheme 0.16

March 11th, 2020

Features

  * Updated the C API to optionally allow Cyclone’s GC to free memory pointed to by an Opaque object.

    For example:

    my_c_obj = calloc(1, sizeof(*my_c_obj_type));
    make_c_opaque(opq, my_c_obj);
    opaque_collect_ptr(&opq) = 1; // Cyclone's GC will free this memory

Bug Fixes

  * Fixed a bug in read-bytevector where an extra byte could be introduced when reading multiple chunks of data.
  * Fixed a bug where variables defined within define-syntax and let-syntax are reported as unbound by the compiler.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=53bca1668818d51ed211ab22879427bed5e02ad4

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 df85a8930d..a963d3dbe4 100644
--- a/cyclone/Makefile
+++ b/cyclone/Makefile
@@ -1,7 +1,7 @@
 # $NetBSD$
 
 GITHUB_PROJECT=	cyclone-bootstrap
-GITHUB_TAG=	v0.15
+GITHUB_TAG=	v0.16
 DISTNAME=	${GITHUB_TAG}
 PKGNAME=	cyclone-${DISTNAME:S,^v,,}
 CATEGORIES=	lang
diff --git a/cyclone/distinfo b/cyclone/distinfo
index 4dc522e995..247b14728b 100644
--- a/cyclone/distinfo
+++ b/cyclone/distinfo
@@ -1,8 +1,8 @@
 $NetBSD$
 
-SHA1 (cyclone-bootstrap/v0.15.tar.gz) = 5e12d5b4944ddd2cede64ae578684383769fb552
-RMD160 (cyclone-bootstrap/v0.15.tar.gz) = 14e2c6547a2b748ab12a7a190ffae364296699f1
-SHA512 (cyclone-bootstrap/v0.15.tar.gz) = 48efe0e7e77dd0eef7bea9f7f4bd427a05a3e748695a02fb9d3a2f62d3c9e87b52457ea29080164d1c5981a736a8f6ddd40773feb1c12f215bbd7e1701110dfa
-Size (cyclone-bootstrap/v0.15.tar.gz) = 3112479 bytes
+SHA1 (cyclone-bootstrap/v0.16.tar.gz) = e1968a3d49beeb1b8824bc5b928c1976684786cc
+RMD160 (cyclone-bootstrap/v0.16.tar.gz) = 9a113688a2722f5bec86f157e09f60b75bb70c28
+SHA512 (cyclone-bootstrap/v0.16.tar.gz) = 44f13387b160808f6ae4a7173be5c67ad8899ecfe6266a11e1e88c64956fa9e656acc32c86dec6680ee3c1034b5772d9d616c31df310496c9440d81f5f9dd97c
+Size (cyclone-bootstrap/v0.16.tar.gz) = 3113257 bytes
 SHA1 (patch-Makefile) = 161e365902752ed81c987e862f79a20915828965
 SHA1 (patch-Makefile.config) = b5f857305be64f8c05c04449bf5125746e44eb51


Home | Main Index | Thread Index | Old Index