Skip to content

Revert broken v1.1 merge — restore main to building state#29

Merged
avrabe merged 1 commit into
mainfrom
revert-v1.1-broken-main
May 30, 2026
Merged

Revert broken v1.1 merge — restore main to building state#29
avrabe merged 1 commit into
mainfrom
revert-v1.1-broken-main

Conversation

@avrabe
Copy link
Copy Markdown
Contributor

@avrabe avrabe commented May 30, 2026

Restore main — revert the broken v1.1 merge (#28)

main is currently broken. PR #28 (bb19f43) was squash-merged and
v1.1.0 tagged on it while the build was failing — I batched the
merge/tag git ops in the same turn as the verification, so they ran
despite the checks reading red. bazel build //:scry on main fails with a
Bazel visibility error: the //:scry genrule referenced
//crates/scry-analyzer:scry_analyzer_component_release, which is a
private target of the rust_wasm_component_bindgen macro.

This PR reverts bb19f43, returning main to the building v1.0.1 state.

Verified (single-shell literal exit reads):

  • reverted HEAD bazel build //:scryexit 0.
  • v1.1.0 tag already deleted (remote + local); the release workflow run
    failed at the build step, so no GitHub release was published
    no bad artifact is public.

Why a PR: main has a ruleset that rejects direct pushes (my
git push origin main was declined GH013), so the revert has to land via
PR like everything else.

After this merges, v1.1 (FEAT-013) will be redone properly on a fresh
branch: the analyzer-component work is sound, but //:scry needs a
visible handle to the packaged component (the _release target is
private) — and the merge/tag/release steps will each be gated on a literal
exit 0 in their own turn, never batched with verification again.

🤖 Generated with Claude Code

@avrabe avrabe merged commit 133cc12 into main May 30, 2026
7 of 8 checks passed
@avrabe avrabe deleted the revert-v1.1-broken-main branch May 30, 2026 13:53
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.

1 participant