Skip to content
Snippets Groups Projects
  • Sébastien Villemot's avatar
    760480d9
    Refactor error and warning messages printing · 760480d9
    Sébastien Villemot authored
    – Harmonize location output for warnings so that it is the same as for
      errors (i.e. more explicit about what is the line number and the column number)
    – Remove obsolete stuff for delayed error messages that should have been
      removed in db1f6c29.
    – Factorize some printing logic with ParsingDriver::undeclared_model_variable_error().
    – Simplify WarningConsolidation class
    760480d9
    History
    Refactor error and warning messages printing
    Sébastien Villemot authored
    – Harmonize location output for warnings so that it is the same as for
      errors (i.e. more explicit about what is the line number and the column number)
    – Remove obsolete stuff for delayed error messages that should have been
      removed in db1f6c29.
    – Factorize some printing logic with ParsingDriver::undeclared_model_variable_error().
    – Simplify WarningConsolidation class