From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Soo Subject: Re: rav1e AV1 encoder Date: Tue, 25 Feb 2020 13:21:18 -0800 Message-ID: References: <20200225200823.GA31497@jasmine.lan> Mime-Version: 1.0 (1.0) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:55234) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j6hdx-00016X-SA for guix-devel@gnu.org; Tue, 25 Feb 2020 16:21:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j6hdu-0003Q9-PV for guix-devel@gnu.org; Tue, 25 Feb 2020 16:21:28 -0500 Received: from mail-pg1-x52d.google.com ([2607:f8b0:4864:20::52d]:42274) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1j6hdt-0003Fs-7S for guix-devel@gnu.org; Tue, 25 Feb 2020 16:21:25 -0500 Received: by mail-pg1-x52d.google.com with SMTP id h8so162843pgs.9 for ; Tue, 25 Feb 2020 13:21:21 -0800 (PST) In-Reply-To: <20200225200823.GA31497@jasmine.lan> 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: Leo Famulari Cc: guix-devel@gnu.org Hi Leo, > 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). You should be committing packages in topological order but the file order is= alphabetical.=20 Good luck, rust is a ton of work. John=