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 (af832cf -> a90058


From: Daniel Llorens
Subject: [Guile-commits] branch wip-exception-truncate updated (af832cf -> a900587)
Date: Tue, 21 Feb 2017 06:37:25 -0500 (EST)

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

  discards  af832cf   (wip) give a handle into format used in exceptions
  discards  b77c6b2   Remove scm_generalized_vector_get_handle
  discards  da76ca9   Fix bitvectors and non-zero lower bound arrays in 
truncated-print
  discards  bf3d419   Support non-zero lower bounds in array-slice-for-each
  discards  f6e97fb   Fix sort, sort! for arrays with nonzero lower bound
  discards  fc84e05   Remove documentation on uniform-vector-read!, 
uniform-vector-write
  discards  3e05cc7   Replace uniform-vector-read benchmark with bytevector-io 
benchmark
      adds  d081164   Fix flonum/complex type inference.
       new  1ceb0c6   Replace uniform-vector-read benchmark with bytevector-io 
benchmark
       new  c85ca69   Remove documentation on uniform-vector-read!, 
uniform-vector-write
       new  5f5f290   Fix sort, sort! for arrays with nonzero lower bound
       new  db3f76a   Support non-zero lower bounds in array-slice-for-each
       new  9ff04f1   Fix bitvectors and non-zero lower bound arrays in 
truncated-print
       new  edae9a8   Remove scm_generalized_vector_get_handle
       new  a900587   (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   (af832cf)
            \
             N -- N -- N   refs/heads/wip-exception-truncate (a900587)

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 7 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:
 doc/ref/api-data.texi          | 10 ++-------
 module/ice-9/arrays.scm        | 47 ++++--------------------------------------
 module/language/cps/types.scm  |  8 +++++--
 test-suite/tests/compiler.test | 12 +++++++++++
 4 files changed, 24 insertions(+), 53 deletions(-)



reply via email to

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