guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] GNU Guile branch, stable-2.0, updated. v2.0.3-8-g0206027


From: Andy Wingo
Subject: [Guile-commits] GNU Guile branch, stable-2.0, updated. v2.0.3-8-g0206027
Date: Fri, 11 Nov 2011 15:39:36 +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=020602791b3f929e2d65ffdd8d67977763d6883e

The branch, stable-2.0 has been updated
       via  020602791b3f929e2d65ffdd8d67977763d6883e (commit)
      from  39c5363b4fbd32f1c895e8fa8b0c8dd067907947 (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 020602791b3f929e2d65ffdd8d67977763d6883e
Author: Andy Wingo <address@hidden>
Date:   Fri Nov 11 16:39:28 2011 +0100

    update letrec compilation test
    
    * test-suite/tests/tree-il.test ("letrec"): Update to clear the
      temporary `let' bindings.

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

Summary of changes:
 test-suite/tests/tree-il.test |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/test-suite/tests/tree-il.test b/test-suite/tests/tree-il.test
index e9ac34f..5e02bd1 100644
--- a/test-suite/tests/tree-il.test
+++ b/test-suite/tests/tree-il.test
@@ -399,7 +399,9 @@
             (call new-frame 0) (toplevel ref bar) (call call 0)
             (bind (x #f 2) (y #f 3)) (lexical #t #f set 3) (lexical #t #f set 
2)
             (lexical #t #f ref 2) (lexical #t #t set 0)
-            (lexical #t #f ref 3) (lexical #t #t set 1) (unbind)
+            (lexical #t #f ref 3) (lexical #t #t set 1)
+            (void) (lexical #t #f set 2) (void) (lexical #t #f set 3) ;; clear 
bindings
+            (unbind)
             (lexical #t #t ref 0) (lexical #t #t ref 1)
             (call add 2) (call return 1) (unbind)))
   


hooks/post-receive
-- 
GNU Guile



reply via email to

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