Document source read failures

This commit is contained in:
udo
2026-07-14 02:52:36 +00:00
parent c1949e7430
commit 9d707a1c04
+5 -4
View File
@@ -151,10 +151,11 @@ from waiting across a transitive graph when a last complete artifact is
available. available.
Before preprocessing, the compiler verifies that the worker can actually read Before preprocessing, the compiler verifies that the worker can actually read
the source. An unreadable path is a compile failure with a persisted diagnostic; the source. An unreadable path is reported as a source-read failure with a
it never becomes an apparently valid empty side module. Source signatures mark persisted diagnostic; it never becomes an apparently valid empty side module or
unreadable inputs, so correcting access invalidates that failure and permits a a generic compiler error. Source signatures mark unreadable inputs, so correcting
normal retry without changing signatures for ordinary readable files. access invalidates that failure and permits a normal retry without changing
signatures for ordinary readable files.
--- ---