Task #1370: 미주 측정 SSOT 게이트 재보정 — A3 break-높이 디커플로 hancom 배치 6/13 무회귀 해결#1
Closed
planet6897 wants to merge 1 commit into
Closed
Task #1370: 미주 측정 SSOT 게이트 재보정 — A3 break-높이 디커플로 hancom 배치 6/13 무회귀 해결#1planet6897 wants to merge 1 commit into
planet6897 wants to merge 1 commit into
Conversation
…6/13 무회귀 해결 근본: A3는 매 미주 para 누적 후 st.current_height를 정확 전-단 렌더 sim으로 스냅(typeset.rs:3637)했는데, 이 exact 스냅이 rewind/빈 para를 hancom보다 단당 ~80px 높게 누적해 경계 split을 막고 하류 cascade 유발. 해결(레버2 — 게이트 한정 compact override): A2sim 스냅을 ssot_level>=A2 → ==A2로 게이트(A3 OFF). A3는 break-결정 높이를 compact(acc)로 환원하되 a2_overflow_with_para는 exact 직접 호출 유지 → overflow 안전선=exact, 단 fill=compact 분리. 검증: A3 issue_1139 13→7(6 해결), issue_1082 5/5 유지, 전체 A3 suite 무회귀(잔여 7건뿐), 기본(B) 72/72·5/5 무회귀. A3 코드는 RHWP_EN_SSOT opt-in, 기본 B 무영향. 잔여 7건(2023_sep 조기 advance cascade)은 비단조 벽으로 후속 edwardkim#1373 분리. 음성 레버 3건 기록. 문서: 진단 카탈로그·Stage1~3 보고서·최종보고서(mydocs/), 메모리 갱신. closes edwardkim#1370
Owner
Author
|
upstream edwardkim/rhwp 로 PR 재생성 (edwardkim#1371 스택). fork 내 PR 불필요. |
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.
개요
RHWP_EN_SSOT=A3(미주 측정 SSOT) 위에서 break-높이 게이트를 재보정해 hancom-PDF 배치 회귀 13건 중6건을 무회귀로 해결. 부모 edwardkim#1363(PR edwardkim#1371) 위에 스택.
근본 원인
A3는 매 미주 para 누적 후
st.current_height를 정확 전-단 렌더 sim으로 스냅(typeset.rs:3637)했는데,이 exact 스냅이 rewind/빈 para를 hancom보다 단당 ~80px 높게 누적 → 경계 para split 차단 → 하류
cascade(제목 침하·overflow·분배 어긋남).
해결 (레버2 — 게이트 한정 compact override)
A2sim 스냅을
ssot_level >= A2→== A2로 게이트(A3 OFF). A3는 break-결정 높이를 compact(acc)로환원하되,
a2_overflow_with_para는 정확 sim을 직접 호출 유지 → overflow 안전선=exact, 단 fill=compact분리. 코드 변경은 게이트 1줄(+주석).
검증
issue_1139issue_1082overflowissue_1139·issue_1082해결 6건: page17_q30·split_titles·question29_full_para·internal_rewind_formula_tail·page21_q23·page22_23
(2022_sep/2022_nov/2024_between20).
잔여 → 후속 edwardkim#1373
2023_sep 조기 advance cascade 7건. forward-jump 빈 para의
en_fit(saved-delta) 과대추정(115px vs 정확18px) → 조기 advance. 단순 레버 3건 비단조 회귀(전역 +16, 빈-para 한정 +8) → 다조건 게이트 다회차 탐색
필요. 본 PR 진단이 시드.
문서
mydocs/: 진단 카탈로그(tech), Stage1~3·최종 보고서.closes edwardkim#1370
🤖 Generated with Claude Code