Setting all of these directories at once, e.g. --roots .:/path/to/stdlib:./deps
Adding a root without --add-root /additional/path
Others?
The "relative root" name is not final. Feel free to rename it if you have a good suggestion, especially if it is a more familiar term from an existing language or program.
Part of getting packages to work in Ante: https://antelang.org/docs/language/#packages
ModuleCache.relative_roots
can be found here: https://github.com/jfecher/ante/blob/e38231ffa51b84a2ca53b4b0439d1ca5e0dea32a/src/cache/mod.rs#L47We should have command-line flags for:
--roots .:/path/to/stdlib:./deps
--add-root /additional/path
The "relative root" name is not final. Feel free to rename it if you have a good suggestion, especially if it is a more familiar term from an existing language or program.