Files
mercury/tests/invalid/bug257.err_exp
Zoltan Somogyi 0888268efb Use color to emphasize some errors.
compiler/add_foreign_proc.m:
compiler/post_typecheck.m:
    As above.

tests/invalid/det_errors_deep.m:
    Fix software rot in this old, never-before-enabled test case.

tests/invalid/Mmakefile:
    Enable the det_errors_deep test case. It seems that the commit
    that added this test case forgot to enable it.

tests/invalid/bad_sv_unify_msg.err_exp:
tests/invalid/bug184.err_exp:
tests/invalid/bug257.err_exp:
tests/invalid/coerce_void.err_exp:
tests/invalid/det_errors_deep.err_exp:
tests/invalid/fp_dup_bug.err_exp:
tests/invalid/fp_dup_bug.err_exp2:
tests/invalid/fp_dup_bug.err_exp3:
tests/invalid/freefree.err_exp:
tests/invalid/typeclass_test_8.err_exp:
tests/invalid/unsatisfiable_constraint.err_exp:
tests/warnings/singleton_test.err_exp:
    Expect updated diagnostics.
2024-05-28 17:58:29 +10:00

481 B

bug257.m:017: Warning: unresolved polymorphism in predicate `oops'/2.
bug257.m:017: The variable with an unbound type was:
bug257.m:017: `Gee'.
bug257.m:017: Its type will be implicitly set to the builtin type `void'.
bug257.m:022: Error: the goal inside the require_complete_switch [Gee] scope is
bug257.m:022: not a switch on `Gee'.
For more information, recompile with `-E'.