Commit Graph

2 Commits

Author SHA1 Message Date
Julien Fischer
26ef7cdf15 Fix typo.
tests/valid_seq/xml_event_read.m:
    As above.
2023-01-07 16:48:40 +11:00
Zoltan Somogyi
d710c436f0 Fix quoting of attributes in type defns.
This fixes Mantis bug #545.

compiler/parse_tree_out.m:
    Put brackets around functor names in "where direct_arg is" attributes.

compiler/mercury_to_mercury.m:
    Provide a function for doing that.

tests/valid_seq/xml_event_read.m:
tests/valid_seq/xml_event_read_helper.m:
    A slightly modified version of the Mantis test case.

tests/valid_seq/Mmakefile:
tests/valid_seq/Mercury.options:
    Enable the new test case, and compile it with intermodule optimization
    to (try to) tickle the bug.
2022-02-09 19:46:05 +11:00