Bump spirit to @main (fbd4cf84ff87) - #1069
Open
morgo wants to merge 2 commits into
Open
Conversation
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Signed-off-by: Morgan Tocker <mtocker@squareup.com>
morgo
requested review from
JashLal,
Kiran01bm,
aparajon,
eeSeeGee,
jayjanssen and
jemiahw
as code owners
August 17, 2026 15:18
Copilot stopped reviewing on behalf of
morgo due to an error
August 17, 2026 15:19
The nested consumermodule mirrors the parent module's dependency graph, so its indirect spirit pin has to move in lockstep — otherwise the module graph is untidy and CI's 'go test -race -run ^$ ./...' fails with 'updates to go.mod needed'. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Signed-off-by: Morgan Tocker <mtocker@squareup.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.
Routine scheduled bump of
github.com/block/spirittomain.v0.16.1-0.20260817021341-7eec0bf5d21f→v0.16.1-0.20260817124735-fbd4cf84ff87What moved
One commit: block/spirit#1147 — end-to-end support for the MySQL 9.7+
VECTORtype.Verification
go build ./...andgo vet ./...cleanNote on the TiDB parser replace
replace github.com/pingcap/tidb/pkg/parser => github.com/block/tidb/pkg/parseris commented "needed for SPATIAL index support in Spirit v0.13.0". That is now vestigial: block/spirit#1126 hard-forked the parser intogithub.com/block/spirit/pkg/parser, so spirit no longer depends on the TiDB module, and schemabot does not import it directly. Left in place rather than removed as part of a dependency bump — worth a follow-up cleanup.