Re: [PATCH] web: uri-encode hexadecimal percent-encoding is now uppercase

2013-05-02 Thread Aleix Conchillo FlaquƩ
On Thu, May 2, 2013 at 2:17 PM, Mark H Weaver wrote: > Hi Aleix, > > There was one remaining problem with your commit: web-uri.test contained > some tests that assumed lowercase percent encoding. I took the liberty > of modifying your commit to fix those tests, and then pushed it to > stable-2.0.

Re: [PATCH] web: uri-encode hexadecimal percent-encoding is now uppercase

2013-05-02 Thread Mark H Weaver
Hi Aleix, There was one remaining problem with your commit: web-uri.test contained some tests that assumed lowercase percent encoding. I took the liberty of modifying your commit to fix those tests, and then pushed it to stable-2.0. Thanks! Mark

Re: [PATCH] web: uri-encode hexadecimal percent-encoding is now uppercase

2013-05-02 Thread Aleix Conchillo FlaquƩ
On Thu, May 2, 2013 at 11:53 AM, Mark H Weaver wrote: > Hi Aleix, > > This patch looks good to me, except that I don't like the variable name > 'num' for a string. Actually, I'm not sure we need to bind that to a > variable at all. How about just wrapping 'string-upcase' around the > call to 'nu

Re: [PATCH] web: uri-encode hexadecimal percent-encoding is now uppercase

2013-05-02 Thread Mark H Weaver
Hi Aleix, This patch looks good to me, except that I don't like the variable name 'num' for a string. Actually, I'm not sure we need to bind that to a variable at all. How about just wrapping 'string-upcase' around the call to 'number->string'? Thanks, Mark > @@ -396,11 +396,12