> Yeah, now that I understand this feature not to be about diagnostics directly

> but about generalized printing at compile time, this makes a lot more sense

> and is something I think our users would find useful.

 

Yes, thanks!

 

So that no good deed goes unpunished 😊 I'll warn you that I intend to be greedy: Some of us will be asking for general compile-time I/O, or at least O (output), in a consteval function. For example, to create a file that contains:

 

Of course, all the usual security controls would need to apply, like sandboxing and controlling what directories can be written to.

 

Herb