[2026-07-25-rustjava-branch-hygiene] docs: record remote branch hygiene verdicts - #6
Merged
Merged
Conversation
Judged the two remaining remote branches on the fork: - dependabot/cargo/tracing-attributes-0.1.31: deleted. PR #4 (fa92ef9) removed the tracing-attributes direct dependency outright, so the branch patches a Cargo.toml line that no longer exists. - wie-ktf-hardening: preserved. 8 of its 12 commits are already in upstream/main via squash merges (dlunch#174 dlunch#175 dlunch#176 dlunch#177 dlunch#180 dlunch#182); git cherry missed this because origin/main trails upstream/main by 20 commits. 4 commits carry residual value. No code changes. Co-Authored-By: Claude <noreply@anthropic.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.
Docs-only. Records the outcome of the 2026-07-25 remote branch hygiene sweep in
STATE.md/REPORT.md.Verdicts
origin/dependabot/cargo/tracing-attributes-0.1.31origin/wie-ktf-hardeningdependabot branch
PR #4 (
fa92ef9) replaced the sole#[tracing::instrument]with a manual span and dropped thetracing-attributesdirect dependency. Currentmainhas notracing-attributesentry injava_runtime/Cargo.tomlnor inCargo.lock, so the branch patches a line that no longer exists.wie-ktf-hardening
git cherryflagged all 12 commits as unapplied, but that was an artifact oforigin/maintrailing
upstream/mainby 20 commits. Content-level grep againstupstream/mainshows 8 of the12 landed there via squash merges (dlunch#174 dlunch#175 dlunch#176 dlunch#177 dlunch#180 dlunch#182) — including commit 8, whose
GC-rooting fix upstream solved differently via
GlobalRef(dlunch#182). Four commits carry residualvalue and are all real host-process panics.
Branch preserved for the orchestrator's follow-up decision. No force-push, no code changes.
🤖 Generated with Claude Code