GNU bug report logs - #66206
[PATCH] gnu: Add tree-sitter-scala

Previous Next

Package: guix-patches;

Reported by: Karl Hallsby <karl <at> hallsby.com>

Date: Tue, 26 Sep 2023 03:58:01 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Karl Hallsby <karl <at> hallsby.com>
Subject: bug#66206: closed (Re: bug#66206: [PATCH] gnu: Add tree-sitter-scala)
Date: Sun, 08 Oct 2023 21:42:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#66206: [PATCH] gnu: Add tree-sitter-scala

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 66206 <at> debbugs.gnu.org.

-- 
66206: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=66206
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: Karl Hallsby <karl <at> hallsby.com>
Cc: 66206-done <at> debbugs.gnu.org
Subject: Re: bug#66206: [PATCH] gnu: Add tree-sitter-scala
Date: Sun, 08 Oct 2023 23:41:14 +0200
Karl Hallsby <karl <at> hallsby.com> skribis:

> gnu/packages/tree-sitter.scm (tree-sitter-scala): New variable.

Applied, thanks!

[Message part 3 (message/rfc822, inline)]
From: Karl Hallsby <karl <at> hallsby.com>
To: guix-patches <at> gnu.org
Cc: Karl Hallsby <karl <at> hallsby.com>
Subject: [PATCH] gnu: Add tree-sitter-scala
Date: Mon, 25 Sep 2023 22:56:37 -0500
gnu/packages/tree-sitter.scm (tree-sitter-scala): New variable.
---
 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 58db2603af..cfcf260b03 100644
--- a/gnu/packages/tree-sitter.scm
+++ b/gnu/packages/tree-sitter.scm
@@ -6,6 +6,7 @@
 ;;; Copyright © 2023 Andrew Tropin <andrew <at> trop.in>
 ;;; Copyright © 2023 Nicolas Graves <ngraves <at> ngraves.fr>
 ;;; Copyright © 2023 Zheng Junjie <873216071 <at> qq.com>
+;;; Copyright © 2023 Karl Hallsby <karl <at> hallsby.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -607,3 +608,9 @@ (define-public tree-sitter-plantuml
            (use-modules (guix build utils))
            (delete-file "binding.gyp")
            (delete-file-recursively "bindings"))))))
+
+(define-public tree-sitter-scala
+  (tree-sitter-grammar
+   "scala" "Scala"
+   "0hs6gmkq5cx9qrmgfz1mh0c34flwffc0k2mhwf13laawswnywfkz"
+   "0.20.2"))

base-commit: fafd3caef0d51811a5da81d6061789e2908b0dac
-- 
2.41.0




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

Previous Next


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