On Tuesday, 21 October 2014 at 15:45:55 UTC, Steven Schveighoffer wrote:
Currently, if you write something like this:

debug = x;

In code? Like this:

void main()
{
    debug = x;

    // now in debug mode even though not specified on the CLI?
}

If that's true, that's pretty scary. What if it's hidden in a module somewhere?

Reply via email to