Open dlespiau opened 5 years ago
This would be really cool, but some of these dependency upgrades may require user action. I'm not sure if there's a good way to go about that automatically without harming users.
What's even more confusing about this U/X is that we could be using the ignite
binary from the user's PATH or from ~/.wks/bin/
.
When we bump a dependency like we just did with #62, users aren't going to know to update their binary in one of two places, particularly since ~/.wks/bin/
is such an implementation detail.
When bumping the required version for one of our dependencies, such a
footloose
,setup.sh
will just bail out instead of trying to upgrade (download) the new dependency.We should automatically remove the old version and download the new version!