Corral allows bad locators and doesn't error #118
Labels
bug
Something isn't working
help wanted
Extra attention is needed
needs discussion
Needs to be discussed further
Milestone
I did an add with an incorrect locator and got:
{
"deps": [
{
"locator": "github.com/ponylang/peg",
"version": "0.1.0"
}
],
"info": {}
}
when I run
corral fetch
I get:Which is horribly misleading given that the locator doesn't exist at all.
I propose this is addressed in two parts. Fix the bug of it not indicating the error on fetch.
Enhance to validate a locator on addition.
The text was updated successfully, but these errors were encountered: