guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] branch wip-exception-truncate updated (2e3d5ad -> e3364c


From: Daniel Llorens
Subject: [Guile-commits] branch wip-exception-truncate updated (2e3d5ad -> e3364c1)
Date: Fri, 3 Jan 2020 06:12:12 -0500 (EST)

lloda pushed a change to branch wip-exception-truncate
in repository guile.

  discards  2e3d5ad   (wip) give a handle into format used in exceptions
  discards  5b00756   Extend core vector-fill! to handle a range
  discards  cf5b4a1   Add string-replace-substring to (ice-9 string-fun)
      adds  e3e3e69   Fix abort_to_prompt bug if dynwind leave thunk expands 
the stack
      adds  5326141   Update NEWS
      adds  2041cd8   GNU Guile 2.9.8 (beta).
       new  b8e7a73   Provide SCM_DEFINE_STATIC
       new  cb24c06   Extend core vector-fill! to handle a range
       new  e3364c1   Provide a hook for the exception printer

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   (2e3d5ad)
            \
             N -- N -- N   refs/heads/wip-exception-truncate (e3364c1)

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 3 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:
 GUILE-VERSION               |  2 +-
 NEWS                        | 42 ++++++++++++++++--------------------------
 libguile/gsubr.h            | 12 +++++++++++-
 libguile/vectors.c          |  6 ++----
 libguile/vm.c               | 13 ++++++++-----
 module/ice-9/string-fun.scm | 25 +------------------------
 6 files changed, 39 insertions(+), 61 deletions(-)



reply via email to

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