Skip to content
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

Open
MartinNowak opened this issue Oct 14, 2013 · 9 comments
Open

~master dependencies should be upgraded automatically #131

MartinNowak opened this issue Oct 14, 2013 · 9 comments

Comments

@MartinNowak
Copy link
Member

Pretty simple issue, once the master package is installed it never gets updated. Only reinstalling helps currently.

@s-ludwig
Copy link
Member

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.

@MartinNowak
Copy link
Member Author

This seems to be a misunderstanding on my side on how to use dub or an enhancement request.
I had expected that dub build would at least regularly check old installed packages (1 week or so) and automatically perform an upgrade. Not necessarily for tagged versions, but for bleeding edge ~master.

@s-ludwig
Copy link
Member

You are right that should indeed happen (Sorry, I've overlooked the "automatically").

@ghost ghost assigned mdondorff Oct 15, 2013
@MartinNowak
Copy link
Member Author

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 ;).

@WebFreak001
Copy link
Member

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:

@rikkimax
Copy link
Contributor

Wouldn't we use the commit id of the VCS repo rather than a checksum?

@WebFreak001
Copy link
Member

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.

@ntrel

This comment was marked as off-topic.

@WebFreak001
Copy link
Member

@ntrel please open a new issue for that, that's unrelated to this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants