On Wednesday, 21 June 2017 at 20:11:25 UTC, Walter Bright wrote:
All I did was make them do what the host C compiler does.

I propose that the reason the host C compiler does it is because it is a useful behavior.

If these little strings actually are too large, you can easily suppress it by saying `assert(condition, "");` - just pass a shorter / reused message in the second argument.

Reply via email to