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 (4376871 -> 5d62d4


From: Daniel Llorens
Subject: [Guile-commits] branch wip-exception-truncate updated (4376871 -> 5d62d41)
Date: Fri, 15 Sep 2017 10:08:38 -0400 (EDT)

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

  discards  4376871   (wip) give a handle into format used in exceptions
  discards  61049cb   Support general arrays in random:hollow-sphere!
  discards  156940e   Remove scm_generalized_vector_get_handle
  discards  9f3d4f2   Fix bitvectors and non-zero lower bound arrays in 
truncated-print
  discards  a7a4fb2   Support non-zero lower bounds in array-slice-for-each
  discards  a245b79   Fix sort, sort! for arrays with nonzero lower bound
  discards  7fc1ca4   Remove documentation on uniform-vector-read!, 
uniform-vector-write
  discards  fb2eb65   Replace uniform-vector-read benchmark with bytevector-io 
benchmark
       new  6c236ad   Allow scm_XXX_writable_elements on empty vectors, even if 
immutable
       new  c55e4e7   Replace uniform-vector-read benchmark with bytevector-io 
benchmark
       new  319cc11   Remove documentation on uniform-vector-read!, 
uniform-vector-write
       new  1ee1303   Fix sort, sort! for arrays with nonzero lower bound
       new  0943c92   Support non-zero lower bounds in array-slice-for-each
       new  2c254f4   Fix bitvectors and non-zero lower bound arrays in 
truncated-print
       new  8042432   Remove scm_generalized_vector_get_handle
       new  9a21b44   Support general arrays in random:hollow-sphere!
       new  5d62d41   (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   (4376871)
            \
             N -- N -- N   refs/heads/wip-exception-truncate (5d62d41)

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 9 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-handle.c         |  6 ++--
 libguile/array-map.c            |  2 +-
 libguile/random.c               | 75 +++++++++++++++++++----------------------
 libguile/sort.c                 | 37 ++++++++++----------
 test-suite/tests/array-map.test |  3 ++
 test-suite/tests/sort.test      | 28 ++++++++++-----
 6 files changed, 80 insertions(+), 71 deletions(-)



reply via email to

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