You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to track dynamic dependencies we were:
1. reading each `*.d` file produced by `bsb_helper`
2. for each dependency in the `*.d` file, track it in dune by reading
their file contents
We can avoid reading files into memory altogether by calling the
`read_directory_with_glob` function instead, which declares dependencies
on those files without reading their contents.
0 commit comments