Commits

Joe Groff committed 72643fd7749
Runtime: Implement dynamic cast bridging from NSError to bridged error enums. This allows ErrorTypes referencing Cocoa NSErrors to be pattern-matched against our bridged enums, at least dynamically. (The compiler still doesn't understand these bridging conversions yet.) Swift SVN r26839