guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] branch wip-r7rs updated (b27d13c -> 4d7e749)


From: Andy Wingo
Subject: [Guile-commits] branch wip-r7rs updated (b27d13c -> 4d7e749)
Date: Sat, 16 Nov 2019 08:35:12 -0500 (EST)

wingo pushed a change to branch wip-r7rs
in repository guile.

  discards  b27d13c   Add initial implementation of R7RS modules
       new  aabea73   Allow equality between arrays of vu8 and u8
       new  60a017b   Add initial implementation of R7RS modules
       new  cc45451   Add install-r7rs!, like install-r6rs!
       new  4d7e749   Add r7rs test

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (b27d13c)
            \
             N -- N -- N   refs/heads/wip-r7rs (4d7e749)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omits" are not gone; other references still
refer to them.  Any revisions marked "discards" are gone forever.

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:
 libguile/array-map.c       |   18 +-
 module/ice-9/boot-9.scm    |    6 +
 module/scheme/base.scm     |  217 +++-
 module/scheme/char.scm     |   12 +-
 module/scheme/inexact.scm  |   10 +-
 test-suite/tests/r7rs.test | 2552 ++++++++++++++++++++++++++++++++++++++++++++
 6 files changed, 2793 insertions(+), 22 deletions(-)
 create mode 100644 test-suite/tests/r7rs.test



reply via email to

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