[racket-dev] [plt] Push #23903: master branch updated

From: Jay McCarthy (jay at racket-lang.org)
Date: Wed Nov 23 13:36:42 EST 2011

string->url and url->string don't have to round trip because url->string
uses canonical percent encodings where string->url removes all percent
encodings.

Jay

On Wed, Nov 23, 2011 at 11:35 AM, Sam Tobin-Hochstadt <samth at ccs.neu.edu>wrote:

> I agree with that, but software and timelines have a way of not
> working together.  :)
>
> On Wed, Nov 23, 2011 at 1:32 PM, Robby Findler
> <robby at eecs.northwestern.edu> wrote:
> > If the new url stuff were to come out this release, then I wouldn't
> > mind not fixing that one. FWIW.
> >
> > Robby
> >
> > On Wed, Nov 23, 2011 at 12:30 PM, Sam Tobin-Hochstadt <samth at ccs.neu.edu>
> wrote:
> >> On Wed, Nov 23, 2011 at 1:12 PM, Jay McCarthy <jay at racket-lang.org>
> wrote:
> >>>
> >>> I'll revert the commit and put a new HTTP library on my list to code
> and
> >>> discuss with Eli.
> >>
> >> I feel like we want to fix the bug that `string->url' and
> >> `url->string' don't round-trip properly.  Could you store some data in
> >> a substructure to enable that while keeping the rest of the url
> >> structure the same?
> >> --
> >> sam th
> >> samth at ccs.neu.edu
> >>
> >
>
>
>
> --
> sam th
> samth at ccs.neu.edu
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/dev/archive/attachments/20111123/1fe6042a/attachment.html>

Posted on the dev mailing list.