GNU bug report logs - #75172
[PATCH] gnu: fennel: Update to 1.5.1.

Previous Next

Package: guix-patches;

Reported by: Yovan Naumovski <yovan <at> gorski.stream>

Date: Sun, 29 Dec 2024 09:54:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#75172: closed ([PATCH] gnu: fennel: Update to 1.5.1.)
Date: Mon, 06 Jan 2025 15:25:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Mon, 06 Jan 2025 16:24:00 +0100
with message-id <87pll06k4v.fsf <at> gnu.org>
and subject line Re: [bug#75172] [PATCH] gnu: fennel: Update to 1.5.1.
has caused the debbugs.gnu.org bug report #75172,
regarding [PATCH] gnu: fennel: Update to 1.5.1.
to be marked as done.

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


-- 
75172: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=75172
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Yovan Naumovski <yovan <at> gorski.stream>
To: guix-patches <at> gnu.org
Cc: Yovan Naumovski <yovan <at> gorski.stream>
Subject: [PATCH] gnu: fennel: Update to 1.5.1.
Date: Sun, 29 Dec 2024 11:52:19 +0200
* gnu/packages/lua.scm (fennel): Update to 1.5.1.

Change-Id: I6775e34e470a957a741a2b079d5e8040c98921d2
---
 gnu/packages/lua.scm | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/lua.scm b/gnu/packages/lua.scm
index 074ab6a0aa..7d060ed3e4 100644
--- a/gnu/packages/lua.scm
+++ b/gnu/packages/lua.scm
@@ -1396,7 +1396,7 @@ (define-public emilua
 (define-public fennel
   (package
     (name "fennel")
-    (version "1.5.0")
+    (version "1.5.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1405,7 +1405,7 @@ (define-public fennel
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0d25v7swq3msxsdzv91wwxy89y3qgw4bvzq1px89qsjzbbd7ccg2"))))
+                "09m7v62qw058llfrfqja14yx8ngjzrfx10hf2h1cc5zz0nbw89bj"))))
     (build-system gnu-build-system)
     (arguments
      (list #:make-flags #~(list (string-append "PREFIX="
@@ -1416,6 +1416,11 @@ (define-public fennel
                         (delete 'configure)
                         (add-after 'build 'patch-fennel
                           (lambda* (#:key inputs #:allow-other-keys)
+                            ;; Skip IRC CI build status reporting, it's not
+                            ;; used here.
+                            (substitute* "test/irc.lua"
+                              (("local is_origin")
+                               "if remote == nil then\nreturn function() end\nend\nlocal is_origin"))
                             (substitute* "fennel"
                               (("/usr/bin/env .*lua")
                                (search-input-file inputs "/bin/lua")))))

base-commit: a34d8e2721d458e09f63b654dfe79e78589ac9a9
-- 
2.46.0



[Message part 3 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: Yovan Naumovski <yovan <at> gorski.stream>
Cc: 75172-done <at> debbugs.gnu.org
Subject: Re: [bug#75172] [PATCH] gnu: fennel: Update to 1.5.1.
Date: Mon, 06 Jan 2025 16:24:00 +0100
Yovan Naumovski <yovan <at> gorski.stream> skribis:

> * gnu/packages/lua.scm (fennel): Update to 1.5.1.
>
> Hey Ian,
>
> I took that snippet from the main branch [1] and the test phase
> probably won't fail there in the next version, but I agree - removing
> test/irc.lua is better as the CI build status reporting is not used by
> Guix.
>
> Thanks,
> Yovan.
>
> [1] - https://git.sr.ht/~technomancy/fennel/tree/main/item/test/irc.lua#L6
>
> Change-Id: I6775e34e470a957a741a2b079d5e8040c98921d2

Applied, thanks!


This bug report was last modified 134 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.