@safe D requires which DIP switches?

Atila Neves atila.neves at gmail.com
Tue Jan 4 08:58:04 UTC 2022


On Monday, 3 January 2022 at 14:27:55 UTC, Bastiaan Veelo wrote:
> As far as I know `@safe` is only really safe with both DIP25 
> and DIP1000 in effect, and I thought that DIP25 has been 
> integrated for a while now. Nonetheless, DIP25 still appears in 
> the list of previews (`dmd -preview=help`) *as well as* being 
> revertible (`dmd -revert=help`) which adds to the confusion.
>
> What is in the way of integrating DIP1000 by default?
>
> -- Bastiaan.

@safe is really safe - what DIPs 25 and 1000 do is make it so 
more code can be @safe.

I'm currently working on making DIP1000 the default.


More information about the Digitalmars-d mailing list