-
-
Notifications
You must be signed in to change notification settings - Fork 228
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
~master dependencies should be upgraded automatically #131
Comments
On git master or latest release? It was supposed to be "fixed" by now. "Fixed" meaning that branch based dependencies will always be reinstalled when "dub upgrade" is invoked. Issue #9 is related. |
This seems to be a misunderstanding on my side on how to use dub or an enhancement request. |
You are right that should indeed happen (Sorry, I've overlooked the "automatically"). |
No worries, I changed the title because the original post was unclear ;). |
branch based dependencies have been deprecated / discouraged for a while for this reason. I think to go forward with this, like described in #9, we need:
|
Wouldn't we use the commit id of the VCS repo rather than a checksum? |
yes, that's actually a better way how to keep track of git dependencies, but we would probably still want the registry to send people what's the current version, so locally it can be checked if an update is needed. |
This comment was marked as off-topic.
This comment was marked as off-topic.
@ntrel please open a new issue for that, that's unrelated to this issue |
Pretty simple issue, once the master package is installed it never gets updated. Only reinstalling helps currently.
The text was updated successfully, but these errors were encountered: