GNU bug report logs - #64125
[PATCH] gnu/packages/tree-sitter.scm (tree-sitter-meson): New variable.

Previous Next

Package: guix-patches;

Reported by: Z572 <873216071 <at> qq.com>

Date: Sat, 17 Jun 2023 10:06: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 64125 in the body.
You can then email your comments to 64125 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#64125; Package guix-patches. (Sat, 17 Jun 2023 10:06:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Z572 <873216071 <at> qq.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sat, 17 Jun 2023 10:06:02 GMT) Full text and rfc822 format available.

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

From: Z572 <873216071 <at> qq.com>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu/packages/tree-sitter.scm (tree-sitter-meson): New
 variable.
Date: Sat, 17 Jun 2023 18:05:15 +0800
---
 gnu/packages/tree-sitter.scm | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/gnu/packages/tree-sitter.scm b/gnu/packages/tree-sitter.scm
index 3e17d47a7a..f1724cb287 100644
--- a/gnu/packages/tree-sitter.scm
+++ b/gnu/packages/tree-sitter.scm
@@ -4,6 +4,7 @@
 ;;; Copyright © 2022 muradm <mail <at> muradm.net>
 ;;; Copyright © 2022 Aleksandr Vityazev <avityazev <at> posteo.org>
 ;;; Copyright © 2023 Andrew Tropin <andrew <at> trop.in>
+;;; Copyright @ 2023 Zheng Junjie <873216071 <at> qq.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -460,6 +461,18 @@ (define-public tree-sitter-markdown-gfm
    "0.7.1"
    #:repository-url "https://github.com/ikatyang/tree-sitter-markdown"))
 
+(define-public tree-sitter-meson
+  ;; tag 1.2 is Aug 24,2022  this commit is Feb 28,2023
+  (let ((commit "3d6dfbdb2432603bc84ca7dc009bb39ed9a8a7b1")
+        (revision "0"))
+    (tree-sitter-grammar
+     "meson" "Meson"
+     "1rn7r76h65d41354czyccm59d1j9nzybcrjvjh934lpr59qrw61m"
+     (git-version "1.2" revision commit)
+     #:repository-url "https://github.com/Decodetalkers/tree-sitter-meson"
+     #:commit commit
+     #:license license:expat)))
+
 (define-public tree-sitter-org
   ;; There are a lot of additions, the last tag was placed a while ago
   (let ((commit "081179c52b3e8175af62b9b91dc099d010c38770")

base-commit: 52f2980fa3feaf6e59b9e5144391faf8feb52a87
-- 
2.40.1





Reply sent to Hilton Chain <hako <at> ultrarare.space>:
You have taken responsibility. (Sun, 20 Aug 2023 15:15:02 GMT) Full text and rfc822 format available.

Notification sent to Z572 <873216071 <at> qq.com>:
bug acknowledged by developer. (Sun, 20 Aug 2023 15:15:02 GMT) Full text and rfc822 format available.

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

From: Hilton Chain <hako <at> ultrarare.space>
To: Z572 <873216071 <at> qq.com>
Cc: 64125-done <at> debbugs.gnu.org
Subject: Re: [bug#64125] [PATCH] gnu/packages/tree-sitter.scm
 (tree-sitter-meson): New variable.
Date: Sun, 20 Aug 2023 23:10:29 +0800
Hi,

On Sat, 17 Jun 2023 18:05:15 +0800,
Z572 via Guix-patches via wrote:
>
> ---
>  gnu/packages/tree-sitter.scm | 13 +++++++++++++
>  1 file changed, 13 insertions(+)
>
> diff --git a/gnu/packages/tree-sitter.scm b/gnu/packages/tree-sitter.scm
> index 3e17d47a7a..f1724cb287 100644
> --- a/gnu/packages/tree-sitter.scm
> +++ b/gnu/packages/tree-sitter.scm
> @@ -4,6 +4,7 @@
>  ;;; Copyright © 2022 muradm <mail <at> muradm.net>
>  ;;; Copyright © 2022 Aleksandr Vityazev <avityazev <at> posteo.org>
>  ;;; Copyright © 2023 Andrew Tropin <andrew <at> trop.in>
> +;;; Copyright @ 2023 Zheng Junjie <873216071 <at> qq.com>
>  ;;;
>  ;;; This file is part of GNU Guix.
>  ;;;
> @@ -460,6 +461,18 @@ (define-public tree-sitter-markdown-gfm
>     "0.7.1"
>     #:repository-url "https://github.com/ikatyang/tree-sitter-markdown"))
>
> +(define-public tree-sitter-meson
> +  ;; tag 1.2 is Aug 24,2022  this commit is Feb 28,2023
> +  (let ((commit "3d6dfbdb2432603bc84ca7dc009bb39ed9a8a7b1")
> +        (revision "0"))
> +    (tree-sitter-grammar
> +     "meson" "Meson"
> +     "1rn7r76h65d41354czyccm59d1j9nzybcrjvjh934lpr59qrw61m"
> +     (git-version "1.2" revision commit)
> +     #:repository-url "https://github.com/Decodetalkers/tree-sitter-meson"
> +     #:commit commit
> +     #:license license:expat)))
> +
>  (define-public tree-sitter-org
>    ;; There are a lot of additions, the last tag was placed a while ago
>    (let ((commit "081179c52b3e8175af62b9b91dc099d010c38770")
>
> base-commit: 52f2980fa3feaf6e59b9e5144391faf8feb52a87
> --
> 2.40.1

Applied as 78748c619a533bd23a8fc55e2a705ed23567c72e with "@" changed
to "©".  Thanks!




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

This bug report was last modified 1 year and 278 days ago.

Previous Next


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