chicken-janitors
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-janitors] #997: uri-path-relative? misunderstands the root


From: Chicken Trac
Subject: Re: [Chicken-janitors] #997: uri-path-relative? misunderstands the root path
Date: Thu, 14 Mar 2013 19:49:01 -0000

#997: uri-path-relative? misunderstands the root path
-------------------------+--------------------------------------------------
  Reporter:  andyjpb     |       Owner:  sjamaan 
      Type:  defect      |      Status:  accepted
  Priority:  major       |   Milestone:  someday 
 Component:  extensions  |     Version:  4.8.x   
Resolution:              |    Keywords:          
-------------------------+--------------------------------------------------
Changes (by sjamaan):

  * owner:  => sjamaan
  * status:  new => accepted


Old description:

> (use uri-common)
>
> #;16> (uri-path-relative? (uri-reference "http://www.knodium.com";))
> #t
> #;17> (uri-path-relative? (uri-reference "http://www.knodium.com/";))
> #f

New description:

 (use uri-common)

 #;16> (uri-path-relative? (uri-reference "http://www.knodium.com";))
 #t
 #;17> (uri-path-relative? (uri-reference "http://www.knodium.com/";))
 #f

--

-- 
Ticket URL: <http://bugs.call-cc.org/ticket/997#comment:1>
Chicken Scheme <http://www.call-with-current-continuation.org/>
Chicken Scheme is a compiler for the Scheme programming language.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]