Document source read failures
This commit is contained in:
@@ -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.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user