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 (7cf89a3 -> af832c


From: Daniel Llorens
Subject: [Guile-commits] branch wip-exception-truncate updated (7cf89a3 -> af832cf)
Date: Sat, 18 Feb 2017 05:47:30 -0500 (EST)

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

  discards  7cf89a3   Explicit #:dims? option for array-print, 
array-print-prefix
  discards  c3a2993   (wip) give a handle into format used in exceptions
  discards  5b60ed1   Remove scm_generalized_vector_get_handle
  discards  86c2b3a   Fix bitvectors and non-zero lower bound arrays in 
truncated-print
  discards  ffcfa96   Support non-zero lower bounds in array-slice-for-each
  discards  0112e04   Fix sort, sort! for arrays with nonzero lower bound
  discards  2d99e37   Remove documentation on uniform-vector-read!, 
uniform-vector-write
  discards  741a949   Replace uniform-vector-read benchmark with bytevector-io 
benchmark
  discards  6d9860c   Remove unnecessary #include
      adds  db502f1   Fold 2.1.6 NEWS changes
      adds  c288d39   Update NEWS for 2.1.7.
      adds  c58c143   Guile 2.1.7.
       new  3e05cc7   Replace uniform-vector-read benchmark with bytevector-io 
benchmark
       new  fc84e05   Remove documentation on uniform-vector-read!, 
uniform-vector-write
       new  f6e97fb   Fix sort, sort! for arrays with nonzero lower bound
       new  bf3d419   Support non-zero lower bounds in array-slice-for-each
       new  da76ca9   Fix bitvectors and non-zero lower bound arrays in 
truncated-print
       new  b77c6b2   Remove scm_generalized_vector_get_handle
       new  af832cf   (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   (7cf89a3)
            \
             N -- N -- N   refs/heads/wip-exception-truncate (af832cf)

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:
 GUILE-VERSION           |   2 +-
 NEWS                    | 104 +++++++++++++++++++++++++++++++++---------------
 module/ice-9/arrays.scm |  14 ++++++-
 3 files changed, 86 insertions(+), 34 deletions(-)



reply via email to

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