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 <[email protected]>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 > <[email protected]> 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 <[email protected]> > wrote: > >> On Wed, Nov 23, 2011 at 1:12 PM, Jay McCarthy <[email protected]> > 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 > >> [email protected] > >> > > > > > > -- > sam th > [email protected] >
_________________________________________________ For list-related administrative tasks: http://lists.racket-lang.org/listinfo/dev

