Re: [racket-dev] Can get-pure-port's signature be expanded to consume strings too?

2012-10-05 Thread Eli Barzilay
6 hours ago, Danny Yoo wrote: > I keep finding myself writing: > > (get-pure-port (string->url ...)) > > where the call to get-pure-port always has a string->url there. I was > wondering if something like the following patch would be acceptable: > > > https://github.com/dyoo/racket/com

[racket-dev] Can get-pure-port's signature be expanded to consume strings too?

2012-10-05 Thread Danny Yoo
I keep finding myself writing: (get-pure-port (string->url ...)) where the call to get-pure-port always has a string->url there. I was wondering if something like the following patch would be acceptable: https://github.com/dyoo/racket/commit/3aa1467a168be758c20e36ee7afad190f3af0ad0 ___