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.6-81-gb59499


From: Mark H Weaver
Subject: [Guile-commits] GNU Guile branch, stable-2.0, updated. v2.0.6-81-gb594998
Date: Sun, 11 Nov 2012 00:17:16 +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=b594998356007e25dedb483373bf8bda4ba30006

The branch, stable-2.0 has been updated
       via  b594998356007e25dedb483373bf8bda4ba30006 (commit)
      from  a144a7a8467734c349399e3173df8e1c6c41a2a5 (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 b594998356007e25dedb483373bf8bda4ba30006
Author: Mark H Weaver <address@hidden>
Date:   Sat Nov 10 19:14:08 2012 -0500

    srfi-9.test: avoid symbols of the form ':bar' for more robust checking.
    
    * test-suite/tests/srfi-9.test ("incompatible field paths"): Rename
      ':bar' to 'bar' to avoid the possibility of the symbol name being
      printed with #{...}# notation.

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

Summary of changes:
 test-suite/tests/srfi-9.test |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/test-suite/tests/srfi-9.test b/test-suite/tests/srfi-9.test
index 6179b90..e951fc6 100644
--- a/test-suite/tests/srfi-9.test
+++ b/test-suite/tests/srfi-9.test
@@ -614,7 +614,7 @@
         '(syntax-error set-fields
                        "\
 field paths (bar-i bar-j) and (bar-i foo-x) require one object \
-to belong to two different record types (:bar and foo)"
+to belong to two different record types (bar and foo)"
                        (set-fields s
                          ((bar-i foo-x) 1)
                          ((bar-i bar-j) 2)
@@ -630,7 +630,7 @@ to belong to two different record types (:bar and foo)"
                         (y foo-y set-foo-y)
                         (z foo-z set-foo-z))
 
-                      (define-immutable-record-type :bar
+                      (define-immutable-record-type bar
                         (make-bar i j)
                         bar?
                         (i bar-i)


hooks/post-receive
-- 
GNU Guile



reply via email to

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