guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] branch wip-exceptions updated (f59a337 -> 44ee8c5)


From: Andy Wingo
Subject: [Guile-commits] branch wip-exceptions updated (f59a337 -> 44ee8c5)
Date: Wed, 13 Nov 2019 16:33:25 -0500 (EST)

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

  discards  f59a337   all tests passing
  discards  192f8d3   commit to squish on previous
  discards  aaaa547   rebase throw/catch on top of 
raise-exception/with-exception-handler
       new  f4ca107   Rebase throw/catch on top of 
raise-exception/with-exception-handler
       new  44ee8c5   Update documentation for with-exception-handler et al

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   (f59a337)
            \
             N -- N -- N   refs/heads/wip-exceptions (44ee8c5)

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 2 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-control.texi    | 813 ++++++++++++++++++++++++++------------------
 doc/ref/api-debug.texi      | 291 +++++-----------
 doc/ref/api-scheduling.texi |   4 +-
 doc/ref/r6rs.texi           |  88 +++--
 doc/ref/srfi-modules.texi   |  31 +-
 libguile/throw.c            |   3 -
 module/ice-9/boot-9.scm     |  60 +++-
 module/srfi/srfi-34.scm     |  52 ++-
 8 files changed, 707 insertions(+), 635 deletions(-)



reply via email to

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