On Thursday, 1 September 2016 at 19:27:17 UTC, Rory McGuire wrote:
At the moment I just have a verbose logging mode with pragma(msg) for myCTFE stuff.
I have something that will help with that a little bit. https://github.com/UplinkCoder/dmd/tree/__ctfeWritelnwhen you apply this patch __ctfeWriteln() will output every compiletime avilable string to the console.
It's a little bit nicer then using pragma(msg);
