From mboxrd@z Thu Jan 1 00:00:00 1970 From: taylanbayirli@gmail.com (Taylan Ulrich =?utf-8?Q?Bay=C4=B1rl=C4=B1?= =?utf-8?Q?=2FKammer?=) Subject: Re: Plan for 0.9.0 Date: Tue, 13 Oct 2015 20:30:47 +0200 Message-ID: <87si5e4o4o.fsf@T420.taylan> References: <87io6b943m.fsf@gnu.org> <87d1wi1v6u.fsf@openmailbox.org> 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]:55203) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zm4La-0007Tc-5I for guix-devel@gnu.org; Tue, 13 Oct 2015 14:30:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zm4LZ-0002Vf-9m for guix-devel@gnu.org; Tue, 13 Oct 2015 14:30:49 -0400 Received: from mail-wi0-x229.google.com ([2a00:1450:400c:c05::229]:36051) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zm4LZ-0002VZ-2v for guix-devel@gnu.org; Tue, 13 Oct 2015 14:30:49 -0400 Received: by wicgb1 with SMTP id gb1so200389452wic.1 for ; Tue, 13 Oct 2015 11:30:48 -0700 (PDT) In-Reply-To: <87d1wi1v6u.fsf@openmailbox.org> (Mathieu Lirzin's message of "Tue, 13 Oct 2015 20:26:33 +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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Mathieu Lirzin Cc: guix-devel , Daniel Pimentel Mathieu Lirzin writes: > Ricardo Wurmus writes: > >> Alex Vong writes: >> >>> Regarding gc, I remember I accidentally ran "guix gc" and removed all >>> the build dependencies like bash, glibc... Then, I realized the proper >>> way to run gc is to run "guix gc -d ". Perhaps we should >>> change the command for garbage collecting everything from "guix gc" to >>> "guix gc -a" and "guix gc --all". Does this sound reasonable? >> >> I think this is not a bad idea. It would also make =E2=80=9Cguix gc=E2= =80=9D behave >> more like the other sub-commands (i.e. require an argument). >> >> It=E2=80=99s not a command that=E2=80=99s used so often that the additio= nal argument >> would hurt much, in my opinion. > > This makes sense to me too. +1 from me too, since accidentally GC'ing things can be annoying, although the flags --gc-keep-outputs --gc-keep-derivations to guix-daemon help in that regard. Taylan