Communicate the reason for the layout invalidation, store and process the reasons, this is an initial setup, we will continue working on it. The new system will allow us to fine grain the invalidations to avoid re-layouting on each attribute change, this commit already does some of this but it's not fully fine-grained and needs more work.

This commit is contained in:
Martín Lucas Golini
2026-06-08 02:33:49 -03:00
parent d8fa49be37
commit 05e81c23de
32 changed files with 1488 additions and 1202 deletions

View File

@@ -220,7 +220,7 @@
"working_dir": "${project_root}/bin"
},
{
"args": "--filter=\"UIHTML.FlexFormLayout\"",
"args": "",
"command": "${project_root}/bin/unit_tests/eepp-unit_tests-debug",
"name": "eepp-unit_tests-debug",
"working_dir": "${project_root}/bin/unit_tests/"