From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37215) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fTFtt-0003bB-2C for guix-patches@gnu.org; Wed, 13 Jun 2018 20:14:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fTFtp-00045g-Tc for guix-patches@gnu.org; Wed, 13 Jun 2018 20:14:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:39176) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fTFtp-00045a-Pk for guix-patches@gnu.org; Wed, 13 Jun 2018 20:14:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fTFtp-000318-KO for guix-patches@gnu.org; Wed, 13 Jun 2018 20:14:01 -0400 Subject: [bug#31774] [PATCH 12/22] gnu: Add maven-core. Resent-Message-ID: Date: Thu, 14 Jun 2018 02:13:12 +0200 From: Danny Milosavljevic Message-ID: <20180614021312.68afa0fb@scratchpost.org> In-Reply-To: <20180612213609.68734b19@lepiller.eu> References: <20180610130104.2b154715@lepiller.eu> <20180610110319.24043-1-julien@lepiller.eu> <20180610110319.24043-12-julien@lepiller.eu> <20180610191643.15f8a63e@scratchpost.org> <20180610204631.62f0ea79@lepiller.eu> <20180611204316.36ec4f20@scratchpost.org> <20180612213609.68734b19@lepiller.eu> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; boundary="Sig_/pLzl5hISSLpMIJZuAHEblSJ"; protocol="application/pgp-signature" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Julien Lepiller Cc: 31774@debbugs.gnu.org --Sig_/pLzl5hISSLpMIJZuAHEblSJ Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Hi Julien, On Tue, 12 Jun 2018 21:36:14 +0200 Julien Lepiller wrote: > I tried something like this: >=20 > (match sxlm > ((list (component-set (components x) ...)) x)) >=20 > And I got an exception like component-set: unbound variable. On the > REPL, the command works perfectly. Yeah, weird sometimes. I've had similar problems in the past. Now I tried (match sxml (('*TOP* ('component-set ('components x ...))) x)) and it seems to work. --Sig_/pLzl5hISSLpMIJZuAHEblSJ Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEds7GsXJ0tGXALbPZ5xo1VCwwuqUFAlshsxgACgkQ5xo1VCww uqWVEggAjAYk8J15Odurf+3XLycAkQxDv4yjZL13z7aD+OlLOITi0HKTdovOFbId IlHTv6+I/mHj8MrNRczVFBk2pvYqh6XG+MfabWUyQZwV3o5lnLEPChF3fE1+peaQ hyXemk/E2k5ytwxCFf7tIKuSQnS9V1OjxASkkBxXHRJIZuoo+zECYYwNfld2JBja pDvfHXKJ7VJUvrH5bcH5H9blk+TACfjQoLQmIMEbGhG12Rz2DfzeZ78nw7YmgTPq aK5OuiGvt7Ym2WGEkOFdiJ/KRqXg5C7JJ3/6A0szx1UV/oYlK4tJ1eD13TQdhgcS MX6fA5FkhDuZzdMp84P3QHHNUC6DeA== =9MC9 -----END PGP SIGNATURE----- --Sig_/pLzl5hISSLpMIJZuAHEblSJ--