From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#38528: Add test for `guix pull' Date: Mon, 16 Dec 2019 15:36:23 +0100 Message-ID: <87v9qgfic8.fsf@gnu.org> References: <87immqu8qw.fsf@ambrevar.xyz> <87v9qokssn.fsf@gnu.org> <8736dren5o.fsf@ambrevar.xyz> <875zikd0ds.fsf@ambrevar.xyz> <87mubvyp3a.fsf@gnu.org> <87lfrcqufa.fsf@ambrevar.xyz> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:41363) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1igrUd-0003ca-GV for bug-guix@gnu.org; Mon, 16 Dec 2019 09:37:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1igrUc-00050j-I3 for bug-guix@gnu.org; Mon, 16 Dec 2019 09:37:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:60353) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1igrUc-00050a-Ex for bug-guix@gnu.org; Mon, 16 Dec 2019 09:37:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1igrUc-000753-BZ for bug-guix@gnu.org; Mon, 16 Dec 2019 09:37:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87lfrcqufa.fsf@ambrevar.xyz> (Pierre Neidhardt's message of "Mon, 16 Dec 2019 14:19:53 +0100") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Pierre Neidhardt Cc: 38528@debbugs.gnu.org Hi Pierre, Pierre Neidhardt skribis: > It works now, however it does not detect breakages like "guix pull -p > ..." does. Do you have a specific example in mind? They normally build the exact same thing. All that said, I think it=E2=80=99s fine to recommend =E2=80=9Cguix pull -p= =E2=80=9D in the manual, but I just wanted to make sure people know about =E2=80=9Cmake as-derivation=E2=80=9D, which can be slightly more convenient in cases wher= e you don=E2=80=99t want to commit the change to test it. Thanks, Ludo=E2=80=99.