mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-29 16:24:43 +00:00
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.
8 lines
481 B
Plaintext
8 lines
481 B
Plaintext
bug257.m:017: Warning: [38;5;203munresolved polymorphism[39;49m in predicate [38;5;87m`oops'/2.[39;49m
|
||
bug257.m:017: The variable with an unbound type was:
|
||
bug257.m:017: [38;5;203m`Gee'.[39;49m
|
||
bug257.m:017: Its type will be implicitly set to the builtin type `void'.
|
||
bug257.m:022: Error: the goal inside the [38;5;87mrequire_complete_switch [Gee] scope[39;49m is
|
||
bug257.m:022: [38;5;203mnot a switch on `Gee'.[39;49m
|
||
For more information, recompile with `-E'.
|