1) Compile-time verification of format arguments -- passing the wrongnumber of arguments or arguments of mismatching type will forcecompilation failure. Currently, it will compile successfully but fail atruntime.
+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
