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 (6091417 -> ba96cd


From: Daniel Llorens
Subject: [Guile-commits] branch wip-exception-truncate updated (6091417 -> ba96cd7)
Date: Thu, 9 Mar 2017 15:20:32 -0500 (EST)

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

  discards  6091417   (wip) give a handle into format used in exceptions
  discards  f519630   Remove scm_generalized_vector_get_handle
  discards  4a469f2   Fix bitvectors and non-zero lower bound arrays in 
truncated-print
  discards  10572be   Support non-zero lower bounds in array-slice-for-each
  discards  083ad1e   Fix sort, sort! for arrays with nonzero lower bound
  discards  9579a61   Remove documentation on uniform-vector-read!, 
uniform-vector-write
  discards  f1d6eaf   Replace uniform-vector-read benchmark with bytevector-io 
benchmark
      adds  f71c2c1   Micro-optimize update-port-position.
      adds  c525aa6   VM support for string-set!; slimmer read-string
       new  a39fa51   Replace uniform-vector-read benchmark with bytevector-io 
benchmark
       new  e021b2b   Remove documentation on uniform-vector-read!, 
uniform-vector-write
       new  886241e   Fix sort, sort! for arrays with nonzero lower bound
       new  cd46ed1   Support non-zero lower bounds in array-slice-for-each
       new  4f62834   Fix bitvectors and non-zero lower bound arrays in 
truncated-print
       new  cd55e67   Remove scm_generalized_vector_get_handle
       new  ba96cd7   (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   (6091417)
            \
             N -- N -- N   refs/heads/wip-exception-truncate (ba96cd7)

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/vm.texi                          |  6 ++++++
 libguile/ports.c                         |  8 +++++---
 libguile/vm-engine.c                     | 33 ++++++++++++++++++++++++++++++--
 module/ice-9/rdelim.scm                  | 19 ++++++++++++------
 module/language/cps/compile-bytecode.scm |  3 +++
 module/language/cps/types.scm            |  4 ++--
 module/language/tree-il/compile-cps.scm  |  2 +-
 module/system/vm/assembler.scm           |  1 +
 8 files changed, 62 insertions(+), 14 deletions(-)



reply via email to

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