You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
with the ability to install dev packages, we currently never regard them as outdated, because there's no way to compare the version.
Some ideas:
For dev manifests, we could perhaps check the source hash and compare it with the one in our lockfile, to determine if it's changed. This would require a download of the source.
Another option, which is what rocks.nvim does, is to always treat dev packages as outdated so they always get reinstalled.
I kind of prefer the first option. It would require us to implement a new manifest type.
The text was updated successfully, but these errors were encountered:
with the ability to install dev packages, we currently never regard them as outdated, because there's no way to compare the version.
Some ideas:
I kind of prefer the first option. It would require us to implement a new manifest type.
The text was updated successfully, but these errors were encountered: