... | ... | @@ -242,8 +242,10 @@ An external command read a file but didn't `need` it. If the file is a indicatin |
|
|
|
|
|
You `need`ed a file only after it was read. Make sure to `need` the file *before* using it.
|
|
|
|
|
|
## Lint: TODO other errors
|
|
|
|
|
|
# Relative vs. Absolute Paths
|
|
|
|
|
|
Shake is sensitive to relative vs absolute paths. In general, always use relative paths for files in the source and build tree, and always use absolute paths for system files. |
|
|
\ No newline at end of file |
|
|
Shake is sensitive to relative vs absolute paths. In general, always use relative paths for files in the source and build tree, and always use absolute paths for system files.
|
|
|
|
|
|
# Other Open Questions
|
|
|
|
|
|
* Should we track system file dependencies (i.e. header files)? Currently `--lint-fsatrace` only lints file system activity on the src and build directories. |
|
|
\ No newline at end of file |