From debbugs-submit-bounces@debbugs.gnu.org Sat May 08 10:02:03 2021 Received: (at submit) by debbugs.gnu.org; 8 May 2021 14:02:03 +0000 Received: from localhost ([127.0.0.1]:50484 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lfNWt-0001jI-GT for submit@debbugs.gnu.org; Sat, 08 May 2021 10:02:03 -0400 Received: from lists.gnu.org ([209.51.188.17]:44934) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lfNWs-0001jB-8V for submit@debbugs.gnu.org; Sat, 08 May 2021 10:02:02 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:37656) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lfNWs-0004tE-1M for guix-patches@gnu.org; Sat, 08 May 2021 10:02:02 -0400 Received: from h87-96-130-155.cust.a3fiber.se ([87.96.130.155]:47716 helo=mail.yoctocell.xyz) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lfNWm-0000so-BV for guix-patches@gnu.org; Sat, 08 May 2021 10:02:01 -0400 From: Xinglu Chen DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yoctocell.xyz; s=mail; t=1620482511; bh=bpk04A8Gv+jUgbL+p25EFRhV8YIOmT6uqJxaARn7Nn4=; h=From:To:Subject:Date; b=lt6q95QtQEinTv2rwCl/i9n3VxCc8lYefg33W1gmLfLoqmCHuDhbiARKVurmrDdL7 6m6Iu6X+ZzKc7ywI9jEVbzptprIB6HHYbRNS/Mehawn331zQBHi6c5YYLMZV8LAkIF 7GA3bkUl03t3mL8038FZVn39XAFYNkQbV9tsGnE4= To: guix-patches@gnu.org Subject: [PATCH] gnu: Add guile-raw-strings. Message-Id: <97bc884cb5366248ad26aaac6a4c573a4a159a7d.1620482502.git.public@yoctocell.xyz> Date: Sat, 08 May 2021 16:01:50 +0200 MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=87.96.130.155; envelope-from=public@yoctocell.xyz; helo=mail.yoctocell.xyz X-Spam_score_int: 34 X-Spam_score: 3.4 X-Spam_bar: +++ X-Spam_report: (3.4 / 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, FROM_SUSPICIOUS_NTLD=0.498, FROM_SUSPICIOUS_NTLD_FP=1.997, PDS_OTHER_BAD_TLD=1.997, RDNS_DYNAMIC=0.982, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: 3.2 (+++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/guile-xyz.scm (guile-raw-strings): New variable. --- gnu/packages/guile-xyz.scm | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm index f908fb8a3b..f596defe44 100644 --- a/gnu/packages/guile-xyz.scm +++ b/gnu/packages/guile-xyz.scm @@ -2106,6 +2106,37 @@ microA [...] Content analysis details: (3.2 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] -0.0 SPF_HELO_PASS SPF: HELO matches SPF record 1.0 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) 0.0 RCVD_IN_MSPIKE_H4 RBL: Very Good reputation (+4) [209.51.188.17 listed in wl.mailspike.net] -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at https://www.dnswl.org/, medium trust [209.51.188.17 listed in list.dnswl.org] 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD 2.0 FROM_SUSPICIOUS_NTLD_FP From abused NTLD 0.0 RCVD_IN_MSPIKE_WL Mailspike good senders X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.2 (/) * gnu/packages/guile-xyz.scm (guile-raw-strings): New variable. --- gnu/packages/guile-xyz.scm | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm index f908fb8a3b..f596defe44 100644 --- a/gnu/packages/guile-xyz.scm +++ b/gnu/packages/guile-xyz.scm @@ -2106,6 +2106,37 @@ microAdapton. Both miniAdapton and microAdapton are designed to be easy to understand, extend, and port to host languages other than Scheme.") (license license:expat)))) +(define-public guile-raw-strings + (let ((commit "aa1cf783f2542811b473f797e12490920b779baa") + (revision "0")) + (package + (name "guile-raw-strings") + (version (git-version "0.0.0" revision commit)) + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/lloda/guile-raw-strings") + (commit commit))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1r2gx86zw5hb6byllra3nap3fw9p7q7rvdmg6qn9myrdxyjpns3l")))) + (build-system guile-build-system) + (arguments + `(#:phases + (modify-phases %standard-phases + (add-after 'build 'check + (lambda _ + (invoke "guile" "-L" "." "-s" "test.scm")))))) + (native-inputs + `(("guile" ,guile-3.0))) + (home-page "https://github.com/lloda/guile-raw-strings") + (synopsis "Guile reader extension for `raw strings'") + (description "This package provides A Guile reader extension for `raw +strings', it lets you write verbatim strings without having to escape double +quotes. ") + (license license:public-domain)))) + (define-public guile-reader (package (name "guile-reader") base-commit: e5adaf6c2de917f33f90e24b551a8991e55b3eb6 -- 2.31.1 From debbugs-submit-bounces@debbugs.gnu.org Sat May 08 17:18:53 2021 Received: (at 48287) by debbugs.gnu.org; 8 May 2021 21:18:53 +0000 Received: from localhost ([127.0.0.1]:52362 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lfULd-0005fl-Ky for submit@debbugs.gnu.org; Sat, 08 May 2021 17:18:53 -0400 Received: from baptiste.telenet-ops.be ([195.130.132.51]:47860) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lfULc-0005ff-SU for 48287@debbugs.gnu.org; Sat, 08 May 2021 17:18:53 -0400 Received: from butterfly.local ([213.119.233.112]) by baptiste.telenet-ops.be with bizsmtp id 2MJq2500B2SA7zH01MJqek; Sat, 08 May 2021 23:18:51 +0200 Message-ID: <911027b2494e5523fcd3a15a77a08a3fdc7d784c.camel@telenet.be> Subject: Re: [bug#48287] [PATCH] gnu: Add guile-raw-strings. From: Maxime Devos To: Xinglu Chen , 48287@debbugs.gnu.org Date: Sat, 08 May 2021 23:18:49 +0200 In-Reply-To: <97bc884cb5366248ad26aaac6a4c573a4a159a7d.1620482502.git.public@yoctocell.xyz> References: <97bc884cb5366248ad26aaac6a4c573a4a159a7d.1620482502.git.public@yoctocell.xyz> Content-Type: multipart/signed; micalg="pgp-sha512"; protocol="application/pgp-signature"; boundary="=-tVbU0e5dvD2bpkY3wLOo" User-Agent: Evolution 3.34.2 MIME-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r21; t=1620508731; bh=dY5I6Bsvd1tyhNaqb5g8FXGu9ovINwbGRMZi/wSZH5U=; h=Subject:From:To:Date:In-Reply-To:References; b=Hz5t5nyoKFiqcitF1dz5Yhx14r4Mr40GrD8oRYUpHnO/vD0f3RHn++JbQbCN2wnGE RPSvfaUMriAhXoI4ajDHHJG+KNZoSMa67CJm9Pn6ZZsdomtvR2a3W0Efhf/uW3cD4D hYbiqvFm5tF2BrUZEBR2+vtKn7rqKRSH2X4yh9T3Q/4qVLL+NEO0P6uCIWBf9K8rhO zuHsf+OLxN7LdpsKXVrLVc6Uj8yrIbwmAFLShNv6xAbcu7fMoMyOz2KmOrgK284hev bphw7Hct/56OoB0thJvl3g+iOrRPaorLnYzymrbj2b2mSztc82RLCqgVnEiJsSfboi n/w2cK/eB4vZw== X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 48287 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) --=-tVbU0e5dvD2bpkY3wLOo Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable > + (add-after 'build 'check > + (lambda _ > + (invoke "guile" "-L" "." "-s" "test.scm")))))) To support "guix build --without-tests", make this > + (add-after 'build 'check > + (lambda* (#:key tests? #:allow-other-keys) > + (when tests? > + (invoke "guile" "-L" "." "-s" "test.scm"))))))) Greetings,Maxime. --=-tVbU0e5dvD2bpkY3wLOo Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- iI0EABYKADUWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCYJcAOhccbWF4aW1lZGV2 b3NAdGVsZW5ldC5iZQAKCRBJ4+4iGRcl7tzzAQCDF2PV2fWCJ5zoXWhcOm+pkj7S bx47NuhyFV78N44oJAD9HkKbahbgSxdbv7/l/kf59xwxNX2ISQO/eYfo+LXcMAI= =N1qs -----END PGP SIGNATURE----- --=-tVbU0e5dvD2bpkY3wLOo-- From debbugs-submit-bounces@debbugs.gnu.org Sun May 09 04:12:56 2021 Received: (at 48287) by debbugs.gnu.org; 9 May 2021 08:12:56 +0000 Received: from localhost ([127.0.0.1]:54950 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lfeYa-0008HV-BH for submit@debbugs.gnu.org; Sun, 09 May 2021 04:12:56 -0400 Received: from h87-96-130-155.cust.a3fiber.se ([87.96.130.155]:50068 helo=mail.yoctocell.xyz) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lfeYW-0008HP-Ln for 48287@debbugs.gnu.org; Sun, 09 May 2021 04:12:54 -0400 From: Xinglu Chen DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yoctocell.xyz; s=mail; t=1620547964; bh=/0g6o5jb9RD51mUE3akUAEtp1Kp+GkalF+2yJwxZW0w=; h=From:To:Subject:In-Reply-To:References:Date; b=C44WUnbTKBgQ9rHxWQW+9aLQ58e46mMtl7pMKj+KY6J90LyAp4KGIn+CFCQQv8S2N 1horhcF7h6+5wJg233LIYXtEbMvWJKv4fSI4nIpXc3cMzAhwSyIoqQHCZHm2wH+/wv ciD4xPZvIxS20zj2g4Uo3moimuwhwoJ5Z7NM8+c4= To: Maxime Devos , 48287@debbugs.gnu.org Subject: Re: [bug#48287] [PATCH] gnu: Add guile-raw-strings. In-Reply-To: <911027b2494e5523fcd3a15a77a08a3fdc7d784c.camel@telenet.be> References: <97bc884cb5366248ad26aaac6a4c573a4a159a7d.1620482502.git.public@yoctocell.xyz> <911027b2494e5523fcd3a15a77a08a3fdc7d784c.camel@telenet.be> Date: Sun, 09 May 2021 10:12:44 +0200 Message-ID: <871ragiav7.fsf@yoctocell.xyz> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 2.9 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: On Sat, May 08 2021, Maxime Devos wrote: >> + (add-after 'build 'check >> + (lambda _ >> + (invoke "guile" "-L" "." "-s" "test.scm")))))) > > To support "guix build --without-tests", make this > >> + (add-after 'build 'check >> + (lambda* (# [...] Content analysis details: (2.9 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD 0.4 RDNS_DYNAMIC Delivered to internal network by host with dynamic-looking rDNS X-Debbugs-Envelope-To: 48287 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 2.9 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: On Sat, May 08 2021, Maxime Devos wrote: >> + (add-after 'build 'check >> + (lambda _ >> + (invoke "guile" "-L" "." "-s" "test.scm")))))) > > To support "guix build --without-tests", make this > >> + (add-after 'build 'check >> + (lambda* (# [...] Content analysis details: (2.9 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD 0.4 RDNS_DYNAMIC Delivered to internal network by host with dynamic-looking rDNS 1.0 BULK_RE_SUSP_NTLD Precedence bulk and RE: from a suspicious TLD -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager On Sat, May 08 2021, Maxime Devos wrote: >> + (add-after 'build 'check >> + (lambda _ >> + (invoke "guile" "-L" "." "-s" "test.scm")))))) > > To support "guix build --without-tests", make this > >> + (add-after 'build 'check >> + (lambda* (#:key tests? #:allow-other-keys) >> + (when tests? >> + (invoke "guile" "-L" "." "-s" "test.scm"))))))) Thanks for taking a look. :) From debbugs-submit-bounces@debbugs.gnu.org Sun May 09 04:18:21 2021 Received: (at 48287) by debbugs.gnu.org; 9 May 2021 08:18:21 +0000 Received: from localhost ([127.0.0.1]:54975 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lfedo-00022z-Tb for submit@debbugs.gnu.org; Sun, 09 May 2021 04:18:21 -0400 Received: from h87-96-130-155.cust.a3fiber.se ([87.96.130.155]:50208 helo=mail.yoctocell.xyz) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lfedn-00022t-4d for 48287@debbugs.gnu.org; Sun, 09 May 2021 04:18:19 -0400 From: Xinglu Chen DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yoctocell.xyz; s=mail; t=1620548293; bh=zBf60yJ5bfHvZ2Dzrrsj78BlzpEMgwZUYq8YXOguXow=; h=From:To:Subject:In-Reply-To:References:Date; b=ukKMNcoebIKpzvWQQodpsM/02StQfxKjCQoDoR4/zMi6Jf2U823gWHmP4UCrdK8m8 4MxGUVhn+7klYW0iN9Ttelxdt5GHpHOJyrj6RP+S8vL5IPiznOoBuzHPcQbKHG0n+B ZY3SDZz0bV3OaI8h7kJk9avBnvBfsIMq/tRs/qLo= To: 48287@debbugs.gnu.org Subject: [PATCH v2] gnu: Add guile-raw-strings. In-Reply-To: <97bc884cb5366248ad26aaac6a4c573a4a159a7d.1620482502.git.public@yoctocell.xyz> References: <97bc884cb5366248ad26aaac6a4c573a4a159a7d.1620482502.git.public@yoctocell.xyz> Message-Id: Date: Sun, 09 May 2021 10:18:12 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 2.9 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/guile-xyz.scm (guile-raw-strings): New variable. --- Changes since v1: - Respect the ‘--without-tests’ package tranformation. gnu/packages/guile-xyz.scm | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) Content analysis details: (2.9 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD 0.4 RDNS_DYNAMIC Delivered to internal network by host with dynamic-looking rDNS X-Debbugs-Envelope-To: 48287 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.9 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/guile-xyz.scm (guile-raw-strings): New variable. --- Changes since v1: - Respect the ‘--without-tests’ package tranformation. gnu/packages/guile-xyz.scm | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) Content analysis details: (1.9 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD 0.4 RDNS_DYNAMIC Delivered to internal network by host with dynamic-looking rDNS -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager * gnu/packages/guile-xyz.scm (guile-raw-strings): New variable. --- Changes since v1: - Respect the =E2=80=98--without-tests=E2=80=99 package tranformation. gnu/packages/guile-xyz.scm | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm index f908fb8a3b..35e580a804 100644 --- a/gnu/packages/guile-xyz.scm +++ b/gnu/packages/guile-xyz.scm @@ -2106,6 +2106,38 @@ microAdapton. Both miniAdapton and microAdapton are= designed to be easy to understand, extend, and port to host languages other than Scheme.") (license license:expat)))) =20 +(define-public guile-raw-strings + (let ((commit "aa1cf783f2542811b473f797e12490920b779baa") + (revision "0")) + (package + (name "guile-raw-strings") + (version (git-version "0.0.0" revision commit)) + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/lloda/guile-raw-strings") + (commit commit))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1r2gx86zw5hb6byllra3nap3fw9p7q7rvdmg6qn9myrdxyjpns3l"))= )) + (build-system guile-build-system) + (arguments + `(#:phases + (modify-phases %standard-phases + (add-after 'build 'check + (lambda* (#:key tests? #:allow-other-keys) + (when tests? + (invoke "guile" "-L" "." "-s" "test.scm"))))))) + (native-inputs + `(("guile" ,guile-3.0))) + (home-page "https://github.com/lloda/guile-raw-strings") + (synopsis "Guile reader extension for `raw strings'") + (description "This package provides A Guile reader extension for `raw +strings', it lets you write verbatim strings without having to escape doub= le +quotes. ") + (license license:public-domain)))) + (define-public guile-reader (package (name "guile-reader") base-commit: e5adaf6c2de917f33f90e24b551a8991e55b3eb6 --=20 2.31.1 From debbugs-submit-bounces@debbugs.gnu.org Fri May 14 06:14:44 2021 Received: (at 48287-done) by debbugs.gnu.org; 14 May 2021 10:14:44 +0000 Received: from localhost ([127.0.0.1]:45083 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lhUqC-0005NV-E5 for submit@debbugs.gnu.org; Fri, 14 May 2021 06:14:44 -0400 Received: from eggs.gnu.org ([209.51.188.92]:37148) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lhUqB-0005NE-00 for 48287-done@debbugs.gnu.org; Fri, 14 May 2021 06:14:43 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:58636) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lhUq4-0002EY-Vb; Fri, 14 May 2021 06:14:36 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=46546 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lhUq2-0006YZ-Hy; Fri, 14 May 2021 06:14:36 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Xinglu Chen Subject: Re: bug#48287: [PATCH] gnu: Add guile-raw-strings. References: <97bc884cb5366248ad26aaac6a4c573a4a159a7d.1620482502.git.public@yoctocell.xyz> Date: Fri, 14 May 2021 12:14:32 +0200 In-Reply-To: (Xinglu Chen's message of "Sun, 09 May 2021 10:18:12 +0200") Message-ID: <87pmxtpqpj.fsf_-_@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.3 (/) X-Debbugs-Envelope-To: 48287-done Cc: 48287-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.3 (-) Hi, Xinglu Chen skribis: > * gnu/packages/guile-xyz.scm (guile-raw-strings): New variable. Applied! Thank you, and thanks, Maxime! Ludo=E2=80=99. From unknown Sun Jul 27 09:34:22 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 11 Jun 2021 11:24:09 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator