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 (129d631 -> 437687


From: Daniel Llorens
Subject: [Guile-commits] branch wip-exception-truncate updated (129d631 -> 4376871)
Date: Mon, 11 Sep 2017 07:37:37 -0400 (EDT)

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

  discards  129d631   (wip) give a handle into format used in exceptions
  discards  198e8ed   Support general arrays in random:hollow-sphere!
  discards  19a16ed   Remove scm_generalized_vector_get_handle
  discards  5432b19   Fix bitvectors and non-zero lower bound arrays in 
truncated-print
  discards  7741372   Support non-zero lower bounds in array-slice-for-each
  discards  f36cd9b   Fix sort, sort! for arrays with nonzero lower bound
       new  a245b79   Fix sort, sort! for arrays with nonzero lower bound
       new  a7a4fb2   Support non-zero lower bounds in array-slice-for-each
       new  9f3d4f2   Fix bitvectors and non-zero lower bound arrays in 
truncated-print
       new  156940e   Remove scm_generalized_vector_get_handle
       new  61049cb   Support general arrays in random:hollow-sphere!
       new  4376871   (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   (129d631)
            \
             N -- N -- N   refs/heads/wip-exception-truncate (4376871)

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 6 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/random.c            | 41 ++++++++++++++++++++++-------------------
 libguile/sort.c              | 15 ++++++++-------
 test-suite/tests/random.test | 14 ++++++++++++--
 test-suite/tests/sort.test   |  6 ++++++
 4 files changed, 48 insertions(+), 28 deletions(-)



reply via email to

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