-
-
Notifications
You must be signed in to change notification settings - Fork 227
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
0.9.22 regression : build/describe "--nodeps" fails to find local dependency #580
Comments
|
EDIT: seems like this regression is from 0.9.22 instead. |
|
I think we need to add a second switch that only disables online access. Currently |
|
I hit this one yesterday. Maybe |
But Basically I have a
This worked with |
|
Yeah, if it has to it will still look for packages online with @Geod24 Good idea, Depending on the use case we might need a switch to completely disable network access, though (i.e. the default registry and any user defined one). So maybe |
|
EDIT: deleted, not applicable |
|
Ignore my previous comment, turns out I was using derpily using the wrong DUB version. |
There seems to be a problem with 0.9.22 that causes
--nodepsto not find local dependencies.To reproduce:
Go to some test directory:
Now modify test/dub.json to include this:
Now if we try to describe or build with "--nodeps", it fails, even though the dependency is seen by dub list:
Doing a
dub buildwithout--nodepsworks, and after doing so,--nodepswill work as wellThe text was updated successfully, but these errors were encountered: