pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/tree-sitter



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Sep 14 09:49:26 UTC 2025

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

Log Message:
tree-sitter: updated to 0.25.9

0.25.9

Fix: add wasm32 support to portable/endian.h
Replace deprecated function on build.zig
perf(generate): reserve more Vec capacities
fix(rust): prevent overflow in error message calculation
fix(bindings): use parser title in lib.rs description
fix(bindings): only include top level LICENSE file
fix(bindings): improve python platform detection
test(python): improve bindings test to detect ABI incompatibilities
fix(query): prevent cycles when analyzing hidden children
Reserved word dsl declarations
fix(cli): improve error message in cases where a langauge can't be found for one of many paths
fix(bindings): correct indices for Node::utf16_text
fix(rust): ignore new mismatched-lifetime-syntaxes lint
fix(bindings): use custom class name
fix(bindings): update zig template files
Update build.zig.zon
Backport build.zig.zon fixes
portable/endian: Add Haiku support
fix(wasm): delete var_i32_type after initializing global stack pointer value
fix(rust): EqCapture accepted cases where number of captured nodes differed by one
fix(bindings): improve zig dependency fetching logic
fix(bindings): add tree-sitter as npm dev dependency
[backport] build.zig improvements
fix(lib): check if an ERROR node is named before assuming it's the builtin error node
fix(lib): allow error nodes to match when they are child nodes
build(zig): support wasmtime for ARM64 Windows (MSVC)
fix(bindings): properly detect MSVC compiler
fix(generate): warn users when extra rule can lead to parser hang
fix(cli): fix DSL type declarations
fix(npm): add directory to repository fields
fix(web): correct type errors, improve build
fix(generate): return error when single state transitions have indirectly recursive cycles
fix(generate): use correct state id when adding terminal states to non terminal extras
release v0.25.9
fix(rust): correct crate versions in root Cargo.toml file


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/textproc/tree-sitter/Makefile
cvs rdiff -u -r1.22 -r1.23 pkgsrc/textproc/tree-sitter/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/Makefile
diff -u pkgsrc/textproc/tree-sitter/Makefile:1.24 pkgsrc/textproc/tree-sitter/Makefile:1.25
--- pkgsrc/textproc/tree-sitter/Makefile:1.24   Sun Jul 20 10:29:07 2025
+++ pkgsrc/textproc/tree-sitter/Makefile        Sun Sep 14 09:49:26 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.24 2025/07/20 10:29:07 wiz Exp $
+# $NetBSD: Makefile,v 1.25 2025/09/14 09:49:26 adam Exp $
 
-DISTNAME=      tree-sitter-0.25.8
+DISTNAME=      tree-sitter-0.25.9
 CATEGORIES=    textproc
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=tree-sitter/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}

Index: pkgsrc/textproc/tree-sitter/distinfo
diff -u pkgsrc/textproc/tree-sitter/distinfo:1.22 pkgsrc/textproc/tree-sitter/distinfo:1.23
--- pkgsrc/textproc/tree-sitter/distinfo:1.22   Sun Jul 20 10:29:07 2025
+++ pkgsrc/textproc/tree-sitter/distinfo        Sun Sep 14 09:49:26 2025
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.22 2025/07/20 10:29:07 wiz Exp $
+$NetBSD: distinfo,v 1.23 2025/09/14 09:49:26 adam Exp $
 
-BLAKE2s (tree-sitter-0.25.8.tar.gz) = f57cf5ac6eed51b6f2e5f6f33587c145684151b3d49e922f7f89ad123e1136f2
-SHA512 (tree-sitter-0.25.8.tar.gz) = 0d26d0699f61fa27b5adbc298ff53f8e0f5b9f2f1b216744200f6f50cff777c9c5a5a5b92304a4d1889fccd9d8a6dd6b7d4947bac907a91850322281f754ea53
-Size (tree-sitter-0.25.8.tar.gz) = 857462 bytes
+BLAKE2s (tree-sitter-0.25.9.tar.gz) = bb3c746641fe6dc9464bf594fc74b7b9dc709dcd39ea3287399fe3e430f77719
+SHA512 (tree-sitter-0.25.9.tar.gz) = c927274081bc61abde68399b0c7736cd2b0a5f96c79d1147fe85fc30cf48238afcff112cb61a5c89f3c3ccb3a5f154e4ac8935c1d423c63e93f814eb034ec50b
+Size (tree-sitter-0.25.9.tar.gz) = 862832 bytes
 SHA1 (patch-Makefile) = dde30657146c302691bd25e26eff953daee37def



Home | Main Index | Thread Index | Old Index