From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Mark H Weaver Newsgroups: gmane.lisp.guile.devel Subject: Re: [PATCH] web: uri-encode hexadecimal percent-encoding is now uppercase Date: Thu, 02 May 2013 17:17:44 -0400 Message-ID: <871u9pgjyf.fsf@tines.lan> References: <8761z1gqmu.fsf@tines.lan> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1367529503 9875 80.91.229.3 (2 May 2013 21:18:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 2 May 2013 21:18:23 +0000 (UTC) Cc: guile-devel To: Aleix Conchillo =?utf-8?Q?Flaqu=C3=A9?= Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Thu May 02 23:18:21 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 1UY0tP-0004Ke-6a for guile-devel@m.gmane.org; Thu, 02 May 2013 23:18:19 +0200 Original-Received: from localhost ([::1]:58356 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UY0tO-00088c-Og for guile-devel@m.gmane.org; Thu, 02 May 2013 17:18:18 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:49382) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UY0tJ-00087Y-Px for guile-devel@gnu.org; Thu, 02 May 2013 17:18:14 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UY0tI-0004aA-Vb for guile-devel@gnu.org; Thu, 02 May 2013 17:18:13 -0400 Original-Received: from world.peace.net ([96.39.62.75]:48698) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UY0tI-0004a6-RH for guile-devel@gnu.org; Thu, 02 May 2013 17:18:12 -0400 Original-Received: from turntable.mit.edu ([18.160.0.29] helo=tines.lan) by world.peace.net with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1UY0tC-0003hV-Of; Thu, 02 May 2013 17:18:06 -0400 In-Reply-To: ("Aleix Conchillo \=\?utf-8\?Q\?Flaqu\=C3\=A9\=22's\?\= message of "Thu, 2 May 2013 12:15:35 -0700") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 96.39.62.75 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:16342 Archived-At: 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