preserve application and error inference in test builds

This commit is contained in:
2026-07-18 00:30:57 +02:00
parent ef91f13e7b
commit 9f433af724
5 changed files with 71 additions and 6 deletions
+2 -1
View File
@@ -18,7 +18,8 @@ roadmap and milestone history.
- `hide` makes any named top-level declaration file-local; declarations are public by default,
leading underscores are ordinary identifier characters, and imports are always file-local
- relative `.h` imports as synthetic C header package namespaces
- native `name test { ... }` declarations with implicit fallible-void results, plus anonymous
- native `name test { ... }` declarations with fallible-void results inferred from `testing.Error`
and errors propagated by `try`, plus anonymous
transitive `test import "..."` discovery used only by test builds
- root `main` validation with trap executable recovery for missing or unusable entry points