fix: restore hex colors and deduplicate values - #113
Merged
Conversation
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
kindplus at most one parsedvalueheader_hexanddata_hex, including the CSV contractRoot cause
Version 0.4.2 serialized annotation layer and segment identifiers as
snake_case, while the website continued matching the previous PascalCase names. Every segment therefore fell through to the fallback styling.The schema-v2 record value object also exposed the same value through display, decimal, significand, number, scaling, precision, and raw-byte fields. This made canonical output repetitive and ambiguous.
Impact
Hex annotations regain their semantic colors and record grouping. Canonical values now have one authoritative parsed representation, scaled zero values normalize to
"0", and consumers can select behavior using schema version 3.Validation
cargo fmt --all -- --checkcargo test --workspace --all-featurescargo clippy --workspace -- -D warningswasm-pack test --headless --firefox(8 browser tests)