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. v2.1.0-142-g86e449a


From: Ludovic Courtès
Subject: [Guile-commits] GNU Guile branch, master, updated. v2.1.0-142-g86e449a
Date: Wed, 06 Jul 2011 22:58:04 +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=86e449a69987ecb943b11198e065bbb22526f8c5

The branch, master has been updated
       via  86e449a69987ecb943b11198e065bbb22526f8c5 (commit)
       via  f67f85817cd207aa99c90d9ef4d36e89769a145d (commit)
      from  d682f703c70239403a230bf89b13b87c211d4a0f (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 86e449a69987ecb943b11198e065bbb22526f8c5
Author: Ludovic Courtès <address@hidden>
Date:   Thu Jul 7 00:57:58 2011 +0200

    Fix typo in (language tree-il spec).
    
    * module/language/tree-il/spec.scm (join): Use EXPS in the error case.

commit f67f85817cd207aa99c90d9ef4d36e89769a145d
Author: Ludovic Courtès <address@hidden>
Date:   Thu Jul 7 00:57:19 2011 +0200

    Export `<macro>' from (oop goops).
    
    * module/oop/goops.scm: Export `<macro>'.

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

Summary of changes:
 module/language/tree-il/spec.scm |    2 +-
 module/oop/goops.scm             |    7 +++++--
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/module/language/tree-il/spec.scm b/module/language/tree-il/spec.scm
index 1c6611b..3ad3727 100644
--- a/module/language/tree-il/spec.scm
+++ b/module/language/tree-il/spec.scm
@@ -35,7 +35,7 @@
     ((,x) x)
     ((,x . ,rest)
      (make-seq #f x (join rest env)))
-    (else (error "what!" x rest env))))
+    (else (error "what!" exps env))))
 
 (define-language tree-il
   #:title      "Tree Intermediate Language"
diff --git a/module/oop/goops.scm b/module/oop/goops.scm
index 39b7f3d..e48c220 100644
--- a/module/oop/goops.scm
+++ b/module/oop/goops.scm
@@ -42,12 +42,15 @@
             <scm-slot> <int-slot> <float-slot> <double-slot>
 
             ;; Methods are implementations of generic functions.
-            <method> <accessor-method> 
+            <method> <accessor-method>
+
+            ;; Macros.
+            <macro>
 
             ;; Applicable objects, either procedures or applicable structs.
             <procedure-class> <applicable>
             <procedure> <primitive-generic>
-           
+
             ;; Applicable structs.
             <applicable-struct-class>
             <applicable-struct>


hooks/post-receive
-- 
GNU Guile



reply via email to

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