mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-26 14:54:17 +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.
3 lines
195 B
Plaintext
3 lines
195 B
Plaintext
inline_conflict.m:019: Error: [38;5;87m`:- pragma no_inline' declaration[39;49m [38;5;203mconflicts[39;49m with
|
||
inline_conflict.m:019: previous inline pragma for [38;5;87m`bar'/2.[39;49m
|