guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] GNU Guile branch, wip-rtl-cps, updated. v2.1.0-186-g3a03


From: Noah Lavine
Subject: [Guile-commits] GNU Guile branch, wip-rtl-cps, updated. v2.1.0-186-g3a03f6a
Date: Wed, 20 Feb 2013 16:15:26 +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=3a03f6a66c156b712c439cfd93bc18171d7e3793

The branch, wip-rtl-cps has been updated
  discards  9123c9ce43c29a1a8beee7709e251541b7a9188b (commit)
       via  3a03f6a66c156b712c439cfd93bc18171d7e3793 (commit)

This update added new revisions after undoing existing revisions.  That is
to say, the old revision is not a strict subset of the new revision.  This
situation occurs when you --force push a change and generate a repository
containing something like this:

 * -- * -- B -- O -- O -- O (9123c9ce43c29a1a8beee7709e251541b7a9188b)
            \
             N -- N -- N (3a03f6a66c156b712c439cfd93bc18171d7e3793)

When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.

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 3a03f6a66c156b712c439cfd93bc18171d7e3793
Author: Noah Lavine <address@hidden>
Date:   Wed Feb 20 11:14:06 2013 -0500

    Bugfix in CPS Printer
    
    * module/language/cps.scm: CPS printer will now work.

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

Summary of changes:
 module/language/cps.scm |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/module/language/cps.scm b/module/language/cps.scm
index 081e6ee..8bcc2a3 100644
--- a/module/language/cps.scm
+++ b/module/language/cps.scm
@@ -90,6 +90,7 @@
 ;; symbols refer to, since they are constant values, and "variable" for
 ;; the variable objects, since they vary.
 
+;; print-cps has to be defined before the define-type that uses it
 (define (print-cps exp port)
   (format port "#<cps ~S>" (unparse-cps exp)))
 


hooks/post-receive
-- 
GNU Guile



reply via email to

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