preserve application and error inference in test builds
This commit is contained in:
+2
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user