Mercury Bugs - mercury | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0000536 | mercury | Bug | public | 2021-06-07 14:25 | 2021-06-25 16:06 |
Reporter | wangp | ||||
---|---|---|---|---|---|
Assigned To | |||||
Priority | normal | Severity | minor | Reproducibility | always |
Status | new | Resolution | open | ||
Platform | OS | OS Version | |||
Product Version | |||||
Target Version | Fixed in Version | ||||
Summary | 0000536: --track-flags unreliable when invoked quickly | ||||
Description | mmc --make fails to rebuild modules when invoked multiple times quickly with different flags, despite using --track-flags. Presumably this has something to do with the poor resolution of timestamps returned by io.file_modification_time, so is a specific case of a more general problem with mmc --make. Script ======= #!/bin/sh set -x rm -rf ./Mercury mmc -m e --track-flags -s hlc.gc #sleep 1 mmc -m e --track-flags -s hlc.gc -O3 #sleep 1 mmc -m e --track-flags -s hlc.gc -O4 Output ======== + rm -rf ./Mercury + mmc -m e --track-flags -s hlc.gc Making Mercury/int3s/e.int3 Making Mercury/ints/e.int Making Mercury/cs/e.c Making Mercury/os/e.o Making e + mmc -m e --track-flags -s hlc.gc -O3 ** Nothing to be done for `e'. + mmc -m e --track-flags -s hlc.gc -O4 ** Nothing to be done for `e'. | ||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
Issue History | |||||
Date Modified | Username | Field | Change | ||
---|---|---|---|---|---|
2021-06-07 14:25 | wangp | New Issue | |||
2021-06-25 15:22 | juliensf | Note Added: 0001148 | |||
2021-06-25 16:06 | zs | Note Added: 0001149 |