v0.7.0 — HWPX writeback baseline#23
Merged
Merged
Conversation
v0.2.0~v0.6.0 의 IR/렌더 표면은 모두 read-only 단방향이었음. 상류 serializer 가 HWPX writeback 을 공개 API 로 제공하면서 역방향 round-trip 의 첫 minor 로 spec 화. 상류 의미 보존 검증 (IrDiff) 이 점진 확장 중이라 baseline 은 텍스트·문단 round-trip 만 보장하고 표·그림은 상류 범위에 위임 (의미 보존 확장은 v0.8.0). README writeback 라인을 한 minor 슬라이드. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
v0.2.0~v0.6.0 의 IR / SVG / PDF / PNG 표면은 모두 read-only 단방향이었음. 상류 serialize_hwpx 를 위임 노출해 "parse → 저장" round-trip 의 첫 역방향 표면을 연다. 텍스트·문단은 의미 보존, 표·그림은 상류 보존 범위 위임 (crash-free). 기존 표면·IR SchemaVersion 영향 없는 additive 변경. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
…E writeback 상류 pin 1899ef9 → ce45231c 재동기화 후 회귀 0 재검증 (pytest 599 passed, IR baseline byte-equal). HWPX writeback 표면 (to_hwpx_bytes / export_hwpx) 은 spec·feat 그대로 GA. Co-Authored-By: Claude Opus 4.8 (1M context) <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.
Summary
v0.7.0 HWPX writeback baseline GA. parse 한
Document를 다시 HWPX 로 저장하는 첫 역방향(writeback) 표면을 추가한다.Document.to_hwpx_bytes() -> bytes/export_hwpx(path) -> int— 상류serialize_hwpx위임3 커밋: 구현(feat) + spec/ADR(docs) + GA 마무리(chore — frontmatter Frozen 전환 / CHANGELOG / migration log / README writeback 섹션 / Cargo 0.7.0).
Why
v0.2.0 ~ v0.6.0 의 산출물 (IR / SVG / PDF / PNG) 은 모두 read-only 출력이었다. v0.7.0 은 첫 writeback 으로 "parse → 저장" round-trip 을 연다.
DocumentIR 이 포맷 독립이라 HWP5 입력도 HWPX 로 출력된다.상류 sync 재검증 — spec·feat 는 상류 pin
1899ef9(v0.7.12) 기준으로 작성됐고, GA 직전ce45231c(v0.7.12 + 394 commit) 로 재동기화한 뒤 그 위에서 회귀를 재검증했다. binding 관점 회귀 0:serialize_hwpx시그니처 불변,maturin develop --releaseclean,pytest -m "not slow"599 passed / 2 skipped (IR baseline byte-equal 포함). 그 사이 상류 serializer 변경은 거의 전부 HWP5 binary writeback 한컴 호환이고, 본 PR 이 위임하는 HWPX writeback 표면은 안정적이다.Related Issues
—
🤖 Generated with Claude Code