emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#69337: closed ([PATCH 0/2] guile-build-system: Install .scm before .


From: GNU bug Tracking System
Subject: bug#69337: closed ([PATCH 0/2] guile-build-system: Install .scm before .go.)
Date: Sat, 02 Mar 2024 15:29:02 +0000

Your message dated Sat, 02 Mar 2024 16:28:13 +0100
with message-id <87y1b0d56a.fsf@gnu.org>
and subject line Re: [bug#69337] [PATCH 0/2] guile-build-system: Install .scm 
before .go.
has caused the debbugs.gnu.org bug report #69337,
regarding [PATCH 0/2] guile-build-system: Install .scm before .go.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
69337: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=69337
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH 0/2] guile-build-system: Install .scm before .go. Date: Fri, 23 Feb 2024 18:32:47 +0100
Currently the .go files are generated before installing the accompanying .scm
files, which leads to noise in the build log (source file ... newer than).
Swapping the order of the actions fixes that.

The indentation was also wrong, so I took liberty to fix that first in a
separate commit, so that the second diff is clean.

Tomas Volf (2):
  build-system/guile: Fix indentation.
  build-system/guile: Install .scm files first.

 guix/build/guile-build-system.scm | 41 +++++++++++++++----------------
 1 file changed, 20 insertions(+), 21 deletions(-)


base-commit: aefc7428203203ae88c64cc4769113453c01a185
--
2.41.0



--- End Message ---
--- Begin Message --- Subject: Re: [bug#69337] [PATCH 0/2] guile-build-system: Install .scm before .go. Date: Sat, 02 Mar 2024 16:28:13 +0100 User-agent: Gnus/5.13 (Gnus v5.13)
Hi,

Tomas Volf <~@wolfsden.cz> skribis:

> Currently the .go files are generated before installing the accompanying .scm
> files, which leads to noise in the build log (source file ... newer than).
> Swapping the order of the actions fixes that.
>
> The indentation was also wrong, so I took liberty to fix that first in a
> separate commit, so that the second diff is clean.
>
> Tomas Volf (2):
>   build-system/guile: Fix indentation.
>   build-system/guile: Install .scm files first.

Applied, thanks!

Ludo’.


--- End Message ---

reply via email to

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