-
Notifications
You must be signed in to change notification settings - Fork 846
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
stack build should reject incorrect version numbers #606
Comments
+1 agree. Expected: error message |
Actually the wider issue is that stack build just ignores non-existent targets. You can pass |
Good point, everything that doesn't parse as a package name or identifier is treated as a directory name. Presumably we should just verify that all of those directories exist, right? |
Sounds good to me. 👍 |
Wait a second... I can't reproduce this. @gregwebs what version of stack are you using? @chrisdone did you actually test |
|
Ah, that's new behaviour. In the past it would ignore nonexistent names. |
I am doing this where there is a local package stack --version |
Ahh, I see, OK. That clarifies, and is much more specific than I thought. |
The text was updated successfully, but these errors were encountered: