-
-
Notifications
You must be signed in to change notification settings - Fork 229
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
Dub won't recognize dub.json #535
Comments
|
Could you put the content of your It turns out my path dependency was wrong (should have been "../../"), but this error message is not informative at all (btw it prints that weird message because it works with an array of FileAndFormat). |
|
I've fixed the error message now. Judging by the (DUB) source code, it's very likely that this was caused by the same issue as in @Geod24's example. |
|
Wow indeed, that was the Still, because this might cause some path overlappings or so, dub should recognize and/or handle this path so it'll take the dub.json located in |
|
Or..hold on, it actually is interpreting |
|
Yes exactly, it was indeed very confusing. It becomes clear now with the new error message, though. |
|
Nice then. Thanks! :) |
As soon as I execute dub in my directory where my dub.json is located in, dub spits out a weird(ly printed --
immutable(FilenameAndFormat)("dub.json", json)- just emitting"dub.json"isn't enough?) error message:DUB version 0.9.22+198-g83b2926, built on Feb 17 2015
The text was updated successfully, but these errors were encountered: