guix-patches archive search

Search String: Display: Description: Sort:

Results:

References: [ clojure: 232 ]

Total 232 documents matching your query.

1. [bug#33215] [PATCH 06/11] build-system: Add 'clojure-build-system'. (score: 145)
Author: HIDDEN
Date: Wed, 31 Oct 2018 14:10:26 +0800
* guix/build-system/clojure.scm, guix/build/clojure-build-system.scm: New files. * guix/build/clojure-utils.scm (@*, @@*): New macros. (%source-dirs, %test-dirs, %compile-dir, %main-class, %omit-sour
/archive/html/guix-patches/2018-10/msg00572.html (33,522 bytes)

2. [bug#56604] [PATCH 5/8] gnu: clojure: Update to 1.11.1.This patch updates Clojure to 1.11.1. It also adds the 'reset-class-timestamps (score: 112)
Author: HIDDEN
Date: Sat, 16 Jul 2022 20:24:18 +0200
This patch updates Clojure to 1.11.1. It also adds the 'reset-class-timestamps phase to the Clojure build system. This phase makes sure the timestamp of compiled class files is set to a later point i
/archive/html/guix-patches/2022-07/msg00497.html (19,870 bytes)

3. [bug#67328] [PATCH] Upgrade clojure-tools to 1.11.1.1413 + clojure-tools-deps transition (score: 111)
Author: HIDDEN
Date: Thu, 23 Nov 2023 13:52:28 +0000
Upstream of Guix is the publishers of the software that Guix packages, so "upstream" in this case is probably the Clojure project. I don't think there's any particular concerns for those upstream or
/archive/html/guix-patches/2023-11/msg01480.html (13,191 bytes)

4. [bug#67328] [PATCH] Upgrade clojure-tools to 1.11.1.1413 + clojure-tools-deps transition (score: 106)
Author: HIDDEN
Date: Mon, 20 Nov 2023 22:09:09 +0200
* clojure-tools-deps-alpha was superserded by clojure-tools-deps -- gnu/packages/clojure.scm | 77 ++++++++++++++++++++++++++++++++++++-- 1 file changed, 71 insertions(+), 6 deletions(-) diff --git a/
/archive/html/guix-patches/2023-11/msg01366.html (10,162 bytes)

5. [bug#67426] [PATCH] Switch clojure-tools to using clojure-tools-deps (score: 83)
Author: HIDDEN
Date: Fri, 24 Nov 2023 07:43:47 +0200
-- gnu/packages/clojure.scm | 12 ++++++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/gnu/packages/clojure.scm b/gnu/packages/clojure.scm index b9296b3e78..2dff11f238 100644 -- a/gnu
/archive/html/guix-patches/2023-11/msg01549.html (6,162 bytes)

6. [bug#56604] [PATCH 8/8] gnu: clojure-instaparse: Update to 1.4.12 (disabled AOT).This patch updates clojure-instaparse to 1.4.12. Due to the following AOT (score: 77)
Author: HIDDEN
Date: Sat, 16 Jul 2022 20:24:29 +0200
This patch updates clojure-instaparse to 1.4.12. Due to the following AOT related error I disabled AOT compilation for this package. ``` starting phase `build' Execution error (IllegalArgumentExcepti
/archive/html/guix-patches/2022-07/msg00505.html (8,755 bytes)

7. [bug#56604] closed (Re: bug#56604: [PATCH 0/8] Update Clojure to 1.11.1.) (score: 74)
Author: HIDDEN
Date: Mon, 25 Jul 2022 20:06:15 +0200
which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 56604@debbugs.gnu.
/archive/html/guix-patches/2022-07/msg00957.html (13,590 bytes)

8. [bug#56604] [PATCH 6/8] gnu: clojure-algo-generic: Fix test failing under AOT in Clojure 1.11.1. (score: 74)
Author: HIDDEN
Date: Sat, 16 Jul 2022 20:24:22 +0200
-- gnu/packages/clojure.scm | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/gnu/packages/clojure.scm b/gnu/packages/clojure.scm index d51923acdb..36bb27013c 100644 -- a/gn
/archive/html/guix-patches/2022-07/msg00501.html (7,147 bytes)

9. [bug#68315] [PATCH 10/48] build-system: clojure: Redefine clojure-build. (score: 73)
Author: HIDDEN
Date: Mon, 8 Jan 2024 09:02:42 +0100
* guix/build-system/clojure.scm (clojure-build): Monadic procedure returns a gexp instead of a derivation. Change-Id: I5b5b552052cfffc45bc4d82871600b322eb23d85 -- guix/build-system/clojure.scm | 8 ++
/archive/html/guix-patches/2024-01/msg00562.html (9,190 bytes)

10. [bug#67328] [PATCH] Upgrade clojure-tools to 1.11.1.1413 + clojure-tools-deps transition (score: 69)
Author: HIDDEN
Date: Fri, 24 Nov 2023 07:27:34 +0200
Hello Christopher, Thank you for taking a look at this. I meant downstream, thanks. IMO there might be libs that use the alpha version/ Removing clojure-tools-deps-alpha means those packages will hav
/archive/html/guix-patches/2023-11/msg01547.html (6,032 bytes)

11. [bug#33215] [PATCH 01/11] gnu: clojure: Move from java to lisp. (score: 68)
Author: HIDDEN
Date: Wed, 31 Oct 2018 14:05:37 +0800
* gnu/packages/java.scm (clojure): Move from here... * gnu/packages/lisp.scm (clojure): ...to here. -- gnu/packages/java.scm | 145 -- gnu/packages/lisp.scm | 147 +++++++++++++++++++++++++++++++++++++
/archive/html/guix-patches/2018-10/msg00567.html (23,975 bytes)

12. bug#26966: [PATCH 17/22] gnu: clojure: Move below bootstrap packages. (score: 68)
Author: HIDDEN
Date: Mon, 22 May 2017 12:01:06 +0200
LGTM. Kind regards, Roel Janssen
/archive/html/guix-patches/2017-05/msg01092.html (28,122 bytes)

13. bug#26966: [PATCH 17/22] gnu: clojure: Move below bootstrap packages. (score: 68)
Author: HIDDEN
Date: Wed, 17 May 2017 19:19:00 +0200
* gnu/packages/java.scm (clojure): Move package. -- gnu/packages/java.scm | 282 +++++++++++++++++++++++++-- 1 file changed, 141 insertions(+), 141 deletions(-) diff --git a/gnu/packages/java.scm b/gn
/archive/html/guix-patches/2017-05/msg00959.html (24,061 bytes)

14. [bug#67328] [PATCH] Upgrade clojure-tools to 1.11.1.1413 + clojure-tools-deps transition (score: 66)
Author: HIDDEN
Date: Fri, 24 Nov 2023 07:56:39 +0200
This was split in 2 issues: - https://debbugs.gnu.org/cgi/bugreport.cgi?bug=67425 - https://debbugs.gnu.org/cgi/bugreport.cgi?bug=67426 A third issue, dropping clojure-tools-deps-alpha can be created
/archive/html/guix-patches/2023-11/msg01550.html (5,980 bytes)

15. bug#67426: [PATCH] Switch clojure-tools to using clojure-tools-deps (score: 65)
Author: HIDDEN
Date: Tue, 2 Apr 2024 21:16:16 +0300
Patch reviewed during patch review session. Thanks! -- Efraim Flashner <efraim@flashner.co.il> רנשלפ םירפא GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot
/archive/html/guix-patches/2024-04/msg00299.html (4,566 bytes)

16. [bug#67425] [PATCH] Added clojure-tools-deps package 0.18.1354 (score: 59)
Author: HIDDEN
Date: Fri, 24 Nov 2023 07:37:10 +0200
-- gnu/packages/clojure.scm | 65 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) diff --git a/gnu/packages/clojure.scm b/gnu/packages/clojure.scm index e28998b570..b9296b3e7
/archive/html/guix-patches/2023-11/msg01548.html (7,998 bytes)

17. [bug#56604] [PATCH 7/8] gnu: clojure-core-match: Update to 1.0.0.--- (score: 59)
Author: HIDDEN
Date: Sat, 16 Jul 2022 20:24:25 +0200
-- gnu/packages/clojure.scm | 46 +++++++++++++++++++-- 1 file changed, 22 insertions(+), 24 deletions(-) diff --git a/gnu/packages/clojure.scm b/gnu/packages/clojure.scm index 36bb27013c..0c2bc1f1be
/archive/html/guix-patches/2022-07/msg00502.html (8,995 bytes)

18. [bug#56604] [PATCH 0/8] Update Clojure to 1.11.1. (score: 57)
Author: HIDDEN
Date: Mon, 15 Aug 2022 15:36:32 +0000
Hi Ludo, here's the promised patch to follow up with the code duplication I introduced in my previous patch. I tested this by compiling Clojure which uses the Ant build system, and by compiling cloju
/archive/html/guix-patches/2022-08/msg01172.html (8,841 bytes)

19. [bug#58869] [PATCH] Add clojure-cheshire and all of its dependencies (score: 56)
Author: HIDDEN
Date: Sat, 29 Oct 2022 17:15:36 +0000
Hello Guix maintainers, I've been trying to package https://github.com/clojure-lsp/clojure-lsp clojure-lsp and https://github.com/clj-kondo/clj-kondo clj-kondo. This is just the `clojure-cheshire` mi
/archive/html/guix-patches/2022-10/msg01776.html (9,817 bytes)

20. [bug#58902] [PATCH] gnu: Add clojure-data-csv. (score: 54)
Author: HIDDEN
Date: Mon, 31 Oct 2022 20:50:55 +0000
* gnu/packages/clojure.scm (clojure-data-csv): New variable. -- Hi, please ignore my previous patch as that was not correctly tested. This one should be fine - hopefully. :) Thanks, best, Fabio. gnu/
/archive/html/guix-patches/2022-10/msg01867.html (5,825 bytes)


This search system is powered by Namazu