bug#12827: [PATCH] Tweak web modules, support relative URIs

2017-05-21 Thread Andy Wingo
On Tue 21 Jun 2016 15:22, l...@gnu.org (Ludovic Courtès) writes: > Andy Wingo skribis: > >> I would like to apply this patch, to master at least. Any objections? >> We need documentation for the new exports, is the only missing thing. > > On a quick glance that looks good. My only concern would

bug#12827: [PATCH] Tweak web modules, support relative URIs

2016-06-21 Thread Ludovic Courtès
Andy Wingo skribis: > I would like to apply this patch, to master at least. Any objections? > We need documentation for the new exports, is the only missing thing. On a quick glance that looks good. My only concern would be incompatibilities; for instance, the ‘content-location’ can now be an

bug#12827: [PATCH] Tweak web modules, support relative URIs

2016-06-20 Thread Andy Wingo
I would like to apply this patch, to master at least. Any objections? We need documentation for the new exports, is the only missing thing. Andy On Sat 16 Mar 2013 15:25, Daniel Hartwig writes: > On 13 March 2013 19:05, Andy Wingo wrote: >> What's the status here, Daniel? Would be nice to fi

bug#12827: [PATCH] Tweak web modules, support relative URIs

2013-03-20 Thread Andy Wingo
On Sat 16 Mar 2013 15:25, Daniel Hartwig writes: > On 13 March 2013 19:05, Andy Wingo wrote: >> What's the status here, Daniel? Would be nice to fix this bug one way >> or another for 2.0.8. > > Latest work attached, updated as per discussion with Mark. Looks good but needs more docs for me to

bug#12827: [PATCH] Tweak web modules, support relative URIs

2013-03-16 Thread Daniel Hartwig
On 13 March 2013 19:05, Andy Wingo wrote: > What's the status here, Daniel? Would be nice to fix this bug one way > or another for 2.0.8. Latest work attached, updated as per discussion with Mark. Still missing #:base-uri (RFC 3986 #5.2) and some polish. For the docs, I believe it best to foll

bug#12827: [PATCH] Tweak web modules, support relative URIs

2013-03-13 Thread Andy Wingo
What's the status here, Daniel? Would be nice to fix this bug one way or another for 2.0.8. Cheers, Andy -- http://wingolog.org/

bug#12827: [PATCH] Tweak web modules, support relative URIs

2013-02-24 Thread Mark H Weaver
Daniel Hartwig writes: > On 24 February 2013 18:45, Mark H Weaver wrote: >> I would argue that Absolute-URIs are more often appropriate in typical >> user code. The reason is that outside of URI-handling libraries, most >> code that deals with URIs simply use them as universal pointers, >> i.e.

bug#12827: [PATCH] Tweak web modules, support relative URIs

2013-02-24 Thread Daniel Hartwig
On 24 February 2013 18:45, Mark H Weaver wrote: > Hi Daniel, > > Daniel Hartwig writes: >> * Terminology >> >> The terminology used in latest URI spec. (RFC 3986) is not widely used >> elsewhere. Not by Guile, not by the HTTP spec., or other sources. >> Specifically, it defines these terms: >> >

bug#12827: [PATCH] Tweak web modules, support relative URIs

2013-02-24 Thread Mark H Weaver
Hi Daniel, Daniel Hartwig writes: > * Terminology > > The terminology used in latest URI spec. (RFC 3986) is not widely used > elsewhere. Not by Guile, not by the HTTP spec., or other sources. > Specifically, it defines these terms: > > - URI: scheme rest ... [fragment] > - Absolute-URI: scheme