Call to Action: making Phobos @safe

Smoke Adams via Digitalmars-d digitalmars-d at puremagic.com
Sun Jun 26 07:29:22 PDT 2016


On Saturday, 25 June 2016 at 22:44:37 UTC, Walter Bright wrote:
> Andrei identified a key blocker for D adoption is the 
> incomplete implementation of @safe. I'm working on the compiler 
> end. But Phobos has a lot of code that is pointlessly not 
> @safe, making it frustrating to write @safe code that calls 
> Phobos. Some are listed in Bugzilla, most are not.
>
> [...]


How hard would it be to add a compiler switch, similar to -vgs 
that shows every non-safe function? This would not just help out 
with phobos.



More information about the Digitalmars-d mailing list