mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-17 10:23:46 +00:00
doc/user_guide.texi:
extras/trailed_update/samples/Mmakefile:
extras/trailed_update/tests/Mmakefile:
samples/solver_types/Mercury.options:
scripts/init_grade_options.sh-subr:
As above.
RELEASE_NOTES_NEXT:
Delete item concerning the above.
10 lines
529 B
Plaintext
10 lines
529 B
Plaintext
In the release notes for the next release, mention that pragmas that
|
|
specify a predicate or a function now need a pred() or func() wrapper,
|
|
and that pragmas without such wrappers now get a warning, which can be
|
|
shut up (in that release) with --no-warn-potentially-ambiguous-pragma.
|
|
After the release, upgrade the warning to an error. In the release
|
|
after that, remove the option, and always generate an error.
|
|
|
|
Carve several submodules off io.m, as discussed on m-dev on 2021 Aug 23-34
|
|
in a thread about get_environment_var_map.
|