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:           Sun May 18 10:32:01 UTC 2025

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

Log Message:
tree-sitter: update to 0.25.4.

What's Changed

    fix(lib): remove duplicate TSLanguageMetadata typedef by @tree-sitter-ci-bot in #4270
    fix(rust): adapt to new nightly lint by @tree-sitter-ci-bot in #4269
    build(deps): bump ring from 0.17.8 to 0.17.13 by @tree-sitter-ci-bot in #4281
    fix(cli): properly escape invisible characters in parse error output by @tree-sitter-ci-bot in #4279
    fix(xtask): error if new version supplied to xtask is less than or equal to current version by @tree-sitter-ci-bot in #4290
    fix(make): make install shouldn’t fail when a parser bundles no queries by @tree-sitter-ci-bot in #4291
    fix(rust): address new clippy lint for pointer comparisons by @tree-sitter-ci-bot in #4310
    fix(rust): use core crates for no_std by @clason in #4311
    fix(rust): address new nightly lint for pointer comparisons by @tree-sitter-ci-bot in #4314
    add generate crate to workspace & adjust to new clippy lints by @tree-sitter-ci-bot in #4197
    fix(highlight): account for multiple rows in highlight testing assertions by @tree-sitter-ci-bot in #4335
    Add @generated to parser.c header by @tree-sitter-ci-bot in #4344
    Fix WASI build by not calling a non-existent function. by @tree-sitter-ci-bot in #4346
    fix(rust): clarify error message for non-token reserved words by @tree-sitter-ci-bot in #4347
    Make highlighting more deterministic when themes are ambiguous by @tree-sitter-ci-bot in #4350
    fix(lib): reset parser options after use by @tree-sitter-ci-bot in #4361
    fix(web): correct childWithDescendant() functionality by @tree-sitter-ci-bot in #4369
    fix(ci): increase timeouts for flaky tests by @tree-sitter-ci-bot in #4374
    export wasm files to better support bundling use cases by @tree-sitter-ci-bot in #4378
    Tidy up the docs in auto-generated Rust bindings by @tree-sitter-ci-bot in #4377
    binding_web: replace dynamic require with import by @tree-sitter-ci-bot in #4380
    Refine the documentation and command line help for "parse --edits" by @tree-sitter-ci-bot in #4379
    perf(highlight): use BTreeMap over IndexMap for highlight configs by @tree-sitter-ci-bot in #4382
    fix(parse): mark logging closure as move by @tree-sitter-ci-bot in #4410
    fix(lib): do not access the alias sequence for the end subtree in ts_subtree_summarize_children by @tree-sitter-ci-bot in #4418
    fix(generate): mark url as a Windows-only dependency by @tree-sitter-ci-bot in #4415
    fix(rust): address some new nightly clippy lints by @tree-sitter-ci-bot in #4425
    fix(query): correct last_child_step_index in cases where a new step wasn't created. by @tree-sitter-ci-bot in #4428
    fix(lib): return early for empty predicate step slice by @tree-sitter-ci-bot in #4441
    0.25.4 by @WillLillis in #4442


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/textproc/tree-sitter/Makefile
cvs rdiff -u -r1.18 -r1.19 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.20 pkgsrc/textproc/tree-sitter/Makefile:1.21
--- pkgsrc/textproc/tree-sitter/Makefile:1.20   Mon Mar 10 15:49:35 2025
+++ pkgsrc/textproc/tree-sitter/Makefile        Sun May 18 10:32:01 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.20 2025/03/10 15:49:35 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2025/05/18 10:32:01 wiz Exp $
 
-DISTNAME=      tree-sitter-0.25.3
+DISTNAME=      tree-sitter-0.25.4
 CATEGORIES=    textproc
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=tree-sitter/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
@@ -13,9 +13,6 @@ LICENSE=      mit
 USE_CC_FEATURES=       c11
 USE_TOOLS+=            gmake
 PKGCONFIG_OVERRIDE+=   lib/tree-sitter.pc.in
-# for be16toh and friends
-# https://github.com/tree-sitter/tree-sitter/issues/4180
-CFLAGS.NetBSD+=                -D_NETBSD_SOURCE
 
 CPPFLAGS.SunOS+=       -DHAVE_ENDIAN_H
 

Index: pkgsrc/textproc/tree-sitter/distinfo
diff -u pkgsrc/textproc/tree-sitter/distinfo:1.18 pkgsrc/textproc/tree-sitter/distinfo:1.19
--- pkgsrc/textproc/tree-sitter/distinfo:1.18   Mon Mar 10 15:49:35 2025
+++ pkgsrc/textproc/tree-sitter/distinfo        Sun May 18 10:32:01 2025
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.18 2025/03/10 15:49:35 wiz Exp $
+$NetBSD: distinfo,v 1.19 2025/05/18 10:32:01 wiz Exp $
 
-BLAKE2s (tree-sitter-0.25.3.tar.gz) = 6ce7fe37be39b705119036c79918bdf74f2dd6190973fe7aa3c05a2f667aa6fc
-SHA512 (tree-sitter-0.25.3.tar.gz) = a626dcea5378774511aa1ef669e4dbada3079440b596882172a676c61e53aa6f701b537e3575851af9e10b1e264da25a9f6487b01f43a896cf1a22d58ca7e623
-Size (tree-sitter-0.25.3.tar.gz) = 856455 bytes
+BLAKE2s (tree-sitter-0.25.4.tar.gz) = db1ecd6cabc531d517a0df4fc8a184d2b2d35a144d1129ea5caf51ea06b38982
+SHA512 (tree-sitter-0.25.4.tar.gz) = 87c65518c72d82ca43b374e4bc062847a4110f8c6415dcc5d07f3d16ad38cec768b276c9bcd3815e663ee775ee777fb6103ad5d41f2c740042a03cdc20e025f4
+Size (tree-sitter-0.25.4.tar.gz) = 857194 bytes
 SHA1 (patch-Makefile) = dde30657146c302691bd25e26eff953daee37def



Home | Main Index | Thread Index | Old Index