Error handling in DMD and Bugzilla
Etienne via Digitalmars-d
digitalmars-d at puremagic.com
Thu Dec 11 17:05:53 PST 2014
On 2014-12-11 4:34 PM, Daniel Murphy wrote:
>
> It really helps to have a minimal test case for the bug, otherwise it's
> difficult for reviewers to tell if the fix is in the correct place. It
> should be fairly easy to reduce a larger project that fails on an
> assertion down to a small test case using dustmite (or even dub
> dustmite). Once you have the test case, straightforward patches that
> fix ices are usually merged fairly quickly.
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.
More information about the Digitalmars-d
mailing list