From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: 77 Rust Crates, fluid, roboto-font, libpsyc rust bindings Date: Wed, 4 Jan 2017 11:14:32 +0100 Message-ID: References: <20170103233642.3181-1-ng0@libertad.pw> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37999) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cOiak-0006bI-86 for guix-devel@gnu.org; Wed, 04 Jan 2017 05:14:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cOiag-0005Xk-4f for guix-devel@gnu.org; Wed, 04 Jan 2017 05:14:46 -0500 Received: from sinope02.bbbm.mdc-berlin.de ([141.80.25.24]:39915) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cOiaf-0005WY-Pm for guix-devel@gnu.org; Wed, 04 Jan 2017 05:14:42 -0500 In-Reply-To: <20170103233642.3181-1-ng0@libertad.pw> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: ng0 Cc: guix-devel@gnu.org ng0 writes: > I have not run any of the 81 packages through guix lint, I would if I > would know a way to mass lint a list of packages. =E2=80=9Cguix lint=E2=80=9D accepts more than one argument so you can lin= t all of the packages with one command. I do the same for R packages. Using Emacs or some other editor with macro features (or even just the shell) you can also easily condense your recent commit messages into a list of package names to be passed to =E2=80=9Cguix lint=E2=80=9D. I think running =E2=80=9Cguix lint=E2=80=9D is essential before submittin= g patches to the mailing list, because it avoids wasted effort for a lot of common mistakes.