Update stacked: 3 packages - #465
Merged
Merged
Conversation
twitchyliquid64
approved these changes
Jul 20, 2026
twitchyliquid64
enabled auto-merge
July 20, 2026 04:58
…rename
This PR bumps tree-sitter 0.25.10 -> 0.26.11, which cascades a rebuild of
emacs (built --with-tree-sitter). 0.26 renamed
ts_language_version() -> ts_language_abi_version() and removed the old
declaration from api.h, so emacs 30.2's treesit.c fails on BOTH arches:
treesit.c:749:42: error: implicit declaration of function
'ts_language_version'; did you mean 'ts_language_abi_version'?
make[2]: *** [Makefile:457: treesit.o] Error 1
(The `Clock skew detected` lines above it in the log are warnings from
mtime-vs-sandbox-clock, not the failure.)
Rename at the call sites. The sed is word-anchored so it cannot touch an
already-correct ts_language_abi_version — it becomes a silent no-op once
an emacs version bump carries upstream's own fix.
Nothing is wrong with tree-sitter 0.26.11; this is a dependent that
needed adapting, so the fix rides with the bump that triggers it.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update base-soup (3 packages)
Note
These packages declare
replace_on_cyclein their build.ncl, sothey participate in the toolchain rebuild graph and one hash change
cascades through the set. Bundling ensures the cascading rebuild
lands as a single unit, even when only one package is bumping —
avoids back-to-back full rebuilds from singleton PRs.
Warning
1 requested member did NOT ship — each needs separate follow-up.
A member is dropped when it fails to update, has its gs:// mirror
withheld by the scan gate, or is peeled to keep the shipped set a
closed dependency closure (a survivor built against a dropped member's
old version would be a broken closure).
railway4.30.25.27.0Note
Build risk — 3 dependents across the tree. Package(s) that
build- or runtime-depend on a member of this bundle may need a rebuild,
or could FTBFS on an API/ABI change. Informational (not blocking) — a
heads-up for the reviewer on what this bump can ripple into.
tree-sitteremacs,emacs-config-dev1,neovimSummary
0.25.100.26.11github:tree-sitter/tree-sitter:operator-pinned0.4.90.4.10github:j178/prek:operator-pinned0.15.00.15.1github:typst/typst:operator-pinnedPer-package details
tree-sitter 0.25.10 → 0.26.11ad5040537537012b...→1bab01ed21464f32...https://github.com/tree-sitter/tree-sitter/archive/refs/tags/v0.25.10.tar.gz→https://github.com/tree-sitter/tree-sitter/archive/refs/tags/v0.26.11.tar.gzMIT(source: GitHub + tarball)prek 0.4.9 → 0.4.10c98edc2d545755b4...→7e86ac3e6eb91c60...gs://minimal-staging-archives/j178/prek/v0.4.9.tar.gz→gs://minimal-staging-archives/j178/prek/v0.4.10.tar.gzMIT(source: GitHub + tarball)typst 0.15.0 → 0.15.15044bd12138491c6...→c07909e01a2a6941...https://github.com/typst/typst/archive/refs/tags/v0.15.0.tar.gz→https://github.com/typst/typst/archive/refs/tags/v0.15.1.tar.gzApache-2.0(source: GitHub + tarball)Created by pkgmgr