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 (61ccc72 -> 3b518c


From: Daniel Llorens
Subject: [Guile-commits] branch wip-exception-truncate updated (61ccc72 -> 3b518cc)
Date: Fri, 19 May 2017 05:26:03 -0400 (EDT)

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

  discards  61ccc72   (wip) give a handle into format used in exceptions
  discards  e44073b   Support general arrays in random:hollow-sphere!
  discards  b894a1a   Remove scm_generalized_vector_get_handle
  discards  b701e95   Fix bitvectors and non-zero lower bound arrays in 
truncated-print
  discards  4ac4933   Support non-zero lower bounds in array-slice-for-each
  discards  019ffd0   Fix sort, sort! for arrays with nonzero lower bound
  discards  0c3d6a4   Remove documentation on uniform-vector-read!, 
uniform-vector-write
  discards  e2bca4b   Replace uniform-vector-read benchmark with bytevector-io 
benchmark
      adds  7ac3d17   On Hurd, skip tests that require working setrlimits for 
memory
      adds  96c9af4   readline: Avoid interpreting control characters in pastes.
       new  93d8acd   Replace uniform-vector-read benchmark with bytevector-io 
benchmark
       new  0c616c3   Remove documentation on uniform-vector-read!, 
uniform-vector-write
       new  3212f3a   Fix sort, sort! for arrays with nonzero lower bound
       new  b260425   Support non-zero lower bounds in array-slice-for-each
       new  7e2110b   Fix bitvectors and non-zero lower bound arrays in 
truncated-print
       new  44dc859   Remove scm_generalized_vector_get_handle
       new  e3275d5   Support general arrays in random:hollow-sphere!
       new  3b518cc   (wip) give a handle into format used in exceptions

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   (61ccc72)
            \
             N -- N -- N   refs/heads/wip-exception-truncate (3b518cc)

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:
 NEWS                                      | 17 +++++++++++++++++
 doc/ref/repl-modules.texi                 |  2 ++
 guile-readline/readline.c                 |  7 ++++++-
 guile-readline/readline.h                 |  3 ++-
 test-suite/standalone/test-out-of-memory  |  6 ++++++
 test-suite/standalone/test-stack-overflow |  6 ++++++
 6 files changed, 39 insertions(+), 2 deletions(-)



reply via email to

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