guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] branch master updated (04615d3 -> 73d0a3b)


From: Andy Wingo
Subject: [Guile-commits] branch master updated (04615d3 -> 73d0a3b)
Date: Tue, 29 Oct 2019 06:35:54 -0400 (EDT)

wingo pushed a change to branch master
in repository guile.

      from  04615d3   Fix one remaining use of make-record-type with string 
type name
       new  958aa8b   Change record type "flags" field to "properties"
       new  7a8e314   Guile `make-record-type' supports non-generative 
definition
       new  f963bdf   Rename final? record type flag; add support for opaque?
       new  315fabd   Add support for immutable fields in core records
       new  1ae0f8d   Add record-type-parent definition.
       new  73d0a3b   Rebase R6RS records on top of core records

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 doc/ref/api-data.texi                         |  42 +++-
 module/ice-9/boot-9.scm                       | 138 ++++++++---
 module/rnrs/conditions.scm                    |  27 +--
 module/rnrs/records/inspection.scm            |  74 +++---
 module/rnrs/records/procedural.scm            | 322 ++++++++++----------------
 module/srfi/srfi-35.scm                       |   5 +-
 test-suite/tests/r6rs-records-procedural.test |  11 +-
 test-suite/tests/records.test                 |  77 +++++-
 8 files changed, 392 insertions(+), 304 deletions(-)



reply via email to

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