guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] GNU Guile branch, master, updated. release_1-9-3-6-gf564


From: Neil Jerram
Subject: [Guile-commits] GNU Guile branch, master, updated. release_1-9-3-6-gf564f47
Date: Thu, 17 Sep 2009 00:18:24 +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=f564f4784f856d0b38008327bc877905e36fc56a

The branch, master has been updated
       via  f564f4784f856d0b38008327bc877905e36fc56a (commit)
      from  93683f9bb16680f66c0784b14ca57bb3b5816ce2 (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 f564f4784f856d0b38008327bc877905e36fc56a
Author: Neil Jerram <address@hidden>
Date:   Thu Sep 17 01:18:14 2009 +0100

    Remove deprecation warnings from the build
    
    * module/srfi/srfi-35.scm: Remove explicit use of (ice-9 syncase).
    
    * test-suite/tests/r5rs_pitfall.test: Same again.
    
    * test-suite/tests/syncase.test: Remove "(ice-9 syncase) loads" test;
      syncase is always loaded now.

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

Summary of changes:
 module/srfi/srfi-35.scm            |    1 -
 test-suite/tests/r5rs_pitfall.test |    1 -
 test-suite/tests/syncase.test      |    5 -----
 3 files changed, 0 insertions(+), 7 deletions(-)

diff --git a/module/srfi/srfi-35.scm b/module/srfi/srfi-35.scm
index 873b08b..1d496fc 100644
--- a/module/srfi/srfi-35.scm
+++ b/module/srfi/srfi-35.scm
@@ -28,7 +28,6 @@
 
 (define-module (srfi srfi-35)
   #:use-module (srfi srfi-1)
-  #:use-module (ice-9 syncase)
   #:export (make-condition-type condition-type?
             make-condition condition? condition-has-type? condition-ref
             make-compound-condition extract-condition
diff --git a/test-suite/tests/r5rs_pitfall.test 
b/test-suite/tests/r5rs_pitfall.test
index 0bae630..0bab38c 100644
--- a/test-suite/tests/r5rs_pitfall.test
+++ b/test-suite/tests/r5rs_pitfall.test
@@ -20,7 +20,6 @@
 ;; macro has been modified to fit into our test suite machinery.
 
 (define-module (test-suite test-r5rs-pitfall)
-  :use-syntax (ice-9 syncase)
   :use-module (test-suite lib))
 
 (define-syntax should-be
diff --git a/test-suite/tests/syncase.test b/test-suite/tests/syncase.test
index 4cd9336..72acdec 100644
--- a/test-suite/tests/syncase.test
+++ b/test-suite/tests/syncase.test
@@ -22,11 +22,6 @@
 (define-module (test-suite test-syncase)
   :use-module (test-suite lib))
 
-(pass-if "(ice-9 syncase) loads"
-  (false-if-exception
-   (begin (eval '(use-syntax (ice-9 syncase)) (current-module))
-          #t)))
-
 (define-syntax plus
   (syntax-rules ()
     ((plus x ...) (+ x ...))))


hooks/post-receive
-- 
GNU Guile




reply via email to

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