Files
zig/stage0/sema_tests
Motiejus f2288a8e4b stage0: add anti-pattern rule against filling the IP gap dishonestly
Document that pre-resolving types/declarations by name to fill the IP
gap is forbidden. This applies to builtin types, std types, module
declarations, or any other source. Every IP entry must be a side
effect of honestly porting the upstream function that produces it.

Also format return_integer.zig to canonical form.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-01 16:40:47 +00:00
..