fix: harden recovery flow and clean diagnostics

This commit is contained in:
Alexander Sellite 2026-09-01 07:44:01 -04:00
parent 0158b0215f
commit ff78710303
64 changed files with 1163 additions and 418 deletions

View file

@ -2015,7 +2015,7 @@ func _assert_neighbor(
% [
origin.name,
property,
actual.name if actual != null else "nothing",
str(actual.name) if actual != null else "nothing",
expected.name,
],
)