Categorization of warnings
Brian Schott via Digitalmars-d
digitalmars-d at puremagic.com
Mon Mar 28 12:46:58 PDT 2016
On Monday, 28 March 2016 at 16:47:53 UTC, Jack Stouffer wrote:
> The only reason compilers have warnings in them is because C++
> needs an entire compiler to warn you about potential problems,
> and it has since become tradition for that feature to be
> included. We can just as easily rely on dscanner for this kind
> of thing and simplify the compiler.
A lot of warnings in D require a full compiler. Did you forget
that CTFE + string mixins exist?
More information about the Digitalmars-d
mailing list