guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Getting rid of "source file .. newer than compiled" messages


From: Ricardo Wurmus
Subject: Re: Getting rid of "source file .. newer than compiled" messages
Date: Mon, 2 Jan 2017 16:08:13 +0100
User-agent: mu4e 0.9.16; emacs 25.1.1

Hartmut Goebel <address@hidden> 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’t run make Guile will interpret the changed files and that’s
quite a bit slower.  It’s possible to silence these warnings, but they
are really helpful.

If you want to keep a stable branch of Guix around you can use “git
worktree”.  Then you can have a worktree on master and another worktree
where your WIP branches are being edited.  Editing or switching branches
in one worktree won’t affect the other worktree.

~~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]