mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-15 09:23:44 +00:00
compiler/superhomogeneous.m:
Add color to some diagnostics. (Unfortunately, only one is tested
currently by the test suite.)
compiler/add_pragma.m:
Improve the wording of a diagnostic.
tests/invalid/invalid_export_detism.err_exp:
tests/invalid/lambda_syntax_error.err_exp:
Expect updated diagnostics.
291 B
291 B
invalid_export_detism.m:013: Error: `:- pragma foreign_export' declarations are
invalid_export_detism.m:013: not allowed for procedures that can succeed more
invalid_export_detism.m:013: than once, such as `foo(in, out) is nondet'.
invalid_export_detism.m:013: not allowed for procedures that can succeed more
invalid_export_detism.m:013: than once, such as `foo(in, out) is nondet'.