DIP 1028---Make @safe the Default---Community Review Round 1

Jacob Carlborg doob at me.com
Fri Jan 3 08:59:57 UTC 2020


On 2020-01-02 10:47, Mike Parker wrote:
> This is the feedback thread for the first round of Community Review for 
> DIP 1028, "Make @safe the Default":
> 
> https://github.com/dlang/DIPs/blob/1b705f8d4faa095d6d9e3a1b81d6cfa6d688554b/DIPs/DIP1028.md 

With a DIP causing this large breakage I expect the DIP to be 
accompanied with a tool that will do the following automatically:

* Annotate the source code to retain the current semantics, i.e. 
basically annotate all non-inferred functions with @system

* Annotate all non-inferred functions in the source code with @safe 
where it would compile

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list