fix(parity): 축 A 를 «도구 이름»으로 분류한다 — if: 는 소속을 정하지 않는다 [rustjava-parity-lock-axis-a-classify-by-tool-name] - #33
Merged
Merged
Conversation
added 2 commits
September 8, 2026 20:33
…ity-lock-axis-a-classify-by-tool-name] 채택 = 2026-09-07-parity-per-repo-parser-axis-design#p0 축 A 소속 판정을 「`if:` 가 없는가」에서 「어느 도구를 부르는가」로 바꿨다 (CHECK_TOOLS = cargo·python3 · 도구 = 명령줄 첫 셸 낱말). CI 쪽과 DoD 쪽에 같은 술어를 건다. ★지정 개악(`cargo test --all` 을 `if:` 아래로 옮기고 DoD 줄을 지우는 조합)이 rc=0 → rc=1. 반대 개악(cargo step 삭제) red · 블록 스칼라 우회 red · python3 락 우회 green → red · 위양성 0(무해 편집 4종 전건 green). ★설계 문서 문면 1건 정정: 「`if:` 를 붙이면 green」은 한 걸음 짧았다 — 붙이기만 하면 red 이고, DoD 줄까지 지워야 green 이다. 축 A 원소 6 → 6 불변(cargo 4 + python3 2). cargo 하나로 좁히면 6 → 4 라 커버리지 33% 손실이므로 좁히지 않았다.
…-a-classify-by-tool-name]
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.
채택 =
2026-09-07-parity-per-repo-parser-axis-design#p0· 티켓 =rustjava-parity-lock-axis-a-classify-by-tool-name무엇을
scripts/check-dod-ci-parity.py의 축 A 소속 판정을 「그 step 에if:가 없는가」 → 「그 step 이 어느 도구를 부르는가」(
CHECK_TOOLS = ("cargo", "python3")· 도구 = 명령줄 첫 셸 낱말)로 교체했다. ★CI 쪽과 DoD 쪽에 «같은» 술어를 건다.★새 워크플로·새 잡 0 · CI 를 막는 새 게이트 0 ·
.rs변경 0.왜 — ★설계 문서 문면을 «실측으로» 정정했다
「
if:를 붙이면 축 A 에서 조용히 빠지고 green」은 한 걸음 짧았다:cargo test --all을if:아래로 옮기기만only_dod)⇒ ★**
if:가 green 을 만드는 게 아니라 «DoD 줄 삭제를 허가»한다.** 그 두 걸음이 합쳐진 것이 구멍이었다.개악 대조 10종 (스크래치 클론 + 40자 핀
4959d0f3678c2e6506c82cc47bf37819270c31e7)if:아래로 + DoD 줄 삭제if:아래로만(DoD 유지)run: |-)로 감싸 우회python3락을if:+ DoD 삭제name:· DoD 줄 공백★빠진 것도 수로 적는다 (교체는 순증이 아니다)
git configstep, ★사유가 «조건부라서» → «git이라서»로 바뀌었다★왜 «cargo 하나»가 아닌가 — 수로 골랐다
옛 술어가 잡던 6개 중
cargo4 ·python32(check-worklog-json.py·check-dod-ci-parity.py— 둘 다 DoD 블록의 실재 게이트).cargo 만으로 좁히면 6 → 4 = 커버리지 33% 손실이라 교체가 아니라 후퇴다.
★집합을 DoD 블록에서 «유도»하지도 않았다 — 유도하면 「python3 줄을 전부 지우면 python3 가 축에서 사라진다」로 같은 구멍이 한 층 위에 재생성된다.
천장 — ★알고 둔다
⑴
CHECK_TOOLS는 손으로 적은 목록이라 CI 가npm·make를 들이면 그 step 은 축 밖이다 — ★그래서 제외 절이 «도구 이름»을 찍는다(침묵 0).「모르는 도구 = 즉시 red」는 새 게이트라 범위 밖이고, worklog
#p0이 그 결정을 진다.⑵블록 스칼라 평탄화(env 보존)는 하지 않았다 — 이 repo 엔 그 형상이 없고 생기면 M3 처럼 시끄럽게 red 가 난다.
DoD
rust.yml이 치는 그대로 전건 rc=0(cargo 5 + python3 2)..rs변경 0.