chicken-users
[Top][All Lists]
Advanced

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

[Chicken-users] [ANN] Development snapshot 5.0.2 now available


From: Peter Bex
Subject: [Chicken-users] [ANN] Development snapshot 5.0.2 now available
Date: Thu, 2 May 2019 18:46:18 +0200
User-agent: NeoMutt/20170113 (1.7.2)

Hi all!

A new development snapshot (5.0.2) is now available:
https://code.call-cc.org/dev-snapshots/2019/05/02/chicken-5.0.2.tar.gz

This is the second snapshot in the 5.x release series.  The most
important change is that this version completes the previous change
of how "qualified" symbols are read.  Keywords were still encoded with
a leading NUL byte, so if you tried to read or convert a string to a
symbol which started with a NUL byte, it would be interned and seen as
a keyword, even though it was a symbol.

This caused problems when printing non-qualified symbols that contained
NUL bytes.  See https://bugs.call-cc.org/ticket/1576 for more
information.  Changing this representation is backwards-incompatible,
which means that the git version of CHICKEN must now be built with a
CHICKEN that's from this snapshot or newer.

Related to this change is the fact that keywords (unlike "real" symbols)
no longer have a plist.  If you try to access a keyword's plist, it will
raise a runtime error with condition types (exn type).

Another backwards-incompatible change is that we reverted the change of
how all "standard" continuations were allowed to accept multiple values
for #1390.  This caused a lot of trouble due to assumptions made
throughout the compiler that standard continuations accept exactly one
value, found out in #1601.  This basically restores the behaviour to
how it was in CHICKEN 4, so hopefully nobody has started to rely on
this behaviour that was new to CHICKEN 5.0.0.

An important bug fix is that the perm/* permission constants from the
(chicken file posix) module have been fixed; they were all defined as
the "usr" versions, even the "grp" and "oth" ones (#1602).

There's a complete list of changes since the 5.0.1 release in the
NEWS file: https://code.call-cc.org/dev-snapshots/2019/05/02/NEWS

We would encourage all of our more adventurous users to try running
their code under this snapshot.  If you run into any problems with
the new snapshot, please let us know.

Regards,
The CHICKEN Team

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]