Files
zig/src
Motiejus Jakštys 63a4e708ee stages_test: use directory symlink for Air comparison source files
Instead of writing file content to /tmp (which broke relative imports
like codecs/asn1.zig), symlink the original file's directory into
.zig-cache/tmp/zig0_test. This keeps the module root outside lib/std/
(avoiding module path conflicts) while preserving subdirectory import
resolution through the symlink.

In verbose_air.zig, use Compilation.Path.fromUnresolved to construct the
module root so it gets the same canonical root enum (.local_cache, etc.)
as file paths computed during import resolution, avoiding isNested
root mismatches.

Fixes the codecs.zig test failure (434/434 tests now pass).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 19:13:08 +00:00
..
2025-08-12 16:33:57 +02:00
2025-09-21 21:08:52 +02:00
2025-10-02 10:55:16 +02:00
2025-07-16 10:23:02 -07:00
2025-08-02 04:16:01 +03:30
2025-07-07 22:43:51 -07:00