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 (74de3b0 -> 7fe78c


From: Daniel Llorens
Subject: [Guile-commits] branch wip-exception-truncate updated (74de3b0 -> 7fe78c3)
Date: Fri, 17 Apr 2020 09:10:59 -0400 (EDT)

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

 discard 74de3b0  Provide a hook for the exception printer
     add 24a3407  Deprecate bitvector-ref on array slices
     add cae7435  Replace bit-count with bitvector-count
     add 06709d7  Replace bit-position with bitvector-position
     add ff9979b  Replace bit-set*! with bitvector-set-bits! / 
bitvector-clear-bits!
     add d804177  bitvector-bit-set? / bitvector-bit-clear? replace 
bitvector-ref
     add 8110061  bitvector-set-bit! / bitvector-clear-bit! replace 
bitvector-set!
     new 64c30e4  Note on modifying literal vectors
     new 7fe78c3  Provide a hook for the exception printer

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   (74de3b0)
            \
             N -- N -- N   refs/heads/wip-exception-truncate (7fe78c3)

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 "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 NEWS                              |  65 ++++
 doc/ref/api-data.texi             | 102 +++---
 libguile/array-handle.c           |  19 +-
 libguile/bitvectors.c             | 743 +++++++++++++++++---------------------
 libguile/bitvectors.h             |  19 +-
 libguile/deprecated.c             | 298 ++++++++++++++-
 libguile/deprecated.h             |   9 +
 libguile/posix.c                  |   2 +-
 module/ice-9/sandbox.scm          |  13 +-
 module/language/cps/intset.scm    |   2 +-
 module/srfi/srfi-60.scm           |   4 +-
 module/system/vm/disassembler.scm |   4 +-
 module/system/vm/frame.scm        |  21 +-
 test-suite/tests/bitvectors.test  |  48 ++-
 test-suite/tests/vectors.test     |  16 +-
 15 files changed, 845 insertions(+), 520 deletions(-)



reply via email to

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