guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] GNU Guile branch, wip-r6rs-libraries, updated. release_1


From: Julian Graham
Subject: [Guile-commits] GNU Guile branch, wip-r6rs-libraries, updated. release_1-9-8-103-g26f449d
Date: Fri, 14 May 2010 01:41:47 +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=26f449d1ee293b0fed9766d1a4567e1a64230c2f

The branch, wip-r6rs-libraries has been updated
       via  26f449d1ee293b0fed9766d1a4567e1a64230c2f (commit)
      from  977bb89c9462e24561ccd9c9e6600de8d15a4fb6 (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 26f449d1ee293b0fed9766d1a4567e1a64230c2f
Author: Julian Graham <address@hidden>
Date:   Thu May 13 21:41:38 2010 -0400

    Fix broken imports in `(rnrs r5rs)'.
    
    * module/rnrs/6/r5rs.scm (imports): Import `null-environment' from
      `(ice-9 safe-r5rs)'; import `scheme-report-environment' from
      `(ice-9 r5rs)'.

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

Summary of changes:
 module/rnrs/6/r5rs.scm |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/module/rnrs/6/r5rs.scm b/module/rnrs/6/r5rs.scm
index fefda05..ab74854 100644
--- a/module/rnrs/6/r5rs.scm
+++ b/module/rnrs/6/r5rs.scm
@@ -29,6 +29,6 @@
                        
                        quotient remainder modulo
                        
-                       delay force
-
-                       null-environment scheme-report-environment)))
+                       delay force)
+          (only (ice-9 r5rs) scheme-report-environment)
+          (only (ice-9 safe-r5rs) null-environment)))


hooks/post-receive
-- 
GNU Guile



reply via email to

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