From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:55723) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hEEwD-0002Bn-4B for guix-patches@gnu.org; Wed, 10 Apr 2019 11:14:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hEEqW-0001Nq-Au for guix-patches@gnu.org; Wed, 10 Apr 2019 11:09:05 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:39899) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hEEqU-0001Mq-Sm for guix-patches@gnu.org; Wed, 10 Apr 2019 11:09:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hEEqU-0002Z9-MX for guix-patches@gnu.org; Wed, 10 Apr 2019 11:09:02 -0400 Subject: [bug#35150] [PATCH 1/9] import: opam: Add more patterns to opam file parser. Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20190404205437.5fe1bd60@lepiller.eu> <20190404191638.31953-1-julien@lepiller.eu> Date: Wed, 10 Apr 2019 17:08:26 +0200 In-Reply-To: <20190404191638.31953-1-julien@lepiller.eu> (Julien Lepiller's message of "Thu, 4 Apr 2019 21:16:30 +0200") Message-ID: <87v9zlc2z9.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: Julien Lepiller Cc: 35150@debbugs.gnu.org Hello, Julien Lepiller skribis: > * guix/import/opam.scm: Add more patterns to peg parser. It=E2=80=99d be nice to mention all the modified entities in the commit log. Apart from that it LGTM. Thanks, Ludo=E2=80=99.