On Wed, 11 Nov 2009 06:04:16 -0500, Don <[email protected]> wrote:

Walter Bright wrote:
Don wrote:
Actually, I'd hope for a way of checking that @unsafe functions are called only from @trusted functions, and NOT from unmarked ones -- that's the way I'd proceed in moving a codebase over to 'safe'.
That would be fairly viral. I'm concerned it would make it an impediment to use.

Hopefully such functions would be really rare. It would be a strong encouragement to wrap them in an @trusted wrapper.


I have a feeling people would throw on a @trusted wrapper just to save the work on propagating @unsafe attributes all through their code.

Reply via email to