You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cache: make the sqlc binary an implicit input of every action
Version strings under-invalidate: every dev build reports the same
version, so a rebuilt sqlc with different analysis or codegen logic
would keep hitting entries produced by the old binary. Hash the running
executable once per process and mix it into every action digest as the
first input, the way Bazel treats the toolchain as action input.
This subsumes the explicit version, wazero version, and GOOS/GOARCH
inputs, which are all determined by the binary, so drop them.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01MPgq3rwip76D554BktbqR4
0 commit comments