-
-
Notifications
You must be signed in to change notification settings - Fork 269
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
Better resolver failure messages #819
Comments
Even though we now show which versions particular packages support, this kind of "tree-view" should be considered internal state, and not shown as part of a user-facing error message. I would recommend keeping it as a As for a user-facing error message, I think this could boil down to a simple message
followed by two lines in one of the following formats:
The There might be more conflicts than given by those two lines (which the current tree-view exposes, if you know how to read it), but I think as a user, I only care about the first incompatibility. This is just an idea (possibly half-baked) that I want to throw out here from the black whole that is Slack |
While @goerz's solution is the ideal one, simply changing the current "restricted to versions |
Great with some ideas here and I would be happy to see some PRs with example error messages before and after this suggestion. |
For example from https://stackoverflow.com/questions/52770092/julia-package-dependencies-in-travis-ci/52770252#52770252
is not very clear IMO. It would be nice to at least print which julia versions the package support etc.
The text was updated successfully, but these errors were encountered: