unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
* [PATCH] Fix make-variable-transformer export
@ 2010-09-18 17:05 Göran Weinholt
  2010-09-19 10:16 ` Andy Wingo
  0 siblings, 1 reply; 2+ messages in thread
From: Göran Weinholt @ 2010-09-18 17:05 UTC (permalink / raw)
  To: guile-devel

[-- Attachment #1: Type: text/plain, Size: 124 bytes --]

Hello guilers!

I found a tiny bug while testing the R6RS support (which looks pretty
nice). Here's a patch, hope it's ok:


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-Fix-make-variable-transformer-export.patch --]
[-- Type: text/x-diff, Size: 891 bytes --]

From b1a9888893e4136a3e62d201550ee6cae032f088 Mon Sep 17 00:00:00 2001
From: =?utf-8?q?G=C3=B6ran=20Weinholt?= <goran@weinholt.se>
Date: Sat, 18 Sep 2010 18:35:30 +0200
Subject: [PATCH] Fix make-variable-transformer export

* module/rnrs/syntax-case.scm: Add make-variable-transformer to the
  imports. This was causing an unbound variable error even though
  (rnrs) had been imported.
---
 module/rnrs/syntax-case.scm |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/module/rnrs/syntax-case.scm b/module/rnrs/syntax-case.scm
index 6aa1cef..9d39000 100644
--- a/module/rnrs/syntax-case.scm
+++ b/module/rnrs/syntax-case.scm
@@ -36,7 +36,8 @@
 	  unsyntax-splicing
 
 	  syntax-violation)
-  (import (only (guile) syntax-case
+  (import (only (guile) make-variable-transformer
+		        syntax-case
 		        syntax
 		        
 		        identifier?
-- 
1.5.6.5


[-- Attachment #3: Type: text/plain, Size: 130 bytes --]


Regards,

-- 
Göran Weinholt <goran@weinholt.se>
"I AM LEARNING HANDSHAKES FROM AROUND THE WORLD!!!" -- Pokey the Penguin

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Fix make-variable-transformer export
  2010-09-18 17:05 [PATCH] Fix make-variable-transformer export Göran Weinholt
@ 2010-09-19 10:16 ` Andy Wingo
  0 siblings, 0 replies; 2+ messages in thread
From: Andy Wingo @ 2010-09-19 10:16 UTC (permalink / raw)
  To: Göran Weinholt; +Cc: guile-devel

Hi Göran,

On Sat 18 Sep 2010 19:05, Göran Weinholt <goran@weinholt.se> writes:

> I found a tiny bug while testing the R6RS support (which looks pretty
> nice). Here's a patch, hope it's ok:

Applied, thanks. Let us know if you find anything else :)

Andy
-- 
http://wingolog.org/



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-09-19 10:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-18 17:05 [PATCH] Fix make-variable-transformer export Göran Weinholt
2010-09-19 10:16 ` Andy Wingo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).