From: <dsmich@roadrunner.com>
To: guile-devel <guile-devel@gnu.org>, Andy Wingo <wingo@pobox.com>,
dsmich@roadrunner.com
Subject: Re: guildhall status
Date: Fri, 15 Jul 2011 15:21:40 -0400 [thread overview]
Message-ID: <20110715192140.1FNJN.87693.root@cdptpa-web12-z01> (raw)
In-Reply-To: <20110715191006.M33OZ.87631.root@cdptpa-web12-z01>
[-- Attachment #1: Type: text/plain, Size: 225 bytes --]
---- dsmich@roadrunner.com wrote:
> The test passes with the included git diff. Seems request-host returns a pair instead of a string, so just use the car.
>
Bah. Looks like I hozed attaching it. Another try.
-Dale
[-- Attachment #2: web-client.diff --]
[-- Type: text/x-patch, Size: 553 bytes --]
diff --git a/test-suite/tests/web-request.test b/test-suite/tests/web-request.test
index b1182d2..157075a 100644
--- a/test-suite/tests/web-request.test
+++ b/test-suite/tests/web-request.test
@@ -48,7 +48,7 @@ Accept-Language: en-gb, en;q=0.9\r
(request? r)))
(pass-if (equal?
- (request-host (build-request (string->uri "http://www.gnu.org/")))
+ (car (request-host (build-request (string->uri "http://www.gnu.org/"))))
"www.gnu.org"))
(pass-if (equal? (request-method r) 'GET))
next prev parent reply other threads:[~2011-07-15 19:21 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-07-15 11:55 guildhall status Andy Wingo
2011-07-15 19:10 ` dsmich
2011-07-15 19:21 ` dsmich [this message]
2011-07-18 8:39 ` Andy Wingo
2011-07-18 13:06 ` Ludovic Courtès
2011-07-18 14:57 ` Andy Wingo
2011-07-18 16:05 ` Ludovic Courtès
2011-07-18 16:06 ` Ludovic Courtès
2011-07-23 10:37 ` Andreas Rottmann
2011-07-25 9:21 ` Andy Wingo
2011-07-25 9:48 ` Andy Wingo
2011-07-25 18:53 ` Andreas Rottmann
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=20110715192140.1FNJN.87693.root@cdptpa-web12-z01 \
--to=dsmich@roadrunner.com \
--cc=guile-devel@gnu.org \
--cc=wingo@pobox.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).