From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: Re: Fwd: 03/03: sort haskell-xyz Date: Thu, 15 Aug 2019 15:25:40 -0400 Message-ID: <87v9uyfcxc.fsf@netris.org> References: <20190814220836.29541.28546@vcs0.savannah.gnu.org> <20190814220838.8D6FE20A0E@vcs0.savannah.gnu.org> <871rxnug1h.fsf@elephly.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:44874) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1hyLOB-0003ne-L8 for guix-devel@gnu.org; Thu, 15 Aug 2019 15:26:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hyLO7-00049l-Td for guix-devel@gnu.org; Thu, 15 Aug 2019 15:26:23 -0400 Received: from world.peace.net ([64.112.178.59]:33000) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hyLO7-0003z0-Qi for guix-devel@gnu.org; Thu, 15 Aug 2019 15:26:19 -0400 In-Reply-To: <871rxnug1h.fsf@elephly.net> (Ricardo Wurmus's message of "Thu, 15 Aug 2019 07:57:30 +0200") 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: Ricardo Wurmus Cc: guix-devel@gnu.org, Robert Vollmert Ricardo Wurmus writes: > guix-commits@gnu.org writes: > >> rob pushed a commit to branch wip-haskell-updates >> in repository guix. >> >> commit e88776b829391b941ebcbc55a0fd7104c51c4992 >> Author: Robert Vollmert >> Date: Thu Aug 15 00:06:20 2019 +0200 >> >> sort haskell-xyz >> --- >> gnu/packages/haskell-xyz.scm | 16003 +++++++++++++++++++++-------------------- >> 1 file changed, 8003 insertions(+), 8000 deletions(-) > > I would advise against this kind of change. It affects a lot of > packages (which muddies the git log) but really has very little benefit. > An alphabetic ordering is not necessarily better than a historical > ordering or a topological ordering. It's also likely to make merges between branches painful. Mark