We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
See #2382.
The error message "Could not find a component named warp" could be a lot better:
It could:
stack ide targets
The text was updated successfully, but these errors were encountered:
Merge pull request #2850 from bar9/master
ca3b70d
friendlier error message (Improve error message for bad build targets #2384)
Is this ticket still needed? When running:
stack build --file-watch --test --copy-bins --haddock wai-extra :warp warp:doctest --exec 'echo Yay, it worked!'
I get:
- warp doesn't seem to be a local target. Run 'stack ide targets' for a list of available targets - Unknown local package: warp
So it seems we have the information that warp is probably not a local target.
If we still need to implement this what should be the best error message here @mgsloan ?
Sorry, something went wrong.
@v0d1ch Thanks for the update!
I think that error message is good enough to close the issue. Feel free to re-open if you disagree of course!
No branches or pull requests
See #2382.
The error message "Could not find a component named warp" could be a lot better:
It could:
stack ide targets
)The text was updated successfully, but these errors were encountered: