Start ignoring compile errors instead of reporting them.
Used for speculative compilation like __traits(compiles, XXX), but also internally to e.g. try out an alias this rewrite without comitting to it.
Works like a stack, so N calls to startGagging should be paired with N calls to endGagging.
the current number of gagged errors, which should later be passed to endGagging
See Implementation
Start ignoring compile errors instead of reporting them.
Used for speculative compilation like __traits(compiles, XXX), but also internally to e.g. try out an alias this rewrite without comitting to it.
Works like a stack, so N calls to startGagging should be paired with N calls to endGagging.