From: Neil Jerram <neil@ossau.uklinux.net>
To: Bruce Carleton <rbc@rbcarleton.com>
Cc: guile-user@gnu.org
Subject: Re: Loading mixp-0.4 in guile-1.6.8
Date: Tue, 25 Mar 2008 21:37:52 +0000 [thread overview]
Message-ID: <87d4piwklr.fsf@ossau.uklinux.net> (raw)
In-Reply-To: <873aqe1orb.fsf@ossau.uklinux.net> (Neil Jerram's message of "Tue, 25 Mar 2008 21:23:52 +0000")
Neil Jerram <neil@ossau.uklinux.net> writes:
> The boot-9.scm patch below (which I have not tested) should fix this;
FWIW, I've done a basic test of this patch now, so will commit to
1.6.x CVS. We have no current plans for another 1.6.x release,
though, because we believe you should be able to upgrade painlessly to
1.8.x. If that's not the case, let us know, and we'll see what we can
do about it.
Regards,
Neil
> --- boot-9.scm 8 Dec 2006 20:37:40 -0000 1.266.2.26
> +++ boot-9.scm 25 Mar 2008 21:15:32 -0000
> @@ -1768,9 +1768,9 @@
> (let* ((interface-args (cadr kws))
> (interface (apply resolve-interface interface-args)))
> (and (eq? (car kws) #:use-syntax)
> - (or (symbol? (car interface-args))
> + (or (symbol? (caar interface-args))
> (error "invalid module name for use-syntax"
> - interface-args))
> + (car interface-args)))
> (set-module-transformer!
> module
> (module-ref interface (car
next prev parent reply other threads:[~2008-03-25 21:37 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-03-24 2:13 Loading mixp-0.4 in guile-1.6.8 Bruce Carleton
2008-03-25 21:23 ` Neil Jerram
2008-03-25 21:37 ` Neil Jerram [this message]
2008-03-25 21:47 ` Bruce Carleton
2008-03-26 5:10 ` Bruce Carleton
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/guile/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87d4piwklr.fsf@ossau.uklinux.net \
--to=neil@ossau.uklinux.net \
--cc=guile-user@gnu.org \
--cc=rbc@rbcarleton.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).