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 more SAT resolver tests #14614

Merged
merged 4 commits into from
Oct 8, 2024
Merged

Commits on Oct 8, 2024

  1. Configuration menu
    Copy the full SHA
    cc4c3e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    04e4270 View commit details
    Browse the repository at this point in the history
  3. test: refactor sat resolver clauses computation

    Add new intermediate boolean variables for each dependency and each dependency feature declared in a package.
    This is used to simplify computation of the sat clauses.
    
    Add support for multiple dependencies with the same name, if their kind or target is different.
    
    A non-weak dependency feature for an optional dependency now activates a feature of the same name in the sat resolver.
    x-hgg-x committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    870f6d3 View commit details
    Browse the repository at this point in the history
  4. test: add tests from pubgrub

    x-hgg-x committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    dedf251 View commit details
    Browse the repository at this point in the history