-
Notifications
You must be signed in to change notification settings - Fork 91
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
Create 'ghcup healthcheck' command #701
Comments
This seems like a good idea, would help with first-step debugging when something fails for the end-users. how do you feel about calling this |
I think it's not that hard to implement. |
Yea, seems like it should be straight-forward. Is that checklist at the top exhaustive ? |
It's a start |
We'll build it in a way that adding more checks should be trivial later. I'll look into it when i get a chance. |
excellent! |
One other major use case for this is:
|
Could check:
~/.ghcup/ghc/<ver>
directories are not empty or missing files~/.ghcup/ghc/<ver>
there is a~/.ghcup/bin/ghc-<ver>
symlink~/.ghcup/hls/<ver>
directories are not empty or missing files~/.ghcup/hls/<ver>
there is a~/.ghcup/bin/haskell-language-server-wrapper-<ver>
symlink<tool> --version
The text was updated successfully, but these errors were encountered: