bug-guix
[Top][All Lists]
Advanced

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

bug#36511: extraneous recompiles of scm files while editing gnu/packages


From: Ludovic Courtès
Subject: bug#36511: extraneous recompiles of scm files while editing gnu/packages/
Date: Fri, 05 Jul 2019 22:40:34 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux)

Hi,

Robert Vollmert <address@hidden> skribis:

> rob@garp ~/guix$ nano gnu/packages/haskell.scm 
> rob@garp ~/guix$ ./pre-inst-env guix build ghc-ansi-wl-pprint

I’d suggest running “make” once you’ve edited a file.

It’s not strictly necessary (Guile then simply evaluates code instead of
running compiled code), but it will allow you to get rid of these
warnings, the compiler might warn you ahead of time of possible
mistakes, and the whole thing will be slightly faster.

Does that make sense?

Ludo’.





reply via email to

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