From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Marius Vollmer Newsgroups: gmane.lisp.guile.bugs Subject: Re: Fix for guile-www/cgi.scm (cgi:make-cookie) Date: 31 Aug 2003 20:47:09 +0200 Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Message-ID: <87ptil4qc2.fsf@zagadka.ping.de> References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1062356799 13668 80.91.224.253 (31 Aug 2003 19:06:39 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 31 Aug 2003 19:06:39 +0000 (UTC) Cc: bug-guile@gnu.org, tmh@whitefang.com Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Sun Aug 31 21:06:36 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19tXX2-0006GV-01 for ; Sun, 31 Aug 2003 21:06:36 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.22) id 19tXWd-0000ai-2g for guile-bugs@m.gmane.org; Sun, 31 Aug 2003 15:06:11 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.22) id 19tXQ1-0002FF-9d for bug-guile@gnu.org; Sun, 31 Aug 2003 14:59:21 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.22) id 19tXNK-0000Rv-Pz for bug-guile@gnu.org; Sun, 31 Aug 2003 14:56:35 -0400 Original-Received: from [195.138.43.197] (helo=zagadka.ping.de) by monty-python.gnu.org with smtp (Exim 4.22) id 19tXKj-00070H-FL for bug-guile@gnu.org; Sun, 31 Aug 2003 14:53:53 -0400 Original-Received: (qmail 15953 invoked by uid 1000); 31 Aug 2003 18:47:09 -0000 Original-To: ttn@glug.org In-Reply-To: Original-Lines: 26 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Bug reports for GUILE, GNU's Ubiquitous Extension Language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.bugs:935 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.bugs:935 Thien-Thi Nguyen writes: > From: Thamer Al-Harbash > 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. To clarify: 1.6 still supports the #& syntax but warns that it is deprecated. The 'bound?' macro has been removed since it was a bug to expose SCM_UNDEFINED as a Scheme value. > 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. We should just move forward and fix existing code in this case, like Thamer did. -- GPG: D5D4E405 - 2F9B BCCC 8527 692A 04E3 331E FAF8 226A D5D4 E405 _______________________________________________ Bug-guile mailing list Bug-guile@gnu.org http://mail.gnu.org/mailman/listinfo/bug-guile