[OT] OT: Null checks.

Richard (Rikki) Andrew Cattermole richard at cattermole.co.nz
Tue May 6 08:53:20 UTC 2025


On 06/05/2025 8:03 PM, Walter Bright wrote:
> But, of course if you want logging, you'll have to risk it.
> 
> I would not enable such logging in any critical software, but it seems I 
> am the only such person.

This is why its so important to switch over to calling the global 
functions like assert handler does.

People can configure it to do whatever they want, we don't have to have 
a default that is anything but instant crash.

But it does mean that the compiler has to be generating the calls.



More information about the Digitalmars-d mailing list