GNU bug report logs - #69419
[PATCH 0/3] gnu: Add tree-sitter-{kdl,hcl,ron}.

Previous Next

Package: guix-patches;

Reported by: "Paul A. Patience" <paul <at> apatience.com>

Date: Tue, 27 Feb 2024 03:07:01 UTC

Severity: normal

Tags: patch

Done: Hilton Chain <hako <at> ultrarare.space>

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 69419 in the body.
You can then email your comments to 69419 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 guix-patches <at> gnu.org:
bug#69419; Package guix-patches. (Tue, 27 Feb 2024 03:07:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to "Paul A. Patience" <paul <at> apatience.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 27 Feb 2024 03:07:02 GMT) Full text and rfc822 format available.

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

From: "Paul A. Patience" <paul <at> apatience.com>
To: guix-patches <at> gnu.org
Cc: "Paul A. Patience" <paul <at> apatience.com>
Subject: [PATCH 0/3] gnu: Add tree-sitter-{kdl,hcl,ron}.
Date: Tue, 27 Feb 2024 03:05:40 +0000
Paul A. Patience (3):
  gnu: Add tree-sitter-kdl.
  gnu: Add tree-sitter-hcl.
  gnu: Add tree-sitter-ron.

 gnu/packages/tree-sitter.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)


base-commit: 4b60a39aa5d3c10aada9a0be2ed1579e19bd118d
-- 
2.41.0






Information forwarded to guix-patches <at> gnu.org:
bug#69419; Package guix-patches. (Tue, 27 Feb 2024 03:11:01 GMT) Full text and rfc822 format available.

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

From: "Paul A. Patience" <paul <at> apatience.com>
To: 69419 <at> debbugs.gnu.org
Cc: "Paul A. Patience" <paul <at> apatience.com>
Subject: [PATCH 1/3] gnu: Add tree-sitter-kdl.
Date: Tue, 27 Feb 2024 03:09:55 +0000
* gnu/packages/tree-sitter.scm (tree-sitter-kdl): New variable.

Change-Id: I40a9d9629e29d1682999d9787d4092775be23c19
---
 gnu/packages/tree-sitter.scm | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/gnu/packages/tree-sitter.scm b/gnu/packages/tree-sitter.scm
index 41257d42f1..79e204e6b4 100644
--- a/gnu/packages/tree-sitter.scm
+++ b/gnu/packages/tree-sitter.scm
@@ -477,6 +477,13 @@ (define-public tree-sitter-julia
    "1pbnmvhy2gq4vg1b0sjzmjm4s2gsgdjh7h01yj8qrrqbcl29c463"
    "0.19.0"))
 
+(define-public tree-sitter-kdl
+  (tree-sitter-grammar
+   "kdl" "KDL"
+   "1015x24ffrvzb0m0wbqdzmaqavpnjw0gvcagxi9b6vj3n1ynm0ps"
+   "1.1.0"
+   #:repository-url "https://github.com/tree-sitter-grammars/tree-sitter-kdl"))
+
 (define-public tree-sitter-ocaml
   (tree-sitter-grammar
    "ocaml" "OCaml (.ml and .mli)"
-- 
2.41.0






Information forwarded to guix-patches <at> gnu.org:
bug#69419; Package guix-patches. (Tue, 27 Feb 2024 03:11:02 GMT) Full text and rfc822 format available.

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

From: "Paul A. Patience" <paul <at> apatience.com>
To: 69419 <at> debbugs.gnu.org
Cc: "Paul A. Patience" <paul <at> apatience.com>
Subject: [PATCH 3/3] gnu: Add tree-sitter-ron.
Date: Tue, 27 Feb 2024 03:10:04 +0000
* gnu/packages/tree-sitter.scm (tree-sitter-ron): New variable.

Change-Id: I26abfa4a298b23a14bcea852c2974e694daddecd
---
 gnu/packages/tree-sitter.scm | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/gnu/packages/tree-sitter.scm b/gnu/packages/tree-sitter.scm
index 3cf79d5502..4abd3fca62 100644
--- a/gnu/packages/tree-sitter.scm
+++ b/gnu/packages/tree-sitter.scm
@@ -526,6 +526,14 @@ (define-public tree-sitter-r
      (git-version "0.0.1" revision commit)
      #:commit commit)))
 
+(define-public tree-sitter-ron
+  (tree-sitter-grammar
+   "ron" "RON"
+   "1la5v0nig3xp1z2v3sj36hb7wkkjch46dmxf457px7ly43x4cb83"
+   "0.2.0"
+   #:repository-url "https://github.com/tree-sitter-grammars/tree-sitter-ron"
+   #:license (list license:asl2.0 license:expat)))
+
 (define-public tree-sitter-ruby
   ;; There are a lot of additions, the last tag was placed more than 1 year ago
   (let ((commit "206c7077164372c596ffa8eaadb9435c28941364")
-- 
2.41.0






Information forwarded to guix-patches <at> gnu.org:
bug#69419; Package guix-patches. (Tue, 27 Feb 2024 03:11:02 GMT) Full text and rfc822 format available.

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

From: "Paul A. Patience" <paul <at> apatience.com>
To: 69419 <at> debbugs.gnu.org
Cc: "Paul A. Patience" <paul <at> apatience.com>
Subject: [PATCH 2/3] gnu: Add tree-sitter-hcl.
Date: Tue, 27 Feb 2024 03:09:59 +0000
* gnu/packages/tree-sitter.scm (tree-sitter-hcl): New variable.

Change-Id: I2522cf5cc30b313c16636821deed2752ea65b43e
---
 gnu/packages/tree-sitter.scm | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/gnu/packages/tree-sitter.scm b/gnu/packages/tree-sitter.scm
index 79e204e6b4..3cf79d5502 100644
--- a/gnu/packages/tree-sitter.scm
+++ b/gnu/packages/tree-sitter.scm
@@ -456,6 +456,15 @@ (define-public tree-sitter-haskell
      (git-version "0.14.0" revision commit)
      #:commit commit)))
 
+(define-public tree-sitter-hcl
+  (tree-sitter-grammar
+   "hcl" "HCL"
+   "1yydi61jki7xpabi0aq6ykz4w4cya15g8rp34apb6qq9hm4lm9di"
+   "1.1.0"
+   #:article "an"
+   #:repository-url "https://github.com/tree-sitter-grammars/tree-sitter-hcl"
+   #:license license:asl2.0))
+
 (define-public tree-sitter-java
   (tree-sitter-grammar
    "java" "Java"
-- 
2.41.0






Reply sent to Hilton Chain <hako <at> ultrarare.space>:
You have taken responsibility. (Wed, 27 Mar 2024 14:53:02 GMT) Full text and rfc822 format available.

Notification sent to "Paul A. Patience" <paul <at> apatience.com>:
bug acknowledged by developer. (Wed, 27 Mar 2024 14:53:02 GMT) Full text and rfc822 format available.

Message #19 received at 69419-done <at> debbugs.gnu.org (full text, mbox):

From: Hilton Chain <hako <at> ultrarare.space>
To: "Paul A. Patience" <paul <at> apatience.com>
Cc: 69419-done <at> debbugs.gnu.org
Subject: Re: [bug#69419] [PATCH 0/3] gnu: Add tree-sitter-{kdl,hcl,ron}.
Date: Wed, 27 Mar 2024 22:44:29 +0800
Hi Paul,

On Tue, 27 Feb 2024 11:05:40 +0800,
Paul A. Patience wrote:
>
> Paul A. Patience (3):
>   gnu: Add tree-sitter-kdl.
>   gnu: Add tree-sitter-hcl.
>   gnu: Add tree-sitter-ron.
>
>  gnu/packages/tree-sitter.scm | 24 ++++++++++++++++++++++++
>  1 file changed, 24 insertions(+)
>
>
> base-commit: 4b60a39aa5d3c10aada9a0be2ed1579e19bd118d
> --
> 2.41.0

Applied as 6881f090cf44...424b81c74599, thank you!




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 25 Apr 2024 11:25:19 GMT) Full text and rfc822 format available.

This bug report was last modified 9 days ago.

Previous Next


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