guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] GNU Guile branch, wip-cps-bis, updated. v2.1.0-203-g3244


From: Andy Wingo
Subject: [Guile-commits] GNU Guile branch, wip-cps-bis, updated. v2.1.0-203-g324418b
Date: Sat, 17 Aug 2013 09:37:40 +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=324418bc1967e809daf8ae25eb33e0ca1c8d3d07

The branch, wip-cps-bis has been updated
       via  324418bc1967e809daf8ae25eb33e0ca1c8d3d07 (commit)
      from  2a99c150bce77aa8ddc1d56f440efb81f8a98818 (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 324418bc1967e809daf8ae25eb33e0ca1c8d3d07
Author: Andy Wingo <address@hidden>
Date:   Fri Aug 16 17:52:01 2013 +0200

    FIXME fixes
    
    * module/language/cps/reify-primitives.scm: Remove a FIXME.
    * module/language/tree-il/compile-cps.scm (convert): Reword a FIXME.

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

Summary of changes:
 module/language/cps/reify-primitives.scm |    3 ---
 module/language/tree-il/compile-cps.scm  |    2 +-
 2 files changed, 1 insertions(+), 4 deletions(-)

diff --git a/module/language/cps/reify-primitives.scm 
b/module/language/cps/reify-primitives.scm
index a703194..27ebc35 100644
--- a/module/language/cps/reify-primitives.scm
+++ b/module/language/cps/reify-primitives.scm
@@ -34,9 +34,6 @@
   #:use-module (language rtl)
   #:export (reify-primitives))
 
-;; FIXME: Some of these common utilities should be factored elsewhere,
-;; perhaps (language cps).
-
 (define (module-box src module name public? bound? val-proc)
   (let-gensyms (module-sym name-sym public?-sym bound?-sym kbox box)
     (build-cps-term
diff --git a/module/language/tree-il/compile-cps.scm 
b/module/language/tree-il/compile-cps.scm
index 82b1dd2..d349025 100644
--- a/module/language/tree-il/compile-cps.scm
+++ b/module/language/tree-il/compile-cps.scm
@@ -231,7 +231,7 @@
      (build-cps-term ($continue k ($prim name))))
 
     (($ <lambda> fun-src meta body)
-     ;; FIXME: add src field to fun
+     ;; FIXME: Add a src field to $fun.
      (let ()
        (define (convert-entries body)
          (match body


hooks/post-receive
-- 
GNU Guile



reply via email to

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