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

Make "missing packages" error message more descriptive #1290

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

Commits on Sep 24, 2024

  1. Make "missing packages" error message more descriptive

    Currently there exists confusion due to Pursuit not showing package
    sets that include a package. IOW it always looks as if every package
    on Pursuit available on every "package set" from the registry. As
    result, when a user receives error message from Spago that says that a
    package wasn't found, unless a user already knows this situation, they
    unlikely would think it's a problem on the remote side rather than
    with syntax or something similar.
    
    But on the `spago` side we can reduce confusion by showing a user
    a message hinting that it is possible to enlist available packages
    with `spago ls packages`.
    
    Fixes: purescript#1287
    Hi-Angel committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    67641cb View commit details
    Browse the repository at this point in the history