Do you want support for CTFE coverage ?

ketmar via Digitalmars-d digitalmars-d at puremagic.com
Fri Jul 1 17:25:26 PDT 2016


there is no need in that, absolutely. CTFE is undebugabble anyway 
(and pragma(msg) not really helps -- i'm saying that as a fan of 
printf debugger), unittesting it is silly and so on.

after all, as CTFE *should* behave the same if it is done in 
runtime, one can always test and debug CTFE code as "normal" code 
before using.

so, i say: "don't bother".


More information about the Digitalmars-d mailing list