fix(core): COLORREF JSON {r,g,b} 복원 및 테스트 컴파일/기대값 수정#78
Merged
Conversation
- COLORREF: custom Serialize/Deserialize for {"r","g","b"} (snapshot compatible)
- ObjectAttribute + related enums: add Default for test fixtures
- bodytext_test: use 256-byte FileHeader (minimal_file_header_bytes)
- outline_test: align expectations with format_outline_number/number_to_circled
- markdown ctrl_header: pub convert_* and test imports (super::super::)
- shape_object_test: use String for expected values
- html viewer: round_to_2dp and SHWPUNIT type fixes (position, page, document)
Made-with: Cursor
- macOS(Intel·Apple Silicon) 모두 Colima 사용 가능 명시 - Apple Silicon에서 cross 사용 시 rustup target/툴체인 등록 단계 추가 Made-with: Cursor
ohah
added a commit
that referenced
this pull request
Mar 2, 2026
ohah
added a commit
that referenced
this pull request
Mar 2, 2026
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.
변경 요약
{"r", "g", "b"}객체 형태로 출력/입력 (이전 스냅샷 호환)테스트
cargo test -p hwp-core통과