On Sunday, 2 November 2014 at 01:28:15 UTC, H. S. Teoh via Digitalmars-d wrote:

1) Compile-time verification of format arguments -- passing the wrong
number of arguments or arguments of mismatching type will force
compilation failure. Currently, it will compile successfully but fail at
runtime.

+1000! That would be awesome!

It would be a _great_ boost in productivity during the debugging phase, or when we are under pressure and can't do a great job in code coverage.

---
Paolo

Reply via email to