Commits

Enrico Granata committed 05a038e818a
Make it so that the runtime demangler does not print the Swift standard library module name This changes things like Swift.Dictionary<Swift.Int, Swift.AnyObject> to Dictionary<Int, AnyObject> It has been suggested that playgrounds would benefit from not showing the fully qualified name. Playgrounds use the runtime demangler to obtain type names, and honestly, I do not see enough value in those qualifiers being printed out to justify hackery in PlaygroundLogger or separate demangling logic Swift SVN r28997