Re: [swift-dev] RFC: Better diagnostics through simplification

2017-08-23 Thread John McCall via swift-dev
> On Aug 23, 2017, at 11:00 PM, David Zarzycki via swift-dev > wrote: > > Hello, > > I’d like to propose improving the quality, consistency, and future > preparedness of diagnostics through simplification. Right now, a lot of > diagnostics output tends to look like this (for example): > >

[swift-dev] RFC: Better diagnostics through simplification

2017-08-23 Thread David Zarzycki via swift-dev
Hello, I’d like to propose improving the quality, consistency, and future preparedness of diagnostics through simplification. Right now, a lot of diagnostics output tends to look like this (for example): type ‘Foo’ cannot subclass type ‘Bar’ Instead of hard coding the word “type” into