From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51925) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dwCtj-0005SK-5H for guix-patches@gnu.org; Sun, 24 Sep 2017 15:49:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dwCti-0000WI-A4 for guix-patches@gnu.org; Sun, 24 Sep 2017 15:49:03 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:47839) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dwCti-0000Vw-7A for guix-patches@gnu.org; Sun, 24 Sep 2017 15:49:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dwCth-0001v9-UZ for guix-patches@gnu.org; Sun, 24 Sep 2017 15:49:01 -0400 Subject: [bug#28421] [PATCH] gnu: Add uim. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <87ingoyt3a.fsf@gnu.org> <87tvzt1igw.fsf@gnu.org> <15afe43a.AEQAQk2GuKIAAAAAAAAAAAOzWv8AAAACwQwAAAAAAAW9WABZxrCd@mailjet.com> Date: Sun, 24 Sep 2017 21:48:14 +0200 In-Reply-To: <15afe43a.AEQAQk2GuKIAAAAAAAAAAAOzWv8AAAACwQwAAAAAAAW9WABZxrCd@mailjet.com> (Arun Isaac's message of "Sun, 24 Sep 2017 00:35:57 +0530") Message-ID: <87tvzr3mkh.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: Arun Isaac Cc: 28421@debbugs.gnu.org Howdy, Arun Isaac skribis: > Ludovic Court=C3=A8s writes: > >> Separate outputs would be fine, though I have a slight preference for >> separate packages > > A general question: For what use cases do we use outputs, and for what > use cases do we use separate packages? How are these two features > different? They=E2=80=99re similar, indeed. In some cases, separate outputs is the on= ly mechanism that can be used=E2=80=94for instance for =E2=80=9Cdebug=E2=80=9D= outputs, or even =E2=80=9Clib=E2=80=9D outputs to some extent. In other cases, such as this one, there=E2=80=99s no practical difference between having separate outputs and having separate packages. When there=E2=80=99s a choice, I tend to prefer to use outputs for the =E2=80=9Cstandard=E2=80=9D things (=E2=80=9Clib=E2=80=9D, =E2=80=9Cdebug=E2= =80=9D, =E2=80=9Cdoc=E2=80=9D, etc.), and separate packages for less obvious splits (=E2=80=9Cqt=E2=80=9D, =E2=80=9Cgtk=E2=80=9D, etc.) This is a very informal description. Maybe someone could articulate it better and we could provide guidelines in the manual? Anyway, HTH! Ludo=E2=80=99.