chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] bug update-uri in uri-common


From: Andy Bennett
Subject: Re: [Chicken-users] bug update-uri in uri-common
Date: Fri, 16 May 2014 14:35:09 +0100
User-agent: Trojita/0.4.1; Qt/4.8.2; X11; Linux; Debian GNU/Linux 7.4 (wheezy)

On Friday, 16 May 2014 14:28:51 BST, Andy Bennett wrote:
Hi,

If anyone on this mailinglist has strong opinions either way, please let
yourselves be heard: now's the time to speak up.

The existing behaviour seems reasonable as it only does it when setting "scheme", not when setting other parts of the URI:

-----
#;3> (update-uri (uri-reference "http://localhost:8080/";) scheme: 'https)
#<URI-common: scheme=https port=#f host="localhost" path=(/ "") query=() fragment=#f>
#;4> (update-uri (uri-reference "http://localhost:8080/";) fragment: "test")
#<URI-common: scheme=http port=8080 host="localhost" path=(/ "") query=() fragment="test">
-----



Regards,
@ndy

--
address@hidden
http://www.ashurst.eu.org/
0x7EBA75FF



reply via email to

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