View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
---|---|---|---|---|---|---|---|---|---|
0000573 | mercury | Bug | public | 2024-02-22 15:16 | 2024-02-23 16:44 | ||||
Reporter | wangp | ||||||||
Assigned To | zs | ||||||||
Priority | normal | Severity | minor | Reproducibility | always | ||||
Status | resolved | Resolution | fixed | ||||||
Product Version | |||||||||
Target Version | Fixed in Version | ||||||||
Summary | 0000573: mmc --make regression remaking .opt files unnecessarily | ||||||||
Description | Commit 8b5cc5125 ("Use string builders for .*opt files.") introduces a regression where .opt files are remade unnecessarily. Using the samples/diff program for example: % mmc --intermod-opt -j32 -m diff [... trimmed output ...] Making diff % touch match.m % mmc --intermod-opt -m diff Making Mercury/int3s/match.int3 Making Mercury/ints/match.int Making Mercury/opts/match.opt ** Nothing to be done for `diff'. % mmc --intermod-opt -m diff Making Mercury/int3s/match.int3 Making Mercury/opts/match.opt ** Nothing to be done for `diff'. where every subsequent invocation of mmc --make will keep remaking match.opt. | ||||||||
Tags | No tags attached. | ||||||||
Attached Files |
|