On Thursday, 22 September 2016 at 10:44:29 UTC, llaine wrote:
On Wednesday, 21 September 2016 at 21:32:02 UTC, Rene Zwanenburg wrote:
On Wednesday, 21 September 2016 at 20:22:42 UTC, llaine wrote:

Yes, but it may take some time. For large projects, running it on a server is advisable. 3K LOC should be doable on a desktop machine.

Dub has built-in support for running Dustmite. I'm not very familiar with it, but it looks like you'll want to use 'dub dustmite' with the --compiler-regex switch with a regex matching the ICE assert message.

Any idea how to run with dub ?

Trying like this

dub dustmite app/ --compiler-regex="Internal Error" 'dub build -b release'

I think it is something like:

dub dustmite ./dustmite_output/ --compiler-regex="Internal Error" -b release


Reply via email to