chore: bump pinned CLI version to 2026.32.4 - #1379
Merged
Merged
Conversation
`.aspect/axl.axl` loads `@aspect//bazel/build_metadata.axl`, added by #1367 on 2026-08-04. Builtins are embedded at compile time, so the pinned 2026.31.17 (released 2026-08-01) has no such path and every `aspect` command in this repo fails to evaluate on a clean checkout. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_013Jco5EW8yiFeiU3e7Wpgrm
✨ Aspect Workflows Tasks📅 Fri Aug 7 21:01:48 UTC 2026 ❌ 1 failed task
|
jeffpignataro
marked this pull request as ready for review
August 7, 2026 21:08
gregmagolan
approved these changes
Aug 8, 2026
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.
.aspect/axl.axlloads@aspect//bazel/build_metadata.axl, which #1367 added on 2026-08-04. Builtins are embedded into the binary at compile time, so the pinned 2026.31.17 (released 2026-08-01) does not have that path and everyaspectcommand in this repo fails to evaluate:Bumps the pin to 2026.32.4, which contains it.
Note this does not unblock a checkout that already has a stale local binary —
version.axllistslocal(...)sources ahead ofgithub(...), so abazel-bin/crates/aspect-cli/aspect-clifrom before 08-04 still wins. Those need a rebuild or a delete.ENG-1978, which also notes a possible CI guard so a stale pin fails a PR instead of developer machines.
Changes are visible to end-users: no
Test plan
.aspect/+MODULE.aspectto a scratch dir with no local CLI sources, so the launcher resolves the pin:2026.32.4—aspect --helploads the full tree, reportsAspect CLI v2026.32.4.2026.31.17— same tree, reproduces thebuild_metadata.axlerror exactly.