-
-
Notifications
You must be signed in to change notification settings - Fork 230
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
recursive dub failure #649
Comments
So for a start: why is it repeating itself so many times? I had the same problem with a larger project using |
recursion has been fixed, the multi-output is a bug that I just opened here: #2598 A workaround against the multi-output in this particular case can be done by simply removing the dependency on ddox, as However this is not a solution, as the reason what was broken was, that it would run the postBuildCommand in every dependency, recursively. I have opened that issue I mentioned above to track that, as it's a fatal issue for this kind of usage and spans all the way back from old legacy dub versions to current dub versions and master. |
OS X 10.11, dmd 2.068.0, dub HEAD (4fece3c)
Folder layout (no hidden files, no
.dub/
):dub.sdl:
output from
dub build --build=ddox2
with a clean~/.dub
:The text was updated successfully, but these errors were encountered: