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

2017-04-03 Thread Hartmut Goebel
Hi Ricardo, Am 02.01.2017 um 16:08 schrieb Ricardo Wurmus: > 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

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

2017-01-02 Thread John Darrington
On Mon, Jan 02, 2017 at 01:40:47PM +0100, Hartmut Goebel wrote: Hi, when developing packages, esp. when switching branches, I get lots of messages like this: ;;; note: source file ???/guix/gnu/packages/tor.scm ;;; newer than compiled

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

2017-01-02 Thread Ricardo Wurmus
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’t run make Guile will interpret the changed files and

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

2017-01-02 Thread David Craven
> How can I get rid of these? By running make. It speeds up subsequent builds, so I find it a good idea to run make when I get too many of these.

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

2017-01-02 Thread Hartmut Goebel
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 :-) -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com |

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

2017-01-02 Thread Danny Milosavljevic
Hi, On Mon, 2 Jan 2017 13:40:47 +0100 Hartmut Goebel wrote: > Hi, > > when developing packages, esp. when switching branches, I get lots of > messages like this: > > ;;; note: source file …/guix/gnu/packages/tor.scm > ;;; newer than compiled

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

2017-01-02 Thread Hartmut Goebel
Hi, when developing packages, esp. when switching branches, I get lots of messages like this: ;;; note: source file …/guix/gnu/packages/tor.scm ;;; newer than compiled …/guix/gnu/packages/tor.go How can I get rid of these? -- Regards Hartmut Goebel | Hartmut Goebel |