Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ./deps as a relative root by default #177

Open
jfecher opened this issue Jan 14, 2024 · 0 comments
Open

Add ./deps as a relative root by default #177

jfecher opened this issue Jan 14, 2024 · 0 comments
Labels
good first issue An issue that doesn't require deep knowledge of the compiler to fix or implement language feature A feature proposal for something added to the core language (not the standard library)

Comments

@jfecher
Copy link
Owner

jfecher commented Jan 14, 2024

Part of packages: https://antelang.org/docs/language/#packages

Currently the compiler has a concept of "relative_roots", which contains the directories to search in to find different packages. We should include a local "deps" folder by default. It can be added regardless of whether or not it is actually present.

@jfecher jfecher added language feature A feature proposal for something added to the core language (not the standard library) good first issue An issue that doesn't require deep knowledge of the compiler to fix or implement labels Jan 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue An issue that doesn't require deep knowledge of the compiler to fix or implement language feature A feature proposal for something added to the core language (not the standard library)
Projects
None yet
Development

No branches or pull requests

1 participant