From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: rav1e AV1 encoder Date: Tue, 25 Feb 2020 15:08:23 -0500 Message-ID: <20200225200823.GA31497@jasmine.lan> References: <20200220224353.GA28976@jasmine.lan> <9e81d5d5-1f2a-3c6d-5f99-c001d1a03b7f@riseup.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:46112) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j6gVI-0006h9-Bu for guix-devel@gnu.org; Tue, 25 Feb 2020 15:08:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j6gVH-0004ER-CO for guix-devel@gnu.org; Tue, 25 Feb 2020 15:08:28 -0500 Received: from wout3-smtp.messagingengine.com ([64.147.123.19]:57999) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1j6gVH-00047l-6H for guix-devel@gnu.org; Tue, 25 Feb 2020 15:08:27 -0500 Content-Disposition: inline In-Reply-To: <9e81d5d5-1f2a-3c6d-5f99-c001d1a03b7f@riseup.net> 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-mx.org@gnu.org Sender: "Guix-devel" To: Martin Becze Cc: guix-devel@gnu.org On Fri, Feb 21, 2020 at 04:15:43AM -0500, Martin Becze wrote: > On 2/20/20 5:43 PM, Leo Famulari wrote: > > And if so, should it > > be done as a single commit? Or one-by-one? > > One-by-one unfortunately I've been working on this and I've committed about 3000 lines of these packages by hand. But, I have a concern with committing these packages one at a time alphabetically. Since the packages refer to each other, committing them individually breaks the build until the entire commit series is complete. This will break `git bisect` for 267 commits (the number of packages). I think it would be better to add the new crates alphabetically in a single commit.