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

Commits on Jun 4, 2023

  1. Improve force-resolve behavior to accomodate zef depends ...

    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
    ugexe committed Jun 4, 2023
    Configuration menu
    Copy the full SHA
    be9a186 View commit details
    Browse the repository at this point in the history