What are the worst parts of D?

H. S. Teoh via Digitalmars-d digitalmars-d at puremagic.com
Thu Sep 25 13:00:38 PDT 2014


On Thu, Sep 25, 2014 at 12:51:45PM -0700, Walter Bright via Digitalmars-d wrote:
[...]
> I've found:
> 
>    -main -unittest -cov
> 
> to be terribly convenient when developing modules. Should have added
> -main much sooner.

Yeah, I do that all the time nowadays when locally testing Phobos fixes.
In the past I'd have to write yet another empty main() in yet another
temporary source file, just to be able to avoid having to wait for the
entire Phobos testsuite to run after a 1-line code change.


T

-- 
"How are you doing?" "Doing what?"


More information about the Digitalmars-d mailing list