From: Bruce Carleton <rbc@rbcarleton.com>
To: Neil Jerram <neil@ossau.uklinux.net>
Cc: guile-user@gnu.org
Subject: Re: Loading mixp-0.4 in guile-1.6.8
Date: Tue, 25 Mar 2008 22:10:48 -0700 [thread overview]
Message-ID: <E3F69445-81B4-4CA5-A27E-6205C8D72F69@rbcarleton.com> (raw)
In-Reply-To: <87d4piwklr.fsf@ossau.uklinux.net>
Neil,
The patch did the job for me. I simply patched the installed
guile-1.6.8. My existing mixp code seems to be working properly.
I'll try to move to guile-1.8 sometime in the near future.
Thanks,
--Bruce
On Mar 25, 2008, at 2:37 PM, Neil Jerram wrote:
> 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
---
Bruce Carleton + rbc@insidernewswire.com + (415) 390-2296
prev parent reply other threads:[~2008-03-26 5:10 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
2008-03-25 21:47 ` Bruce Carleton
2008-03-26 5:10 ` Bruce Carleton [this message]
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=E3F69445-81B4-4CA5-A27E-6205C8D72F69@rbcarleton.com \
--to=rbc@rbcarleton.com \
--cc=guile-user@gnu.org \
--cc=neil@ossau.uklinux.net \
/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).