deps: auto-pin measure-mirror → v0.37.0 - #33
Merged
Conversation
measure-mirror v0.37.0 (⑫h) WARNs on bare pre_seal_checks names. This pin bump
to v0.37.0 tripped test_prereg_lint_clean_seal_has_no_warn_or_fail (bare names →
new WARN). Seal them as objects {name, result} so a clean seal stays clean.
test_compute_gate_go_passes_lint_check (line 221) left bare intentionally — it
asserts only 'no FAIL' and tolerates the WARN.
Contributor
Author
|
머지: 대장님 건별 승인. 핀 measure→v0.37.0 + companion 픽스처(⑫h 구조화). CI 4/4 그린·MERGEABLE 재확인. 규칙10 B였고 사람 결정으로 머지. |
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.
Auto-pin measure-mirror → v0.37.0 (+ companion fixture fix)
Bumps the measure-mirror pin to v0.37.0 (
989da84e, tag-verified).Companion fixture fix (coupled, this branch): measure v0.37.0's ⑫h WARNs on bare
pre_seal_checksnames, which tripped mcp's owntest_prereg_lint_clean_seal_has_no_warn_or_fail. That fixture is now sealed as structured objects{name, result}so a clean seal stays clean.test_compute_gate_go_passes_lint_checkleft bare on purpose (asserts only 'no FAIL', tolerates the WARN).Pin + fixture are coupled (structured form needs v0.37.0), so they ship together in this PR. Triage-owned; merge is human (Rule 10).