From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?UTF-8?Q?Aleix_Conchillo_Flaqu=C3=A9?= Newsgroups: gmane.lisp.guile.devel Subject: Re: [PATCH] web: uri-encode hexadecimal percent-encoding is now uppercase Date: Thu, 2 May 2013 16:50:24 -0700 Message-ID: References: <8761z1gqmu.fsf@tines.lan> <871u9pgjyf.fsf@tines.lan> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1367538633 31584 80.91.229.3 (2 May 2013 23:50:33 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 2 May 2013 23:50:33 +0000 (UTC) Cc: guile-devel To: Mark H Weaver Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Fri May 03 01:50:32 2013 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UY3Gh-0005nk-Fb for guile-devel@m.gmane.org; Fri, 03 May 2013 01:50:31 +0200 Original-Received: from localhost ([::1]:52373 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UY3Gh-0006f6-0H for guile-devel@m.gmane.org; Thu, 02 May 2013 19:50:31 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:43404) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UY3Ge-0006eq-1I for guile-devel@gnu.org; Thu, 02 May 2013 19:50:29 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UY3Gc-0004jz-AY for guile-devel@gnu.org; Thu, 02 May 2013 19:50:27 -0400 Original-Received: from mail-lb0-f178.google.com ([209.85.217.178]:43276) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UY3Gc-0004js-2o for guile-devel@gnu.org; Thu, 02 May 2013 19:50:26 -0400 Original-Received: by mail-lb0-f178.google.com with SMTP id x10so1063001lbi.37 for ; Thu, 02 May 2013 16:50:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=KB9Fbm3cWVm9JNvsz8gaR0phNfoUxnWw4b2QU4hrLJE=; b=tV4SrkGSyXg9wQlBqsnwd+Xc0ubiNvMMqbbGX9v2/v5ekD7zhT4ADAacvH1x4UJ03r E6zJt8Q46YdgDsDBG1VEN7uOXHNUE6ZsQy7we2VA9u7u/5ci+Ai7noRGcQq6R/WtymTk QusgQiUIrM5YguP/jt5Himtj42ju1FHVigc4LvrmajkLqWr8c19Fpe+QXFI7o6OYSGcs VbNxIXksqdVu1beRv9bV16sssCFAlvI+3AN1VMbHB0xpZkIhmu5mLs3mv2ESqcuRgr/b luWulN7SD/oVJvtiI8b4KLTl9MVyLw682vDyK5pArZ3H/bkslRqgrVC4w/CeRy5fm1KR ZXzA== X-Received: by 10.112.144.165 with SMTP id sn5mr3452562lbb.48.1367538624990; Thu, 02 May 2013 16:50:24 -0700 (PDT) Original-Received: by 10.114.175.100 with HTTP; Thu, 2 May 2013 16:50:24 -0700 (PDT) In-Reply-To: <871u9pgjyf.fsf@tines.lan> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 209.85.217.178 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:16343 Archived-At: 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. > Oh... right :-(. Have to get used to the process. Thanks! Aleix