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

Improve force-resolve behavior to accomodate zef depends ... #578

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ugexe
Copy link
Owner

@ugexe ugexe commented Nov 21, 2024

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

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
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

Successfully merging this pull request may close these issues.

zef depends suggests using --exclude but then doesn't recognize the flag
1 participant