On Sunday, 11 March 2012 at 21:55:54 UTC, bearophile wrote:
David Nadlinger:
What the library doesn't have (yet):
- @safe-ty annotations (pure doesn't apply to most of the code): I tried to add them a while back, but hit some unpleasant compiler bugs.
Are they in Bugzilla already?

Some findings include issue 7049–7052, but what led me to stop work on it was an instance related to interfaces where I couldn't figure out what was going on. Trying to add it should be easy for anyone who is interested, though, just put a »@safe:« at the top of each file and look where the test suite build breaks.

David

Reply via email to