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
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.
The text was updated successfully, but these errors were encountered:
Part of getting packages to work in Ante: https://antelang.org/docs/language/#packages
ModuleCache.relative_roots
can be found here:ante/src/cache/mod.rs
Line 47 in e38231f
We 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.
The text was updated successfully, but these errors were encountered: