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 (b1dcb57 -> b80c4e


From: Daniel Llorens
Subject: [Guile-commits] branch wip-exception-truncate updated (b1dcb57 -> b80c4eb)
Date: Fri, 27 Oct 2017 08:58:18 -0400 (EDT)

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

  discards  b1dcb57   (wip) give a handle into format used in exceptions
  discards  5ab32f6   Support general arrays in random:hollow-sphere!
  discards  de6f078   Remove scm_generalized_vector_get_handle
  discards  d022300   Fix bitvectors and non-zero lower bound arrays in 
truncated-print
  discards  b043045   Support non-zero lower bounds in array-slice-for-each
  discards  2375513   Fix sort, sort! for arrays with nonzero lower bound
  discards  e7713c2   Remove documentation on uniform-vector-read!, 
uniform-vector-write
  discards  67ecf3b   Replace uniform-vector-read benchmark with bytevector-io 
benchmark
  discards  3ce2df8   Allow scm_XXX_writable_elements on empty vectors, even if 
immutable
      adds  bf060d2   'frame-matcher' doesn't crash when the last IP is unknown.
      adds  1008ea3   Allow garbage collection of revealed file ports.
      adds  e7410a0   Allow scm_XXX_writable_elements on empty vectors, even if 
immutable
      adds  c7906b1   Replace uniform-vector-read benchmark with bytevector-io 
benchmark
      adds  d378418   Remove documentation on uniform-vector-read!, 
uniform-vector-write
      adds  f36ad82   Fix sort, sort! for arrays with nonzero lower bound
      adds  0a50231   Support non-zero lower bounds in array-slice-for-each
      adds  1e8293a   Fix bitvectors and non-zero lower bound arrays in 
truncated-print
      adds  46ed57a   Remove scm_generalized_vector_get_handle
      adds  6311ea3   Support general arrays in random:hollow-sphere!
       new  b80c4eb   (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   (b1dcb57)
            \
             N -- N -- N   refs/heads/wip-exception-truncate (b80c4eb)

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 1 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/fports.c               | 41 ++++++++-------------------------------
 libguile/fports.h               |  8 ++++----
 libguile/ports.c                | 43 +++++++++++++++++++++++++++--------------
 module/system/vm/traps.scm      |  5 +++--
 test-suite/tests/array-map.test |  9 +++++----
 test-suite/tests/ports.test     | 28 +++++++++++++++++++++++++++
 6 files changed, 77 insertions(+), 57 deletions(-)



reply via email to

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