GNU bug report logs - #69304
[PATCH] Update URL of the tree-sitter-lua grammar

Previous Next

Package: emacs;

Reported by: john muhl <jm <at> pub.pink>

Date: Wed, 21 Feb 2024 16:25:01 UTC

Severity: normal

Tags: patch

Done: Eli Zaretskii <eliz <at> gnu.org>

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 69304 in the body.
You can then email your comments to 69304 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 bug-gnu-emacs <at> gnu.org:
bug#69304; Package emacs. (Wed, 21 Feb 2024 16:25:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to john muhl <jm <at> pub.pink>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Wed, 21 Feb 2024 16:25:01 GMT) Full text and rfc822 format available.

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

From: john muhl <jm <at> pub.pink>
To: bug-gnu-emacs <at> gnu.org
Subject: [PATCH] Update URL of the tree-sitter-lua grammar
Date: Wed, 21 Feb 2024 10:23:45 -0600
Tags: patch

The tree-sitter-lua grammar moved to a new repository.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#69304; Package emacs. (Wed, 21 Feb 2024 16:41:02 GMT) Full text and rfc822 format available.

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

From: john muhl <jm <at> pub.pink>
To: 69304 <at> debbugs.gnu.org
Subject: Re: bug#69304: [PATCH] Update URL of the tree-sitter-lua grammar
Date: Wed, 21 Feb 2024 10:37:04 -0600
[0001-Update-URL-of-the-tree-sitter-lua-grammar.patch (text/x-patch, attachment)]
From 964dbf812f9ab99e3afc3008498cd1182be06843 Mon Sep 17 00:00:00 2001
From: john muhl <jm <at> pub.pink>
Date: Wed, 21 Feb 2024 10:14:05 -0600
Subject: [PATCH] ; Update URL of the tree-sitter-lua grammar

* admin/notes/tree-sitter/build-module/build.sh:
* lisp/progmodes/lua-ts-mode.el:
* test/infra/Dockerfile.emba: Use the new URL.  (bug#69304)
---
 admin/notes/tree-sitter/build-module/build.sh | 2 +-
 lisp/progmodes/lua-ts-mode.el                 | 4 ++--
 test/infra/Dockerfile.emba                    | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/admin/notes/tree-sitter/build-module/build.sh b/admin/notes/tree-sitter/build-module/build.sh
index 969187b7f92..9a567bb094d 100755
--- a/admin/notes/tree-sitter/build-module/build.sh
+++ b/admin/notes/tree-sitter/build-module/build.sh
@@ -43,7 +43,7 @@ grammardir=
         org="phoenixframework"
         ;;
     "lua")
-        org="MunifTanjim"
+        org="tree-sitter-grammars"
         ;;
     "typescript")
         sourcedir="tree-sitter-typescript/typescript/src"
diff --git a/lisp/progmodes/lua-ts-mode.el b/lisp/progmodes/lua-ts-mode.el
index c7f5ac50b04..8bd3db2b75f 100644
--- a/lisp/progmodes/lua-ts-mode.el
+++ b/lisp/progmodes/lua-ts-mode.el
@@ -26,8 +26,8 @@
 ;; This package provides `lua-ts-mode' which is a major mode for Lua
 ;; files that uses Tree Sitter to parse the language.
 ;;
-;; This package is compatible with and tested against the grammar
-;; for Lua found at https://github.com/MunifTanjim/tree-sitter-lua
+;; This package is compatible with and tested against the grammar for
+;; Lua found at https://github.com/tree-sitter-grammars/tree-sitter-lua
 
 ;;; Code:
 
diff --git a/test/infra/Dockerfile.emba b/test/infra/Dockerfile.emba
index 8e583fade9f..d79072b06b5 100644
--- a/test/infra/Dockerfile.emba
+++ b/test/infra/Dockerfile.emba
@@ -126,7 +126,7 @@ RUN src/emacs -Q --batch \
       (java "https://github.com/tree-sitter/tree-sitter-java") \
       (javascript "https://github.com/tree-sitter/tree-sitter-javascript") \
       (json "https://github.com/tree-sitter/tree-sitter-json") \
-      (lua "https://github.com/MunifTanjim/tree-sitter-lua") \
+      (lua "https://github.com/tree-sitter-grammars/tree-sitter-lua") \
       (python "https://github.com/tree-sitter/tree-sitter-python") \
       (ruby "https://github.com/tree-sitter/tree-sitter-ruby") \
       (tsx "https://github.com/tree-sitter/tree-sitter-typescript" "master" "tsx/src") \
-- 
2.41.0





Reply sent to Eli Zaretskii <eliz <at> gnu.org>:
You have taken responsibility. (Wed, 21 Feb 2024 16:57:01 GMT) Full text and rfc822 format available.

Notification sent to john muhl <jm <at> pub.pink>:
bug acknowledged by developer. (Wed, 21 Feb 2024 16:57:02 GMT) Full text and rfc822 format available.

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

From: Eli Zaretskii <eliz <at> gnu.org>
To: john muhl <jm <at> pub.pink>
Cc: 69304-done <at> debbugs.gnu.org
Subject: Re: bug#69304: [PATCH] Update URL of the tree-sitter-lua grammar
Date: Wed, 21 Feb 2024 18:46:39 +0200
> Date: Wed, 21 Feb 2024 10:37:04 -0600
> From:  john muhl via "Bug reports for GNU Emacs,
>  the Swiss army knife of text editors" <bug-gnu-emacs <at> gnu.org>
> 
> 
> >From 964dbf812f9ab99e3afc3008498cd1182be06843 Mon Sep 17 00:00:00 2001
> From: john muhl <jm <at> pub.pink>
> Date: Wed, 21 Feb 2024 10:14:05 -0600
> Subject: [PATCH] ; Update URL of the tree-sitter-lua grammar
> 
> * admin/notes/tree-sitter/build-module/build.sh:
> * lisp/progmodes/lua-ts-mode.el:
> * test/infra/Dockerfile.emba: Use the new URL.  (bug#69304)

Thanks, installed on master, and closing the bug.




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

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

Previous Next


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