Mathias LANG
Mathias LANG
You can already download a specific dependency with `dub fetch [email protected]` for example. However there is no way to not unzip it at the moment.
Most likely a bug in https://github.com/dlang/dub/blob/a1d23d0773874939bc7c5c5209fd925288abe9ab/source/dub/internal/utils.d#L549-L597
Note that we did already do a transition recently, and changed the package cache structure. The inconvenience is actually not very user visible, because it will just lead to a...
It's not handling the following propery: ```json "dependencies": { ":version-a": "*" } ``` I think that's a limitation of the parser, will see if I can fix it properly.
Closing in favor of the fix: #3028
~Duplicate of #413~
I think the build log will tell you why this is a bad idea
@RazvanN7 : The solution is not to destructively resolve aliases. This will solve loads of issues.
Correct. But deprecating a used and useful feature because fixing the bug is hard is not the way to go.
> Well, having private and public functions in the same overload set is arguably something that should be avoided. The fix is quite trivial: just keep your private functions in...