On Tue, Jan 03, 2023 at 09:00:48PM +0100, Liliana Marie Prikler wrote:
> Hi folks,
>
> Below some unexpected behaviour observed in Guile 3.0.8, but it also
> dates back to 2.2.7 and possibly earlier versions.
>
> scheme@(guile-user)> ,use (web uri)
> scheme@(guile-user)> (string->uri "file:///hom
Hi folks,
Below some unexpected behaviour observed in Guile 3.0.8, but it also
dates back to 2.2.7 and possibly earlier versions.
scheme@(guile-user)> ,use (web uri)
scheme@(guile-user)> (string->uri "file:///home")
$1 = #< scheme: file userinfo: #f host: #f port: #f path: "/home"
query: #f frag