Skip to content

chore(#2677): 한양 4종 preflight identity 아티팩트 실측 재보존 (COM) - #2706

Closed
planet6897 wants to merge 1 commit into
edwardkim:develfrom
planet6897:pr/task2677-hanyang-preflight
Closed

planet6897 wants to merge 1 commit into
edwardkim:develfrom
planet6897:pr/task2677-hanyang-preflight

Conversation

@planet6897

Copy link
Copy Markdown
Contributor

요약

#2677 대응 — merged PR #2510 검토 후속 중 한양 4종 preflight identity 아티팩트 실측 재보존(Windows + 한컴 COM 필요분).

배경

커밋된 tools/task2430/measured/preflight_report.tsv 가 per-face 프로세스 분할 실행에서 매 실행마다 덮어써져 휴먼명조 1행만 잔존했다. #2675 가 harness preflight 를 requested_face 기준 누적 병합으로 개선했으므로, 동일 COM 환경에서 5종 per-face 를 재실행해 5행 아티팩트를 재보존한다.

수행 (Windows + 한컴 한글 2022 COM)

for f in 한양신명조 한양중고딕 한양견명조 한양견고딕 휴먼명조; do
  python tools/task2430/hy_ascii_ladder.py --fonts "$f" --out-dir <tmp>
done

preflight readback 결과 — 5종 모두 FontType=2 (실존 HFT, fallback 아님):

requested_face readback_face FontType verdict
한양견고딕 한양견고딕 2 OK
한양견명조 한양견명조 2 OK
한양신명조 한양신명조 2 OK
한양중고딕 한양중고딕 2 OK
휴먼명조 휴먼명조 2 OK

검증

  • 재실행한 ladder_<face>.tsv 5종은 커밋본과 byte-exact 일치(측정 결정성 확인) → golden ladder 불변, preflight_report.tsv 만 1→5행 갱신.
  • python tools/task2430/gen_metrics.py --ladder-dir tools/task2430/measured --verify5/5 face 95/95 exact match OK.
  • 저작권 글꼴 파일 미첨부.

변경

  • tools/task2430/measured/preflight_report.tsv: 1행(휴먼명조) → 5행(한양 4종 + 휴먼명조).
  • tools/task2430/EVIDENCE.md §2: 재보존 완료 상태로 정정.

커밋된 preflight_report.tsv 가 per-face 프로세스 분할 실행에서 덮어써져
휴먼명조 1행만 잔존하던 갭 해소. edwardkim#2675 의 requested_face 누적 병합 harness
로 Windows + 한컴(한글 2022) COM 환경에서 5종 per-face 재실행:

- 한양신명조·중고딕·견명조·견고딕 = readback FontType=2 (실존 HFT, fallback 아님)
- 휴먼명조 = FontType=2
- ladder_<face>.tsv 5종은 커밋본과 byte-exact 일치(측정 결정성 확인)
- gen_metrics.py --ladder-dir tools/task2430/measured --verify: 5/5 face 95/95 exact match OK

EVIDENCE.md §2 를 재보존 완료 상태로 정정.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@jangster77

Copy link
Copy Markdown
Collaborator

@planet6897 감사합니다. 이 변경은 #2732에 체리픽 통합되어 merge됐습니다.

  • merge commit: 32367b8
  • 검증: win10-ted SSH 기본 셸, cmd, PowerShell에서 tools/task2430/gen_metrics.py --verify가 각각 5 face, 95/95 exact match였습니다.
  • 전체 release-test integration과 clippy --all-targets -D warnings도 성공했습니다.
  • 검토 기록: pr_2706_review.md

5행 preflight identity artifact 재보존 범위의 #2677는 close합니다. 셀 재래핑 잔여는 #2430에서 open으로 유지합니다. 이 원 PR은 통합 PR로 대체되어 close합니다.

@jangster77 jangster77 closed this Jul 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants