Hi,
On 08/09/2013 10:46 AM, Gabriel Dos Reis wrote:
I think we should find ways to have the pretty printer in the
diagnostic framework stop trying to redo most of the work done by the
type checker. In its current form, that is fragile. -- Gaby
Yeah. That tsubst (..., tf_none, ...) from dump_template_bindings,
always seemed a little weird to me. Fact is, we have got quite a few
serious diagnostic bugs where we print *very little* sensible before the
Error reporting routines re-entered message. Like 54080 and 52875, but
I'm sure there are more.
Do you have any tips about a reasonable way to handle the latter in the
short term?
Thanks!
Paolo.