From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: Getting rid of "source file .. newer than compiled" messages Date: Mon, 2 Jan 2017 16:08:13 +0100 Message-ID: References: <586A4A4F.3000900@crazy-compilers.com> <20170102142318.508f5552@scratchpost.org> <586A557B.4050804@crazy-compilers.com> 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]:34335) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cO4Dq-0007U5-Ss for guix-devel@gnu.org; Mon, 02 Jan 2017 10:08:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cO4Dn-0004Mr-Gt for guix-devel@gnu.org; Mon, 02 Jan 2017 10:08:26 -0500 Received: from sinope.bbbm.mdc-berlin.de ([141.80.25.23]:50112) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cO4Dn-0004LC-5T for guix-devel@gnu.org; Mon, 02 Jan 2017 10:08:23 -0500 In-Reply-To: <586A557B.4050804@crazy-compilers.com> 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: Hartmut Goebel Cc: guix-devel Hartmut Goebel writes: > Am 02.01.2017 um 14:23 schrieb Danny Milosavljevic: >> Run make >> >> Or am I misunderstanding what you mean? > > I meant without running make after each little change :-) If you don=E2=80=99t run make Guile will interpret the changed files and = that=E2=80=99s quite a bit slower. It=E2=80=99s possible to silence these warnings, but= they are really helpful. If you want to keep a stable branch of Guix around you can use =E2=80=9Cg= it worktree=E2=80=9D. Then you can have a worktree on master and another wo= rktree where your WIP branches are being edited. Editing or switching branches in one worktree won=E2=80=99t affect the other worktree. ~~