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 (b1032a7 -> ef85a0


From: Daniel Llorens
Subject: [Guile-commits] branch wip-exception-truncate updated (b1032a7 -> ef85a0a)
Date: Thu, 16 Mar 2017 07:10:52 -0400 (EDT)

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

  discards  b1032a7   (wip) give a handle into format used in exceptions
  discards  4fed1d8   Remove scm_generalized_vector_get_handle
  discards  41fef49   Fix bitvectors and non-zero lower bound arrays in 
truncated-print
  discards  6b50311   Support non-zero lower bounds in array-slice-for-each
  discards  8e19e35   Fix sort, sort! for arrays with nonzero lower bound
  discards  3524746   Remove documentation on uniform-vector-read!, 
uniform-vector-write
  discards  1daee33   Replace uniform-vector-read benchmark with bytevector-io 
benchmark
      adds  0543ec9   Nonlocal prompt returns cause all effects
      adds  c50c3a4   configure detects which set of prebuilt binaries to use
      adds  bbc93ed   Update NEWS
      adds  036cc14   Fixed reversed version order bug in GUILE_PROGS Autoconf 
macro.
      adds  9098c21   build: Compress with lzip too.
      adds  cbc469f   Resolve unresolved alist test cases
      adds  1d326a5   Better eval+promise+gc test
      adds  30814fc   GUILE_SITE_DIR: Update to find compiled site directories
      adds  e6b8900   GNU Guile 2.2.0.
      adds  db19853   Update --version and REPL copyright years
      adds  da9dee0   Add generic prebuilt links to dist.
       new  32542b8   Replace uniform-vector-read benchmark with bytevector-io 
benchmark
       new  85aa38e   Remove documentation on uniform-vector-read!, 
uniform-vector-write
       new  48f4bdf   Fix sort, sort! for arrays with nonzero lower bound
       new  5b30b3a   Support non-zero lower bounds in array-slice-for-each
       new  fe5c7c0   Fix bitvectors and non-zero lower bound arrays in 
truncated-print
       new  615dec4   Remove scm_generalized_vector_get_handle
       new  ef85a0a   (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   (b1032a7)
            \
             N -- N -- N   refs/heads/wip-exception-truncate (ef85a0a)

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:
 GUILE-VERSION                            |   6 +-
 NEWS                                     | 127 ++++++++++---------------------
 configure.ac                             |  14 +++-
 meta/build-env.in                        |   4 +-
 meta/guile-2.2.pc.in                     |   1 +
 meta/guile.m4                            |  48 ++++++++++--
 meta/uninstalled-env.in                  |   4 +-
 module/ice-9/command-line.scm            |   4 +-
 module/language/cps/effects-analysis.scm |   5 +-
 module/system/repl/common.scm            |   2 +-
 prebuilt/32-bit-big-endian               |   1 +
 prebuilt/32-bit-little-endian            |   1 +
 prebuilt/64-bit-little-endian            |   1 +
 prebuilt/Makefile.am                     |   5 ++
 prebuilt/x86_64-pc-linux-gnu             |   1 -
 test-suite/tests/alist.test              |  87 +++++++--------------
 test-suite/tests/control.test            |  12 ++-
 test-suite/tests/eval.test               |   7 +-
 18 files changed, 164 insertions(+), 166 deletions(-)
 create mode 120000 prebuilt/32-bit-big-endian
 create mode 120000 prebuilt/32-bit-little-endian
 create mode 120000 prebuilt/64-bit-little-endian
 delete mode 120000 prebuilt/x86_64-pc-linux-gnu



reply via email to

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