guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] GNU Guile branch, branch_release-1-8, updated. release_1


From: Andy Wingo
Subject: [Guile-commits] GNU Guile branch, branch_release-1-8, updated. release_1-8-7-28-g5c8c9d0
Date: Wed, 04 Aug 2010 18:54:35 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Guile".

http://git.savannah.gnu.org/cgit/guile.git/commit/?id=5c8c9d05aea1f4d65ae926321ead0b77e05e3f1c

The branch, branch_release-1-8 has been updated
       via  5c8c9d05aea1f4d65ae926321ead0b77e05e3f1c (commit)
      from  7e6f4be53e56319a1b78d426e5b2a4815b022fc4 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 5c8c9d05aea1f4d65ae926321ead0b77e05e3f1c
Author: Andy Wingo <address@hidden>
Date:   Wed Aug 4 20:57:23 2010 +0200

    fix ice-9 debugging error
    
    * ice-9/debugging/ice-9-debugger-extensions.scm: Import ice-9 debugging
      trace, to fix an error on finish. Thanks to Ian Hulin.

-----------------------------------------------------------------------

Summary of changes:
 ice-9/debugging/ice-9-debugger-extensions.scm |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/ice-9/debugging/ice-9-debugger-extensions.scm 
b/ice-9/debugging/ice-9-debugger-extensions.scm
index a8b8c97..fe04fc0 100644
--- a/ice-9/debugging/ice-9-debugger-extensions.scm
+++ b/ice-9/debugging/ice-9-debugger-extensions.scm
@@ -39,7 +39,8 @@
       (else
        (define-module (ice-9 debugger))))
 
-(use-modules (ice-9 debugging steps))
+(use-modules (ice-9 debugging steps)
+             (ice-9 debugging trace))
 
 (define (assert-continuable state)
   ;; Check that debugger is in a state where `continuing' makes sense.


hooks/post-receive
-- 
GNU Guile



reply via email to

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