pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/tree-sitter-go



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Aug 24 06:20:26 UTC 2023

Modified Files:
        pkgsrc/textproc/tree-sitter-go: Makefile distinfo

Log Message:
tree-sitter-go: update to 0.20.0.

Switch to GH Actions CI. by @patrickt in #41
Add the same PR template as for tree-sitter-javascript by @mjambon in #43
Update package.json to include the repository key by @msftenhanceprovenance in #50
Loosen Rust crate's tree-sitter dependency by @dcreager in #52
adding make support by @mattmassicotte in #56
feat: treat iota as predeclared identifier by @kawaemon in #58
feat: add support to parse of type parameters by @kawaemon in #57
feat: allow to put type arguments in calling expressions by @kawaemon in #59
Update C code by @aryx in #66
Document reason for statements at top level by @adonovan in #67
Make method bodies non-optional by @adonovan in #68
Fix node naming in {param,field}_declaration by @adonovan in #65
Structure Query by @mattmassicotte in #70
Remove field_identifier from keyed_element by @adonovan in #71
Generic Makefile by @mattmassicotte in #72
Bump tree-sitter version to 0.20 by @hendrikvanantwerpen in #78
Swift Package by @mattmassicotte in #79
Made body optional for method_declaration by @lmaruvada in #90
Allow GenericType to accept QualifiedType by @kawaemon in #92
feat(queries/highlight): highlight built-in functions as @function.builtin by @jimeh in #96
feat(grammar): capture comment directives by @matoous in #97
Revert "Merge pull request #97 from matoous/md/comment-directives" by @matoous in #98
feat(ci): run build & test action on PRs by @matoous in #99
fix: fix string literal rule by @SuperBo in #91
Add more types and struct/parameter fix by @amaanq in #118
Param fix by @amaanq in #119
Update identifiers and top level declarations by @amaanq in #120
Fix single import spec list without terminator by @amaanq in #122
Materialize expression_statement nodes by @josharian in #124
Formatting & CI fixes by @amaanq in #126


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/tree-sitter-go/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/tree-sitter-go/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/tree-sitter-go/Makefile
diff -u pkgsrc/textproc/tree-sitter-go/Makefile:1.2 pkgsrc/textproc/tree-sitter-go/Makefile:1.3
--- pkgsrc/textproc/tree-sitter-go/Makefile:1.2 Fri Jan 20 11:14:59 2023
+++ pkgsrc/textproc/tree-sitter-go/Makefile     Thu Aug 24 06:20:26 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2023/01/20 11:14:59 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2023/08/24 06:20:26 wiz Exp $
 
-DISTNAME=      tree-sitter-go-0.19.1
-PKGREVISION=   1
+DISTNAME=      tree-sitter-go-0.20.0
 CATEGORIES=    textproc devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=tree-sitter/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}

Index: pkgsrc/textproc/tree-sitter-go/distinfo
diff -u pkgsrc/textproc/tree-sitter-go/distinfo:1.1 pkgsrc/textproc/tree-sitter-go/distinfo:1.2
--- pkgsrc/textproc/tree-sitter-go/distinfo:1.1 Wed Jan 18 16:21:23 2023
+++ pkgsrc/textproc/tree-sitter-go/distinfo     Thu Aug 24 06:20:26 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2023/01/18 16:21:23 wiz Exp $
+$NetBSD: distinfo,v 1.2 2023/08/24 06:20:26 wiz Exp $
 
-BLAKE2s (tree-sitter-go-0.19.1.tar.gz) = 67ee8fe7000c658ac326ef61f2969e3f86344e20f1b057756160b41ed6ad9c19
-SHA512 (tree-sitter-go-0.19.1.tar.gz) = 54dfe060bab199dacef4e1c5d20a1316540fcad772d0b2a097f655e64ee8dfb2f78e80cc4be7d9ca22fe4411ec492eb09334044cfd2746d21654f9c17a9e8c5c
-Size (tree-sitter-go-0.19.1.tar.gz) = 160278 bytes
+BLAKE2s (tree-sitter-go-0.20.0.tar.gz) = 7f094dd65d197e2c093443aca8f8659e19957ee04e0d12882ca0bf2d61cd6ef2
+SHA512 (tree-sitter-go-0.20.0.tar.gz) = ff438a6c84454f38cdefe506f5da787007cb50b3d41bcb9c7f26ed7d951a3268e6bf0b32f2e750d0e4233516c1e4a827c24af831020f81f268fe825adcd5f836
+Size (tree-sitter-go-0.20.0.tar.gz) = 195753 bytes



Home | Main Index | Thread Index | Old Index