-
-
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
Sub-package path dependencies don't work #754
Comments
Try the following things :
|
If it's not caused by locally cached information, which version of DUB is this? It works for me with GIT master. |
It worked by removing |
Do you have the old dub.selections.json file still lying around by chance? Would be interesting to see if the error has been legitimate or if it could be improved. But I haven't been able to reproduce it, so without more information I guess this can be closed. |
Here's how I reproduced it:
Should |
No, that's a bug. It should still pick 0.7.26, since it's listed in dub.selections.json, but output a warning "vibe-d 0.7.26 doesn't match dependency specification path=../, do you need to 'dub upgrade'" or similar. I'll have a look. |
…endency-fail Let dub.selections.json always have precedence. Fixes #754.
The following dependencies:
With
vibe-d
master in../vibe.d
leads to the following error message:Unknown dependency: vibe-d:core
The text was updated successfully, but these errors were encountered: