GNU bug report logs - #75556
[PATCH] gnu: tree-sitter-clojure: Update to 0.0.13.

Previous Next

Package: guix-patches;

Reported by: Roman Scherer <roman <at> burningswell.com>

Date: Tue, 14 Jan 2025 13:37:01 UTC

Severity: normal

Tags: patch

Done: Ian Eure <ian <at> retrospec.tv>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 75556 in the body.
You can then email your comments to 75556 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to andrew <at> trop.in, divya <at> subvertising.org, ian <at> retrospec.tv, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org:
bug#75556; Package guix-patches. (Tue, 14 Jan 2025 13:37:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Roman Scherer <roman <at> burningswell.com>:
New bug report received and forwarded. Copy sent to andrew <at> trop.in, divya <at> subvertising.org, ian <at> retrospec.tv, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org. (Tue, 14 Jan 2025 13:37:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Roman Scherer <roman <at> burningswell.com>
To: guix-patches <at> gnu.org
Cc: Roman Scherer <roman <at> burningswell.com>
Subject: [PATCH] gnu: tree-sitter-clojure: Update to 0.0.13.
Date: Tue, 14 Jan 2025 14:36:14 +0100
* gnu/packages/tree-sitter.scm (tree-sitter-clojure): Update to 0.0.13.

Change-Id: If12e1a32744a2ecec3774303ccbba2032e2b0855
---
 gnu/packages/tree-sitter.scm | 18 +++++++++++++++---
 1 file changed, 15 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/tree-sitter.scm b/gnu/packages/tree-sitter.scm
index 1fcc5533c9..16c0ccec13 100644
--- a/gnu/packages/tree-sitter.scm
+++ b/gnu/packages/tree-sitter.scm
@@ -596,9 +596,21 @@ (define-public tree-sitter-ungrammar
 (define-public tree-sitter-clojure
   (tree-sitter-grammar
    "clojure" "Clojure"
-   "0bgd9g1j4ww45g0l0aa1jac49421z95cc2rhcgqmgx7nzn94rszp"
-   "0.0.11"
-   #:repository-url "https://github.com/sogaiu/tree-sitter-clojure"))
+   "1j41ba48sid6blnfzn6s9vsl829qxd86lr6yyrnl95m42x8q5cx4"
+   "0.0.13"
+   #:repository-url "https://github.com/sogaiu/tree-sitter-clojure"
+   #:get-cleanup-snippet
+   (lambda (grammar-directories)
+     #~(begin
+         (use-modules (guix build utils))
+         (for-each
+          (lambda (lang)
+            (with-directory-excursion lang
+              (delete-file "src/grammar.json")
+              (delete-file "src/node-types.json")
+              (delete-file "src/parser.c")
+              (delete-file-recursively "src/tree_sitter")))
+          '#$grammar-directories)))))
 
 (define-public tree-sitter-markdown
   ;; No tags

base-commit: c2532d05a52a826223a5659d104bf7d73af3e396
-- 
2.47.1





Information forwarded to guix-patches <at> gnu.org:
bug#75556; Package guix-patches. (Mon, 17 Feb 2025 18:08:02 GMT) Full text and rfc822 format available.

Message #8 received at 75556 <at> debbugs.gnu.org (full text, mbox):

From: Ian Eure <ian <at> retrospec.tv>
To: Roman Scherer <roman <at> burningswell.com>
Cc: Katherine Cox-Buday <cox.katherine.e+guix <at> gmail.com>,
 Andrew Tropin <andrew <at> trop.in>,
 Liliana Marie Prikler <liliana.prikler <at> gmail.com>,
 Divya Ranjan Pattanaik <divya <at> subvertising.org>, 75556 <at> debbugs.gnu.org
Subject: Re: [bug#75556] [PATCH] gnu: tree-sitter-clojure: Update to 0.0.13.
Date: Mon, 17 Feb 2025 10:07:44 -0800
Pushed as 53a77c096d.

Thanks,
 -- Ian




bug closed, send any further explanations to 75556 <at> debbugs.gnu.org and Roman Scherer <roman <at> burningswell.com> Request was from Ian Eure <ian <at> retrospec.tv> to control <at> debbugs.gnu.org. (Mon, 17 Feb 2025 18:09:01 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 18 Mar 2025 11:24:37 GMT) Full text and rfc822 format available.

This bug report was last modified 107 days ago.

Previous Next


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