On Wednesday, 26 November 2014 at 13:11:28 UTC, Nordlöw wrote:
It would be nice if we could call DUB either asdub -wi or in a more generic way as dub --dmd-flags="wi,..."so I don't have to clone the top-level project and modify its dub.json myself in order to test dfix built using dmd git master. Should I register an DUB issue for this?
Note that
DFLAGS=-wi dub build -v
doesn't work here either because -wi is prepended to -w which
still results warnings as errors.
