Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@
aggregate test target, invocation order, Studio host JSON, report/label,
localization, and machine contracts are unchanged.

- 2026-08-25: Continued #2564 test-module refactoring by moving the contiguous
visual-asset method-reordering and failed-batch rollback regressions from
`test_visual_asset_editor_methods.cpp` into
`test_visual_asset_editor_method_reorder_contracts.inl`. The aggregate test
target, invocation order, visual-asset behavior, raw-byte preservation,
report/label, localization, and machine contracts are unchanged.

- 2026-08-25: Continued #2564 test-module refactoring by moving the contiguous
CDX/DCX/IDX/NDX/MDX index-probe and localized-diagnostic regressions from
`test_vfp_assets.cpp` into `test_vfp_assets_index_probe_contracts.inl`. The
Expand Down
13 changes: 13 additions & 0 deletions agent-handoff.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,19 @@ executable, existing declarations, invocation order, fixtures, Studio host
JSON, report/label, localization, and machine contracts remain unchanged. A
focused native rerun is required before merge.

## V1 visual-asset method-reorder regression module

The bounded #5232/#2564 structural slice moves the contiguous visual-asset
method-reordering and failed-batch rollback regressions from
`test_visual_asset_editor_methods.cpp` to
`test_visual_asset_editor_method_reorder_contracts.inl`. The fragment remains
in the same test translation-unit namespace; the aggregate executable,
declarations, invocation order, fixtures, visual-asset behavior, raw-byte
preservation, report/label, localization, and machine contracts remain
unchanged. A fresh Linux Debug `test_visual_asset_editor` rerun passed `1/1` in
20.37 seconds with `TMPDIR` under `~/temp`; obtain the refreshed protected
matrix before merge.

## V1 index-probe asset test module

The bounded #5226/#2564 structural slice moves the contiguous CDX/DCX/IDX/NDX/
Expand Down
Loading
Loading