mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-23 13:23:47 +00:00
Estimated hours taken: 0.5 tests/invalid/*.err_exp: tests/invalid/*.err_exp2: Add a period at the end of some error messages, to reflect my recent change to compiler/typecheck.m. tests/invalid/missing_interface_import.err_exp2: Add `(the module std_util has not been imported)', to refect a recent improvement to the error messages for undefined types.
10 lines
662 B
Plaintext
10 lines
662 B
Plaintext
missing_interface_import.m:007: In definition of type `missing_interface_import:bar'/0:
|
|
missing_interface_import.m:007: error: undefined type `map'/2.
|
|
missing_interface_import.m:009: In definition of predicate `missing_interface_import:p'/1:
|
|
missing_interface_import.m:009: error: undefined type `std_util:univ'/0
|
|
missing_interface_import.m:009: (the module `std_util' has not been imported).
|
|
missing_interface_import.m:010: In definition of predicate `missing_interface_import:q'/1:
|
|
missing_interface_import.m:010: error: undefined type `list'/1.
|
|
`Mercury/ints/missing_interface_import.int' not written.
|
|
For more information, try recompiling with `-E'.
|