Skip to content

Bump spirit to @main (fbd4cf84ff87) - #1069

Open
morgo wants to merge 2 commits into
block:mainfrom
morgo:bump-spirit-main-20260817
Open

Bump spirit to @main (fbd4cf84ff87)#1069
morgo wants to merge 2 commits into
block:mainfrom
morgo:bump-spirit-main-20260817

Conversation

@morgo

@morgo morgo commented Aug 17, 2026

Copy link
Copy Markdown
Collaborator

Routine scheduled bump of github.com/block/spirit to main.

v0.16.1-0.20260817021341-7eec0bf5d21fv0.16.1-0.20260817124735-fbd4cf84ff87

What moved

One commit: block/spirit#1147 — end-to-end support for the MySQL 9.7+ VECTOR type.

Verification

  • go build ./... and go vet ./... clean
  • Full test suite green (ran via the pre-push hook)
  • go.mod/go.sum only, no code changes

Note on the TiDB parser replace

replace github.com/pingcap/tidb/pkg/parser => github.com/block/tidb/pkg/parser is commented "needed for SPATIAL index support in Spirit v0.13.0". That is now vestigial: block/spirit#1126 hard-forked the parser into github.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.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Signed-off-by: Morgan Tocker <mtocker@squareup.com>
Copilot AI lite review requested due to automatic review settings August 17, 2026 15:18

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants