Error handling in DMD and Bugzilla
Daniel Murphy via Digitalmars-d
digitalmars-d at puremagic.com
Thu Dec 11 20:59:58 PST 2014
"Etienne" wrote in message news:m6df1k$11vl$1 at digitalmars.com...
> I doubt dustmite could work for my use case. I develop the entire
> application before compiling, so I usually end up with 1000s of code
> errors to go through. Some IOCs turn up, so I usually have to tweak the
> compiler to keep on going. I'll run dustmite if I can reproduce after
> everything compiles.
Extra errors shouldn't be a problem, and in fact this ICE may only occur
when it is preceded by another error. Running dustmite with a script that
greps for the failing assertion should work perfectly.
More information about the Digitalmars-d
mailing list