From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Vivien Kraus Newsgroups: gmane.lisp.guile.devel Subject: Re: [PATCH v4] Add resolve-relative-reference in (web uri), as in RFC 3986 5.2. Date: Mon, 27 Nov 2023 18:15:36 +0100 Message-ID: References: <87fs1n53de.fsf@nborghese.com> <44f50f84a0cb18824d431eb805e2b3963a3776f6.camel@planete-kraus.eu> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="28227"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Evolution 3.46.4 Cc: Nathan To: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane-mx.org@gnu.org Mon Nov 27 18:16:17 2023 Return-path: Envelope-to: guile-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1r7fDU-00076G-OT for guile-devel@m.gmane-mx.org; Mon, 27 Nov 2023 18:16:16 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1r7fD1-0004R7-TT; Mon, 27 Nov 2023 12:15:47 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1r7fCy-0004Q3-16 for guile-devel@gnu.org; Mon, 27 Nov 2023 12:15:44 -0500 Original-Received: from planete-kraus.eu ([89.234.140.182]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_CHACHA20_POLY1305:256) (Exim 4.90_1) (envelope-from ) id 1r7fCu-0006Jm-OL for guile-devel@gnu.org; Mon, 27 Nov 2023 12:15:43 -0500 Original-Received: from planete-kraus.eu (localhost.lan [127.0.0.1]) by planete-kraus.eu (OpenSMTPD) with ESMTP id 2bc7b74f; Mon, 27 Nov 2023 17:15:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=planete-kraus.eu; h= message-id:subject:from:to:cc:date:in-reply-to:references :content-type:content-transfer-encoding:mime-version; s= albinoniA; bh=+MRy8gTN8a0HZ6KtSxuySNugCGc=; b=WDnpaMZRhnhbNADrzK ed9gj0NFQ2llWAtj92FJd1BUrHw04UEBXBjx05LgrVUjRM8SoNdG6Sp0xqAEvAeU vPUfREAHfsyRLYtbcQeSeL7xL9l599KIZau2aKQF2XJPwasbvHuHh21UC6DOono6 Mbhwq+mt386is6p4LiCVL5ku8sCkoYmL33BBQqzvYrr2mkGTyDVtOIgm66T+2N0K Frw1B6BzcA6N1WFkxX7kUgtAuaDt65bAURLXc2wdrvxpnAOgci7kdHoWlCXUusat +cCPp4OifgBvx5qV/ExMAF4QCf2O0q+p5gnzSXCf8HM36wvyG5xXqm7zAWZVQSaM hTGQ== Original-Received: by planete-kraus.eu (OpenSMTPD) with ESMTPSA id adc45a65 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Mon, 27 Nov 2023 17:15:37 +0000 (UTC) In-Reply-To: <44f50f84a0cb18824d431eb805e2b3963a3776f6.camel@planete-kraus.eu> Received-SPF: pass client-ip=89.234.140.182; envelope-from=vivien@planete-kraus.eu; helo=planete-kraus.eu X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.29 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-mx.org@gnu.org Original-Sender: guile-devel-bounces+guile-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.lisp.guile.devel:22128 Archived-At: Le lundi 27 novembre 2023 =C3=A0 18:10 +0100, Vivien Kraus a =C3=A9crit=C2= =A0: > Dear Guile developers, >=20 > Some time ago, Nathan wrote this patch as a better version of mine, > and > I would really like to see it merged. >=20 > Does it need more improvement? I consider it pretty good. Maybe I spoke too soon: the AUTHORS file and the copyright file header should not mention me for uri.scm, but Nathan, as this version did not retain significant work by me. Vivien