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 (b56c44b -> f32d1e


From: Daniel Llorens
Subject: [Guile-commits] branch wip-exception-truncate updated (b56c44b -> f32d1e2)
Date: Tue, 30 Jan 2018 04:44:06 -0500 (EST)

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

  discards  b56c44b   (wip) give a handle into format used in exceptions
      adds  2c7d603   doc: Update LALR URL.
      adds  6d391bf   Fix 'crypt' deadlock upon error.
      adds  deef64a   'load-thunk-from-memory' reports the correct error.
      adds  988aa29   compile: Load language modules upfront.
      adds  cc8f41e   Make sure the return value of 'scm_crypt' is always 
initialized.
      adds  d01e0b0   No tabs in C code.
      adds  a1793bc   Revert "Honor '%fresh-auto-compile'."
      adds  07b7490   Sync IP before allocating closures
       new  f32d1e2   (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   (b56c44b)
            \
             N -- N -- N   refs/heads/wip-exception-truncate (f32d1e2)

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:
 .dir-locals.el              |  3 ++-
 doc/ref/api-lalr.texi       |  4 ++--
 libguile/load.c             | 11 ++++-----
 libguile/loader.c           |  7 ++++--
 libguile/posix.c            | 28 +++++++++++++++++++----
 libguile/vm-engine.c        |  1 +
 module/ice-9/boot-9.scm     |  5 +----
 module/scripts/compile.scm  | 10 ++++++++-
 test-suite/Makefile.am      |  1 +
 test-suite/tests/posix.test | 19 +++++++++++++++-
 test-suite/tests/vm.test    | 54 +++++++++++++++++++++++++++++++++++++++++++++
 11 files changed, 121 insertions(+), 22 deletions(-)
 create mode 100644 test-suite/tests/vm.test



reply via email to

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