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: wiz
Date: Sat Sep 12 20:58:42 UTC 2026
Modified Files:
pkgsrc/textproc/tree-sitter: Makefile PLIST distinfo
Log Message:
tree-sitter: update to 0.27.0.
Changes:
feat: start working on v0.27 by @clason in #5127
docs(cli): include information on generated files by @clason in #5129
fix(docs): remove conflicting --release cargo flag in contributing.md by @arkriny in #5132
fix(cli): trailing whitespace after multiline text nodes in CST by @arkriny in #5133
ci: bump the actions group with 2 updates by @dependabot[bot] in #5137
fix(cli): correct discrepancy with cst for --no-ranges by @WillLillis in #5134
ci: bump korthout/backport-action from 3 to 4 in the actions group by @dependabot[bot] in #5155
build(deps): bump the cargo group with 2 updates by @dependabot[bot] in #5154
Fix Playground Query by @kevin-hua-kraken in #5150
fix(cli): cst printing improvements by @arkriny in #5161
docs(cli): better description of files generated by init by @clason in #5152
fix(cli): set language in cwd for all usages of highlight command by @WillLillis in #5180
feat(cli): concurrent builds of the same grammar on different locations on disk by @stackmystack in #5174
build(deps): bump the cargo group with 2 updates by @dependabot[bot] in #5184
fix(cli): canonicalize build --output path by @WillLillis in #5183
feat(cli): make test --update rewrite all corpus files by @arkriny in #5179
build(deps): update rquickjs to 0.11.0 by @clason in #5186
fix(cli): increase verbosity of tree-sitter init -u updates by @WillLillis in #5178
fix(cli): restore test summary output for tree-sitter test by @arkriny in #5197
feat(wasm): add some common used defs to wasm stdlib by @trim21 in #5199
fix(wasm): update wasm-stdlib.h by @clason in #5209
build(deps): bump clap from 4.5.53 to 4.5.54 in the cargo group by @dependabot[bot] in #5211
Fix python free-threading compatibility by @kevmo314 in #5212
fix(build): define _BSD_SOURCE by @WillLillis in #5219
build(deps): bump the cargo group with 3 updates by @dependabot[bot] in #5227
docs: various updates by @WillLillis in #5228
fix(docs): appease clippy regarding spacing in README by @WillLillis in #5236
fix(wasm): regenerate stdlib with wasm-opt by @clason in #5237
fix: Clarify lifetime parameters; Rust 2018 idioms by @DanikVitek in #5223
feat: free memory automatically by @theanarkh in #5225
fix(cli): warn user when nm can't be run to verify the symbols inside the parser being built by @WillLillis in #5245
feat(ci): ensure wasm-stdlib.h is regenerated when wasm stdlib source files are modified by @WillLillis in #5229
docs(playground): highlight full row for highlighted nodes by @Tam1SH in #5207
ci: bump actions/github-script from 7 to 8 in the actions group by @dependabot[bot] in #5248
build(deps): bump cc from 1.2.52 to 1.2.53 in the cargo group by @dependabot[bot] in #5247
wasm: give binaryen the wasi-sdk treatment by @WillLillis in #5241
fix(loader): search correct cache directory for wasi-sdk clang by @WillLillis in #5251
Fix tree-sitter-ruby crate failing to build to Wasm by @kossnocorp in #5158
fix(wasm): add iswpunct to stdlib by @clason in #5130
fix(lib): address strict aliasing violations with Array type by @WillLillis in #5242
misc Windows fixes by @WillLillis in #5256
docs: document parser library symbol checks for build command by @WillLillis in #5258
build(deps): bump the cargo group with 2 updates by @dependabot[bot] in #5263
fix(wasm): correct several bugs in realloc by @WillLillis in #5261
fix(ci): add wasm-stdlib.h to cache key by @WillLillis in #5266
fix(generate): error if a supertype is defined as a terminal by @WillLillis in #5267
Action overflow by @WillLillis in #5273
fix(wasm): don't wasm-opt twice by @clason in #5253
build(deps): cargo update by @clason in #5281
fix(loader): account for nm/ld fix on newer powerpc linux toolchains by @WillLillis in #5268
wasm: fix realloc optimization by @WillLillis in #5276
fix(cli): use --edits value for fuzz tests by @WillLillis in #5287
feat(cli): add --verbose flag to build command by @WillLillis in #5285
rust: bump language crate version by @WillLillis in #5291
fix(rust): place std::env::set_var inside unsafe blocks by @WillLillis in #5293
build(deps): bump bytes from 1.11.0 to 1.11.1 by @dependabot[bot] in #5297
fix(lib): correct ts_parser_parse docstring by @bertie-wheen in #5295
fix(test): acquire lock before downloading wasm tools by @WillLillis in #5296
fix(cli): allow for both debug logs and graphs by @WillLillis in #5306
lib: clean up strict aliasing fixes in array.h by @amaanq in #5309
fix(cli): require tree-sitter CLI in CMake template by @WillLillis in #5310
fix(rust)!: return u32 from Node::child_count by @WillLillis in #5313
feat: allow - in grammar names by @jfly in #5315
fix(query): prevent cross-branch capture contamination in alternations with quantifiers by @WillLillis in #5317
web: add default export to CJS bundle by @chadxz in #5305
ci: speed it up by @amaanq in #5322
build(deps): bump eslint from 9.11.0 to 9.39.2 in /crates/cli/eslint by @dependabot[bot] in #5283
build(deps): bump the cargo group with 5 updates by @dependabot[bot] in #5316
build(deps): bump the cargo group with 4 updates by @dependabot[bot] in #5338
ci: bump the actions group with 2 updates by @dependabot[bot] in #5339
rust: edition 2024, MSRV 1.90, lint cleanup, and dep updates by @amaanq in #5326
feat(highlight)!: utf16 support by @WillLillis in #5324
use provided by RedoxOS byte orders implementations by @greyshaman in #5342
build(deps): bump wasmtime to v36.0.5 LTS by @clason in #5350
fix(generate): unsafe extern -> extern in rendered C parser by @WillLillis in #5352
fix(lib): cast NULL in ts_subtree_children macro by @lucasew in #5343
ci: add a dry-run workflow to test rust releases by @WillLillis in #5292
build(deps): bump ajv from 6.12.6 to 6.14.0 in /crates/cli/eslint by @dependabot[bot] in #5355
build(deps): bump minimatch, eslint and eslint-plugin-jsdoc in /crates/cli/eslint by @dependabot[bot] in #5354
ci: retrigger crates check on PR updates by @clason in #5357
To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/textproc/tree-sitter/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/textproc/tree-sitter/PLIST
cvs rdiff -u -r1.34 -r1.35 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.36 pkgsrc/textproc/tree-sitter/Makefile:1.37
--- pkgsrc/textproc/tree-sitter/Makefile:1.36 Thu Aug 27 07:47:17 2026
+++ pkgsrc/textproc/tree-sitter/Makefile Sat Sep 12 20:58:42 2026
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.36 2026/08/27 07:47:17 adam Exp $
+# $NetBSD: Makefile,v 1.37 2026/09/12 20:58:42 wiz Exp $
#
# Changes:
# https://github.com/tree-sitter/tree-sitter/releases/
-DISTNAME= tree-sitter-0.26.13
+DISTNAME= tree-sitter-0.27.0
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GITHUB:=tree-sitter/}
GITHUB_TAG= v${PKGVERSION_NOREV}
Index: pkgsrc/textproc/tree-sitter/PLIST
diff -u pkgsrc/textproc/tree-sitter/PLIST:1.7 pkgsrc/textproc/tree-sitter/PLIST:1.8
--- pkgsrc/textproc/tree-sitter/PLIST:1.7 Sat Dec 20 22:28:43 2025
+++ pkgsrc/textproc/tree-sitter/PLIST Sat Sep 12 20:58:42 2026
@@ -1,7 +1,7 @@
-@comment $NetBSD: PLIST,v 1.7 2025/12/20 22:28:43 wiz Exp $
+@comment $NetBSD: PLIST,v 1.8 2026/09/12 20:58:42 wiz Exp $
include/tree_sitter/api.h
lib/libtree-sitter.a
lib/libtree-sitter.so
lib/libtree-sitter.so.0
-lib/libtree-sitter.so.0.26
+lib/libtree-sitter.so.0.27
lib/pkgconfig/tree-sitter.pc
Index: pkgsrc/textproc/tree-sitter/distinfo
diff -u pkgsrc/textproc/tree-sitter/distinfo:1.34 pkgsrc/textproc/tree-sitter/distinfo:1.35
--- pkgsrc/textproc/tree-sitter/distinfo:1.34 Thu Aug 27 07:47:17 2026
+++ pkgsrc/textproc/tree-sitter/distinfo Sat Sep 12 20:58:42 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.34 2026/08/27 07:47:17 adam Exp $
+$NetBSD: distinfo,v 1.35 2026/09/12 20:58:42 wiz Exp $
-BLAKE2s (tree-sitter-0.26.13.tar.gz) = ef577a6ea964e1c98ab9583e3878ce2b26146a8c1ebd45fddbee91806dc3fdb9
-SHA512 (tree-sitter-0.26.13.tar.gz) = 3278ae1f65bc2cf4861f9fec1082089c155a59cc6fb96940cc56630518338327f9069ca144157e4e4d810fd437c45d46db8ce4974c66ffc63672b105b1e6aa72
-Size (tree-sitter-0.26.13.tar.gz) = 929207 bytes
+BLAKE2s (tree-sitter-0.27.0.tar.gz) = 13236daed652e74dd092f84476e086e06db30b399d3c4b7b9de52ddd88440a83
+SHA512 (tree-sitter-0.27.0.tar.gz) = 80b29a718fa58909c57537e2ecf8e4df52384bf86ef60c15671f87d10292dfb4a2115243a505e809f02d6370f4ba0e74da0993bbc201d58593abf4819d1373ce
+Size (tree-sitter-0.27.0.tar.gz) = 1020259 bytes
Home |
Main Index |
Thread Index |
Old Index