Hartmut Goebel <h.goe...@crazy-compilers.com> 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. ~~