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

atlas use does not resolve all dependencies #87

Open
Clonkk opened this issue Dec 6, 2023 · 1 comment
Open

atlas use does not resolve all dependencies #87

Clonkk opened this issue Dec 6, 2023 · 1 comment

Comments

@Clonkk
Copy link

Clonkk commented Dec 6, 2023

Running atlas use norm in a workspace does not fetch db_connectors required by Norm's dependencies lowdb.

In order to get norm to compile it is necessary to install db_connectors manually.

@Araq
Copy link
Member

Araq commented Jan 22, 2024

Because it's in a when which Atlas does not evaluate:

when NimMajor == 2 or (NimMajor >= 1 and NimMinor >= 9):
  requires "db_connector >= 0.1.0"

Not sure what we can do about it, I suppose Atlas must at least in a debug mode evaluate the NimScript.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants