mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-15 17:33:38 +00:00
compiler/add_mutable_aux_preds.m:
compiler/add_pragma.m:
Add color to the diagnostics generated by these modules.
In a few cases, improve the wording of the diagnostic.
tests/invalid/bug83.err_exp:
tests/invalid/external2.err_exp:
tests/invalid/inline_conflict.err_exp:
tests/invalid/inline_conflict_warn.err_exp:
tests/invalid/invalid_export_detism.err_exp:
tests/invalid/test_feature_set.err_exp:
tests/invalid/uniq_mutable.err_exp:
tests/invalid_nodepend/bad_fact_table.err_exp:
tests/invalid_nodepend/bad_fact_table.err_exp2:
tests/invalid_nodepend/bad_mutable.err_exp:
tests/invalid_nodepend/pragma_export.err_exp:
tests/warnings/pragma_term_conflict.err_exp:
Expect updated diagnostics.
469 B
469 B
inline_conflict_warn.m:021: Error: `:- pragma no_inline' declaration conflicts
inline_conflict_warn.m:021: with previous inline pragma for `bar'/2.
inline_conflict_warn.m:028: In `:- pragma inline' declaration for `baz'/2:
inline_conflict_warn.m:028: warning: ambiguous name could refer to either a
inline_conflict_warn.m:028: predicate or a function.
inline_conflict_warn.m:021: with previous inline pragma for `bar'/2.
inline_conflict_warn.m:028: In `:- pragma inline' declaration for `baz'/2:
inline_conflict_warn.m:028: warning: ambiguous name could refer to either a
inline_conflict_warn.m:028: predicate or a function.