-
-
Notifications
You must be signed in to change notification settings - Fork 45
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
zef depends
suggests using --exclude
but then doesn't recognize the flag
#517
Comments
ugexe
added a commit
that referenced
this issue
Jun 4, 2023
Previously e.g. `zef depends Red` could fail for users that did not have the postgres native dependency installed. However, for that specific command it shouldn't matter if it can't resolve a native dependency because we don't look up transitive dependencies for them. Instead we could just list the native dependency and allow zef to continue finding other dependencies. Fixes #517
this seems to still (or again) be an issue on latest:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When
zef depends
cannot resolve a missing dependency, it suggests using--exclude
to skip that dependency. Butzef depends
doesn't accept the--exclude
flag. For example:zef depends
should either respect the--exclude
flag or shouldn't suggest using it.The text was updated successfully, but these errors were encountered: