Files
zig/src
Motiejus 67235b6c72 verbose_air: use incremental cache mode to avoid stale results
With .cache_mode = .whole, comp.update() returns immediately on a
cache hit, skipping sema entirely.  The verbose_air_callback never
fires, so the collector returns 0 functions.  This causes spurious
test passes when the C sema also returns 0 functions (e.g. for
unported @export), because 0 == 0 looks like a match.

Switch to .incremental so that sema always runs and the callback
always fires, making test results deterministic across runs.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 10:49:46 +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
2026-02-19 21:21:05 +00:00
2025-07-16 10:23:02 -07:00
2026-02-19 21:21:05 +00:00
2025-08-02 04:16:01 +03:30
2025-07-07 22:43:51 -07:00
2026-02-19 21:21:05 +00:00