mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-18 02:43:40 +00:00
Trail segments have been the default in trailing grades since Mercury 20.06.
Delete the trseg grade components and --trail-segment option since apart from
acting as synonyms for the tr component and --use-trail option repsectively,
they no longer do anything.
compiler/compute_grade.m:
compiler/handle_options.m:
compiler/options.m:
doc/user_guide.texi:
grade_lib/grade_vars.m:
scripts/parse_grade_option.sh-subr:
grade_lib/grade_string.m:
grade_lib/grade_vars.m:
Delete the trseg grade component and --trail-segments option.
compiler/add_pragma.m:
Update the wording of an error message.
NEWS:
Announce the above.
extras/trail/Mercury.options:
extras/trailed_update/Mmakefile:
extras/references/Mercury.options:
tests/invalid/test_feature_set.err_exp:
Conform to the above changes
11 lines
617 B
Plaintext
11 lines
617 B
Plaintext
test_feature_set.m:013: Error: this module must be compiled in a grade that
|
|
test_feature_set.m:013: supports memoisation.
|
|
test_feature_set.m:013: Error: this module must be compiled in a grade that
|
|
test_feature_set.m:013: supports trailing.
|
|
test_feature_set.m:013: Grades that support trailing contain the grade
|
|
test_feature_set.m:013: modifier `tr'.
|
|
test_feature_set.m:013: Error: this module must be compiled in a grade that
|
|
test_feature_set.m:013: uses single precision floats.
|
|
test_feature_set.m:013: Grades that use single precision floats contain the
|
|
test_feature_set.m:013: grade modifier `spf'.
|