[dmd-internals] dmd commit, revision 657

Walter Bright walter at digitalmars.com
Thu Sep 2 14:57:46 PDT 2010



Brad Roberts wrote:
> I don't want to even have the mechanism.
>
>   

Not everything needs a specific language mechanism.

    pragma(msg, "this unittest is disabled because of bugzilla 1234");
    //assert(foo == bar);


This way, you get dinged about it until it gets fixed.


More information about the dmd-internals mailing list