all OS functions should be "nothrow @trusted @nogc"

Kagamin via Digitalmars-d digitalmars-d at puremagic.com
Tue Aug 1 04:53:35 PDT 2017


On Monday, 31 July 2017 at 13:56:48 UTC, Shachar Shemesh wrote:
> One of the things that really bother me with the D community is 
> the "100% or nothing" approach.

In the worst case when a function becomes unsafe, only @safe 
attribute will be removed from it, which will be a breaking 
change, but hopefully it will happen rarely enough.


More information about the Digitalmars-d mailing list