guile-commits
[Top][All Lists]
Advanced

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

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


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

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

  discards  4d7e749   Add r7rs test
  discards  cc45451   Add install-r7rs!, like install-r6rs!
  discards  60a017b   Add initial implementation of R7RS modules
       new  d914652   Add initial implementation of R7RS modules
       new  614f0ab   Add install-r7rs!, like install-r6rs!
       new  b494a7f   Add r7rs test
       new  ddc03c0   Add expected failure for R7RS test due to 
https://bugs.gnu.org/38235
       new  fcbf0d1   Add R7RS XFAILs due to https://bugs.gnu.org/38236 (datum 
labels)
       new  609c386   Add R7RS xfails due to https://bugs.gnu.org/38237 (i/o 
exn types)
       new  78ea5c5   Add R7RS xfails due to Guile's ( . 42) syntax extension
       new  72a2c74   Add R7RS xfails due to a restriction in 
hungry-eol-escapes (#38239)

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   (4d7e749)
            \
             N -- N -- N   refs/heads/wip-r7rs (72a2c74)

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 8 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/scheme/eval.scm     |  8 +++-
 module/scheme/r5rs.scm     |  3 +-
 test-suite/tests/r7rs.test | 97 ++++++++++++++++++++++++++++------------------
 3 files changed, 68 insertions(+), 40 deletions(-)



reply via email to

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