docs(changelog): cut 0.8.0#55
Closed
dfa1 wants to merge 2 commits into
Closed
Conversation
Move the stateless string formatters out of VortexInspectorTui$Loop and LazyGridSource into InspectorRender and GridRender so they can be unit-tested against in-memory arrays — no terminal, IoWorker, or encoded fixture needed: - InspectorRender: formatValue, formatStatsArray, formatHexRow, formatBytes, pad, truncate - GridRender: formatCell (+ extension/hex helpers) - ArrayFixtures (test): builds small Materialized* arrays from an Arena - InspectorRenderTest / GridRenderTest: direct per-type + edge-case coverage LazyGridSource coverage 66.5% -> 86.7%; render logic now isolated from I/O. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Promote [Unreleased] to [0.8.0] (2026-06-18): variant encode/decode (ADR 0014) under Added, and the lazy-only transform-decode sweep (ADR 0015) under Changed. Co-Authored-By: Claude Opus 4.8 <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.
Prepares the CHANGELOG for the 0.8.0 release.
[Unreleased]→[0.8.0](2026-06-18).vortex.variantencode + Java-side decode (ADR 0014).Materialized*Arrayfallbacks removed from zigzag/for/alp-broadcast/constant/runend/sparse/rle (ADR 0015). Decompression encodings, primitive base, dict, and the ALP patches path stay Materialized by design.Release (
release:prepare→ 0.8.0) follows once this lands and CI is green.🤖 Generated with Claude Code