unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
From: romel@lavabit.com
To: guile-user@gnu.org
Subject: Guile Reference Manual 2.0 bug
Date: Wed, 16 Mar 2011 13:35:36 -0400 (EDT)	[thread overview]
Message-ID: <31023.187.147.43.113.1300296936.squirrel@lavabit.com> (raw)

Hello,

I think I found a bug in the Guile Reference Manual for 2.0 at section
"7.3.8.2 Inspecting the Request" in the following example code

     (define (not-found request)
       (values (build-response #:code 404)
               (string-append "Resource not found: "
                              (unparse-uri (request-uri request)))))

I'm unable to find where "unparse-uri" is defined, maybe this has been
deprecated before 2.0 release from (web uri) module. I think it was
replaced with "uri->string".

Regards,
Romel Sandoval






             reply	other threads:[~2011-03-16 17:35 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-16 17:35 romel [this message]
2011-03-31 14:18 ` Guile Reference Manual 2.0 bug Andy Wingo

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=31023.187.147.43.113.1300296936.squirrel@lavabit.com \
    --to=romel@lavabit.com \
    --cc=guile-user@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).