Mercury Bugs - mercury | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0000143 | mercury | Bug | public | 2010-04-09 17:29 | 2010-05-20 19:02 |
Reporter | rafe | ||||
---|---|---|---|---|---|
Assigned To | juliensf | ||||
Priority | normal | Severity | feature | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | OS | OS Version | |||
Product Version | |||||
Target Version | Fixed in Version | ||||
Summary | 0000143: ':- initialise' directives not being respected. | ||||
Description | Compile the attached foo.m file and run it. It should output map([(1 -> BAZ), (2 -> BAR), (3 -> BAZ)]) but unless the call to init_foo/2 in main/2 is uncommented out you get this: map([(1 -> baz), (2 -> bar), (3 -> baz)]) The ':- initialise init_foo/2.' directive is not being respected. This is a problem since I was hoping to use this functionality to debug the IC solver. | ||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | foo.m (984) 2010-04-09 17:29 https://bugs.mercurylang.org/file_download.php?file_id=100&type=bug |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
Issue History | |||||
Date Modified | Username | Field | Change | ||
---|---|---|---|---|---|
2010-04-09 17:29 | New Issue | ||||
2010-04-09 17:29 | File Added: foo.m | ||||
2010-04-09 17:53 | juliensf | Note Added: 0000262 | |||
2010-04-09 17:53 | juliensf | Status | new => feedback | ||
2010-05-20 19:02 | juliensf | Note Added: 0000264 | |||
2010-05-20 19:02 | juliensf | Status | feedback => resolved | ||
2010-05-20 19:02 | juliensf | Resolution | open => fixed | ||
2010-05-20 19:02 | juliensf | Assigned To | => juliensf |