From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:43471) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hT5jU-0005FA-U0 for guix-patches@gnu.org; Tue, 21 May 2019 10:27:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hT5jQ-0005Pq-0w for guix-patches@gnu.org; Tue, 21 May 2019 10:27:12 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:55160) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hT5jJ-0005L9-W9 for guix-patches@gnu.org; Tue, 21 May 2019 10:27:07 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hT5jJ-0005Gu-MU for guix-patches@gnu.org; Tue, 21 May 2019 10:27:01 -0400 Subject: [bug#35788] [PATCH] gnu: libjit: add at 0.1.4 Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20190518080649.21073-1-atai@atai.org> Date: Tue, 21 May 2019 16:26:47 +0200 In-Reply-To: <20190518080649.21073-1-atai@atai.org> (atai@atai.org's message of "Sat, 18 May 2019 01:06:49 -0700") Message-ID: <87v9y3289k.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: atai@atai.org Cc: 35788@debbugs.gnu.org Hi Andy, atai@atai.org skribis: > gnu/packages/libjit.scm | 72 +++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 72 insertions(+) > create mode 100644 gnu/packages/libjit.scm Could you submit an updated patch that adds libjit to assembly.scm instead? Bonus point if you can provide a commit log that follows our conventions. :-) Apart from these minor issues, the patch LGTM. Thanks in advance! Ludo=E2=80=99.