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

Drastically simplify output when packages are missing in solve #11040

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Commits on Nov 7, 2024

  1. Drastically simplify output when packages are missing in solve

    Signed-off-by: Ambre Austen Suhamy <ambre@tarides.com>
    ElectreAAS committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    d7bf2c1 View commit details
    Browse the repository at this point in the history
  2. Don't use List.is_empty, it's too new

    Signed-off-by: Ambre Austen Suhamy <ambre@tarides.com>
    ElectreAAS committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    beae97c View commit details
    Browse the repository at this point in the history
  3. Apply new error wording to other test

    Signed-off-by: Ambre Austen Suhamy <ambre@tarides.com>
    ElectreAAS committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    ddb6a53 View commit details
    Browse the repository at this point in the history
  4. Better formatting of missing packages

    Signed-off-by: Ambre Austen Suhamy <ambre@tarides.com>
    ElectreAAS committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    cb44483 View commit details
    Browse the repository at this point in the history
  5. Removed dependency on Fmt, changes in wording

    Signed-off-by: Ambre Austen Suhamy <ambre@tarides.com>
    ElectreAAS committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    7fc6f83 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. Transition from Format to Pp all around 0install

    Signed-off-by: Ambre Austen Suhamy <ambre@tarides.com>
    ElectreAAS committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    68e28d2 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. Use text and paragraph instead of verbatim, add boxes

    Signed-off-by: Ambre Austen Suhamy <ambre@tarides.com>
    ElectreAAS committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    49e5169 View commit details
    Browse the repository at this point in the history
  2. Un-polymorphize everything related to Pp

    Signed-off-by: Ambre Austen Suhamy <ambre@tarides.com>
    ElectreAAS committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    226f5b7 View commit details
    Browse the repository at this point in the history
  3. Use paragraph instead of verbatim also in dune_pkg

    Signed-off-by: Ambre Austen Suhamy <ambre@tarides.com>
    ElectreAAS committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    8a7564b View commit details
    Browse the repository at this point in the history