guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] branch wip-vector-cleanup-2 updated (f7581a8 -> 2c57497)


From: Daniel Llorens
Subject: [Guile-commits] branch wip-vector-cleanup-2 updated (f7581a8 -> 2c57497)
Date: Fri, 6 Aug 2021 10:57:30 -0400 (EDT)

lloda pushed a change to branch wip-vector-cleanup-2
in repository guile.

 discard f7581a8  Reuse core vector-fill! in (scheme base)
 discard 6a998e0  Extend core vector-copy to r7rs vector-copy
 discard c4ccebf  Deprecate use of vector-move-left! and vector-move-right! on 
non-vector arrays
     add bfda8d3  Deprecate use of vector-move-left! and vector-move-right! on 
non-vector arrays
     add a34c762  Extend core vector-copy to r7rs vector-copy
     add 091f506  Reuse core vector-fill! in (scheme base)
     new 2c57497  Add function vector-copy! to core

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   (f7581a8)
            \
             N -- N -- N   refs/heads/wip-vector-cleanup-2 (2c57497)

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 1 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:
 doc/ref/api-data.texi   | 36 +++++++++++++++++++++++++++++-----
 libguile/vectors.c      | 52 ++++++++++++++++++++++++++++++++++++++++++++-----
 libguile/vectors.h      |  6 +++---
 module/scheme/base.scm  | 17 ++--------------
 module/srfi/srfi-43.scm | 17 ++--------------
 5 files changed, 85 insertions(+), 43 deletions(-)



reply via email to

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