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 (ef85a0a -> e10013


From: Daniel Llorens
Subject: [Guile-commits] branch wip-exception-truncate updated (ef85a0a -> e100132)
Date: Thu, 30 Mar 2017 09:44:29 -0400 (EDT)

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

  discards  ef85a0a   (wip) give a handle into format used in exceptions
  discards  615dec4   Remove scm_generalized_vector_get_handle
  discards  fe5c7c0   Fix bitvectors and non-zero lower bound arrays in 
truncated-print
  discards  5b30b3a   Support non-zero lower bounds in array-slice-for-each
  discards  48f4bdf   Fix sort, sort! for arrays with nonzero lower bound
  discards  85aa38e   Remove documentation on uniform-vector-read!, 
uniform-vector-write
  discards  32542b8   Replace uniform-vector-read benchmark with bytevector-io 
benchmark
      adds  011669a   web: Remove export of nonexistent 
'open-connection-for-uri'.
      adds  aa86fcb   web: Avoid deprecated '_IOFBF'.
       new  56ccf0f   Replace uniform-vector-read benchmark with bytevector-io 
benchmark
       new  2b93eab   Remove documentation on uniform-vector-read!, 
uniform-vector-write
       new  09aed64   Fix sort, sort! for arrays with nonzero lower bound
       new  ac3b000   Support non-zero lower bounds in array-slice-for-each
       new  fd01113   Fix bitvectors and non-zero lower bound arrays in 
truncated-print
       new  2454115   Remove scm_generalized_vector_get_handle
       new  c36113d   Support general arrays in random:hollow-sphere!
       new  e100132   (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   (ef85a0a)
            \
             N -- N -- N   refs/heads/wip-exception-truncate (e100132)

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:
 libguile/random.c            | 105 ++++++++++++++++++++++++-------------------
 libguile/sort.c              |   3 +-
 module/web/client.scm        |   5 +--
 test-suite/tests/random.test |  37 ++++++++++++++-
 4 files changed, 98 insertions(+), 52 deletions(-)



reply via email to

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