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

2017-08-25 Thread John McCall via swift-dev
> On Aug 24, 2017, at 10:41 AM, David Zarzycki wrote: >> On Aug 24, 2017, at 00:08, John McCall > > wrote: >> >>> >>> What do people think? The meat of the change is tiny and below. The vast >>> majority of the work is the long and painful fallout in the test suite,

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

2017-08-24 Thread David Zarzycki via swift-dev
> On Aug 24, 2017, at 00:08, John McCall wrote: > >> >> What do people think? The meat of the change is tiny and below. The vast >> majority of the work is the long and painful fallout in the test suite, >> which I’m cautiously (and perhaps foolishly) stepping up to doing. > > I think that’s

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): > >