From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Newsgroups: gmane.lisp.guile.bugs Subject: bug#10410: guile: uri module confused by domain names starting with numbers, ipv6 addresses Date: Wed, 20 Jun 2012 15:39:30 +0200 Message-ID: <87oboenlv1.fsf__38653.930676128$1340199599$gmane$org@gnu.org> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1340199599 25999 80.91.229.3 (20 Jun 2012 13:39:59 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 20 Jun 2012 13:39:59 +0000 (UTC) Cc: 10410@debbugs.gnu.org, guile-devel@gnu.org To: Daniel Hartwig Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Wed Jun 20 15:39:57 2012 Return-path: Envelope-to: guile-bugs@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 1ShL8W-0000hJ-Nm for guile-bugs@m.gmane.org; Wed, 20 Jun 2012 15:39:56 +0200 Original-Received: from localhost ([::1]:56836 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ShL8W-0002za-Ov for guile-bugs@m.gmane.org; Wed, 20 Jun 2012 09:39:56 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:55446) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ShL8N-0002sw-SK for bug-guile@gnu.org; Wed, 20 Jun 2012 09:39:53 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ShL8C-00089b-A9 for bug-guile@gnu.org; Wed, 20 Jun 2012 09:39:47 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:40053) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ShL8C-00089U-6M for bug-guile@gnu.org; Wed, 20 Jun 2012 09:39:36 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1ShLBW-0003ex-Ec for bug-guile@gnu.org; Wed, 20 Jun 2012 09:43:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-guile@gnu.org Resent-Date: Wed, 20 Jun 2012 13:43:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 10410 X-GNU-PR-Package: guile X-GNU-PR-Keywords: patch Original-Received: via spool by 10410-submit@debbugs.gnu.org id=B10410.134019978114061 (code B ref 10410); Wed, 20 Jun 2012 13:43:02 +0000 Original-Received: (at 10410) by debbugs.gnu.org; 20 Jun 2012 13:43:01 +0000 Original-Received: from localhost ([127.0.0.1]:49599 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1ShLBV-0003ej-8R for submit@debbugs.gnu.org; Wed, 20 Jun 2012 09:43:01 -0400 Original-Received: from xanadu.aquilenet.fr ([88.191.123.111]:36296) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1ShLBS-0003ea-Ua for 10410@debbugs.gnu.org; Wed, 20 Jun 2012 09:42:59 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by xanadu.aquilenet.fr (Postfix) with ESMTP id 333302199; Wed, 20 Jun 2012 15:39:31 +0200 (CEST) Original-Received: from xanadu.aquilenet.fr ([127.0.0.1]) by localhost (xanadu.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 3qx5cQndWSmw; Wed, 20 Jun 2012 15:39:31 +0200 (CEST) Original-Received: from pluto (reverse-83.fdn.fr [80.67.176.83]) by xanadu.aquilenet.fr (Postfix) with ESMTPSA id B5D6D990; Wed, 20 Jun 2012 15:39:30 +0200 (CEST) In-Reply-To: (Daniel Hartwig's message of "Fri, 30 Dec 2011 18:14:56 +0800") User-Agent: Gnus/5.130005 (Ma Gnus v0.5) Emacs/24.1 (gnu/linux) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 140.186.70.43 X-BeenThere: bug-guile@gnu.org List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Original-Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.bugs:6355 Archived-At: Hi Daniel, Daniel Hartwig skribis: > I have noticed that the (web uri) module does not handle domain names > that start with numbers: > > scheme@(guile-user)> (string->uri "http://123.com") > $1 =3D #f This one was fixed around commit 1868309a9e34a04a5b3020e147d0ce029038b290. Thanks, Ludo=E2=80=99.