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 (6d92ecc -> ecb2f2


From: Daniel Llorens
Subject: [Guile-commits] branch wip-exception-truncate updated (6d92ecc -> ecb2f28)
Date: Fri, 6 Dec 2019 06:18:20 -0500 (EST)

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

  discards  6d92ecc   (wip) give a handle into format used in exceptions
      adds  08bd2f0   Fix range inference for right-shifts
      adds  7190905   Fix frame-call-representation for callees without closures
      adds  8304b15   Fix range inference on division in unreachable code
      adds  cf08dbd   Associate #:replace info with modules, not variables
      adds  82127b3   Add guile-3, r6rs, r7rs cond-expand features
      adds  0f61d8d   Add --r6rs and --r7rs options to "guild compile"
      adds  cb14fd2   Propagate replacement flag for autoload interfaces
      adds  e63e266   Allocations and raw mutating operations restrict to 
mutable types
      adds  6c6867d   Effects analysis treats the fixed parts of objects 
specially
      adds  4a168cd   Update NEWS for Guile 2.9.6
       new  ecb2f28   (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   (6d92ecc)
            \
             N -- N -- N   refs/heads/wip-exception-truncate (ecb2f28)

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 1 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                                     | 212 ++++++++++++++++++-------------
 doc/ref/api-evaluation.texi              |   6 +
 doc/ref/api-modules.texi                 |   5 +
 doc/ref/srfi-modules.texi                |  10 +-
 module/ice-9/boot-9.scm                  | 149 ++++++++++++----------
 module/language/cps/effects-analysis.scm |  36 ++++--
 module/language/cps/types.scm            |  30 +++--
 module/scripts/compile.scm               |  25 +++-
 module/srfi/srfi-18.scm                  |   4 +-
 module/srfi/srfi-34.scm                  |   3 +-
 module/system/vm/assembler.scm           |  20 ++-
 module/system/vm/debug.scm               |   4 +
 module/system/vm/frame.scm               |   2 +-
 13 files changed, 312 insertions(+), 194 deletions(-)



reply via email to

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