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 (dcc793b -> ec82fd


From: Daniel Llorens
Subject: [Guile-commits] branch wip-exception-truncate updated (dcc793b -> ec82fd8)
Date: Fri, 24 Feb 2017 02:52:49 -0500 (EST)

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

  discards  dcc793b   (wip) give a handle into format used in exceptions
  discards  2481b31   Remove scm_generalized_vector_get_handle
  discards  be2a367   Fix bitvectors and non-zero lower bound arrays in 
truncated-print
  discards  54931fb   Support non-zero lower bounds in array-slice-for-each
  discards  24aa05c   Fix sort, sort! for arrays with nonzero lower bound
  discards  a12210c   Remove documentation on uniform-vector-read!, 
uniform-vector-write
  discards  0b107e4   Replace uniform-vector-read benchmark with bytevector-io 
benchmark
      adds  4dcc972   Fix compute-frame-sizes for case-lambda jumps
      adds  c7fb87c   Fix multi-arity dispatch in GOOPS
      adds  7242ca5   Fix typo in old NEWS.
      adds  b6d3ab6   Fixed specific version of guile search in autoconf macro 
GUILE_PROGS.
      adds  23278d0   Fix kfun parse-cps bug
      adds  f261eaf   Fix guild compile --to=cps / --from=cps
       new  98020c7   Replace uniform-vector-read benchmark with bytevector-io 
benchmark
       new  50f1ad6   Remove documentation on uniform-vector-read!, 
uniform-vector-write
       new  c3c3ad6   Fix sort, sort! for arrays with nonzero lower bound
       new  81361ff   Support non-zero lower bounds in array-slice-for-each
       new  b1816c5   Fix bitvectors and non-zero lower bound arrays in 
truncated-print
       new  635e579   Remove scm_generalized_vector_get_handle
       new  ec82fd8   (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   (dcc793b)
            \
             N -- N -- N   refs/heads/wip-exception-truncate (ec82fd8)

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:
 NEWS                         |  2 +-
 meta/guile.m4                | 30 ++++++++++++++++++++++--------
 module/language/cps.scm      |  2 +-
 module/language/cps/spec.scm | 20 +++++++++++++++++---
 module/oop/goops.scm         |  2 +-
 module/system/vm/frame.scm   |  3 +++
 test-suite/tests/goops.test  | 11 +++++++++++
 7 files changed, 56 insertions(+), 14 deletions(-)



reply via email to

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