Tricky DMD bug, but I have no idea how to report

Vladimir Panteleev thecybershadow.lists at gmail.com
Fri Feb 8 07:30:41 UTC 2019


On Thursday, 7 February 2019 at 22:16:19 UTC, JN wrote:
> Does it also work for dub projects?

It will work if you can put all the relevant D code in one 
directory, which is harder for Dub, as it likes to pull 
dependencies from all over the place. When "dub dustmite" is 
insufficient (as in this case), the safest way to proceed would 
be to build with dub in verbose mode, take note of the compiler 
command lines it's using, then put them in a shell script and all 
mentioned D files in one directory, then pass that to Dustmite.



More information about the Digitalmars-d-learn mailing list