From: Thien-Thi Nguyen <ttn@glug.org>
Cc: bug-guile@gnu.org
Subject: Re: Fix for guile-www/cgi.scm (cgi:make-cookie)
Date: Fri, 29 Aug 2003 06:44:52 -0400 [thread overview]
Message-ID: <E19sgkO-00045k-00@colo.agora-net.com> (raw)
In-Reply-To: <Pine.BSF.4.51.0308281052000.83685@helena.whitefang.com> (message from Thamer Al-Harbash on Thu, 28 Aug 2003 10:53:34 -0400 (EDT))
From: Thamer Al-Harbash <tmh@whitefang.com>
Date: Thu, 28 Aug 2003 10:53:34 -0400 (EDT)
This cgi::make-cookie breaks under guile-1.6 because it's using a
#&key and the (bound?) macro which seem to be no longer available
or depreciated. Please accept my patch below which fixes the
problem:
sounds like guile-1.6 breaks guile-www, not the other way around.
the solution to supporting both #&foo and #:foo style taken for
guile-1.4.x is to leave (ice-9 optargs) alone and introduce (ice-9
optargs-kw) which handles the #:foo style. perhaps this can be done for
guile-1.6 so that it supports interoperability w/ old code.
another idea if guile-1.6 has no desire to support #&foo, is to provide
(ice-9 optargs-kw) as a simple wrapper/alias for its changed (ice-9
optargs), at which point i would be happy to change guile-www to use
(ice-9 optargs-kw) since that would be available in guile-1.4.x and 1.6.
thi
_______________________________________________
Bug-guile mailing list
Bug-guile@gnu.org
http://mail.gnu.org/mailman/listinfo/bug-guile
next prev parent reply other threads:[~2003-08-29 10:44 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-08-28 14:53 Fix for guile-www/cgi.scm (cgi:make-cookie) Thamer Al-Harbash
2003-08-29 10:44 ` Thien-Thi Nguyen [this message]
2003-08-29 13:00 ` Thamer Al-Harbash
2003-08-29 13:11 ` Thien-Thi Nguyen
2003-08-31 18:47 ` Marius Vollmer
2003-08-31 18:39 ` Marius Vollmer
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=E19sgkO-00045k-00@colo.agora-net.com \
--to=ttn@glug.org \
--cc=bug-guile@gnu.org \
/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).