-
-
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
[Feature Request] - Pass a custom file as the dub.json #2684
Comments
What's your use case ? |
I'm separating some part of |
Co-authored-by: Jan Jurzitza <[email protected]>
I still don't understand this use case. Why do you need unnamed dependencies ? |
Because my engine is a main program which imports the user package as a dependency when in the release process. I'm still using it and I believe it won't change anytime soon. |
System information
Feature Description
Right now, dub only accepts directories. The only way to build a dub.json located in another directory is by using --root. The problem about this approach is that it still required a file to be named dub.json and the path will be relative to the root directory. I'm needing some way to pass a custom path for the dub.json and use the current directory as the cwd.
Expected Behavior
Logs
The text was updated successfully, but these errors were encountered: