Bug after update to 2.072?

SimonN via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sun Nov 6 01:48:14 PDT 2016


I'm not sure how to pass arbitrary dustmite arguments through dub 
to dustmite. `dub dustmite -h' lists arguments.

When dustmite reduces your project to the empty project, maybe 
try this from the dustmite website: "You can also surround code 
that is not to be removed around the magic words 
DustMiteNoRemoveStart and DustMiteNoRemoveStop. Note that if you 
place them in comments, you won't be able to use 
--strip-comments."

On Sunday, 6 November 2016 at 06:28:32 UTC, Alex wrote:
> object.Exception at DustMite/dustmite.d(270): Initial test fails 
> (try using --no-redirect for details)

This means that dustmite doesn't recognize the unreduced source 
as buggy. As a sanity test, dustmite runs the given test on the 
unreduced project, and requires this test to succeed.

-- Simon


More information about the Digitalmars-d-learn mailing list