I hate new DUB config format
Dragos Carp via Digitalmars-d
digitalmars-d at puremagic.com
Thu Nov 26 04:20:31 PST 2015
On Thursday, 26 November 2015 at 11:49:25 UTC, John Colvin wrote:
>
> Pretty sure it works fine with anything that dub knows about.
>
> dub add-path or dub add-local should put things on an even
> footing with ~/.dub in that regard.
`dub add-path` and `dub add-local` permanently add the specified
paths to `~/.dub/packages/local-packages.json`. So this means
that `~/.dub` is still special. and additional steps are
necessary to keep this file clean.
Better it would be to able to specify this path on calling `dub
describe`.
More information about the Digitalmars-d
mailing list