guile-commits
[Top][All Lists]
Advanced

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

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


From: Andy Wingo
Subject: [Guile-commits] branch master updated (f060f1a -> 04615d3)
Date: Wed, 23 Oct 2019 08:48:02 -0400 (EDT)

wingo pushed a change to branch master
in repository guile.

      from  f060f1a   Record accessors respect subtyping
       new  bebc46b   SRFI-9 uses make-record-type
       new  f116bd1   make-record-type does more validation on the fields
       new  99a9538   Rebase srfi-35 conditions on top of make-record-type
       new  04615d3   Fix one remaining use of make-record-type with string 
type name

The 4 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:
 module/ice-9/boot-9.scm       |  44 ++++-
 module/srfi/srfi-35.scm       | 366 ++++++++++++++++--------------------------
 module/srfi/srfi-9.scm        |  19 +--
 module/system/base/syntax.scm |   6 +-
 test-suite/tests/gc.test      |   2 +-
 test-suite/tests/records.test |  10 +-
 test-suite/tests/srfi-35.test |   2 +-
 7 files changed, 189 insertions(+), 260 deletions(-)



reply via email to

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