Mercury Bugs - mercury | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0000190 | mercury | Bug | public | 2011-03-17 12:40 | 2011-03-18 15:09 |
| Reporter | colanderman | ||||
|---|---|---|---|---|---|
| Assigned To | juliensf | ||||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Platform | OS | OS Version | |||
| Product Version | |||||
| Target Version | Fixed in Version | ||||
| Summary | 0000190: solver type constraint_store declaration has trouble unifying imported types | ||||
| Description | If a solver type constraint_store declares a mutable of an imported type (say list), it fails trying to unify the unqualified type name with the qualified version (e.g. list(int) with list.list(int)). | ||||
| Additional Information | A workaround is to prefix the type name in the mutable declaration. The bug does not occur in normal mutable declarations. | ||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | https://bugs.mercurylang.org/file_download.php?file_id=115&type=bug | ||||
| Notes | |||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
|---|---|---|---|---|---|
| 2011-03-17 12:40 | colanderman | New Issue | |||
| 2011-03-17 12:40 | colanderman | File Added: mutable_bug.m | |||
| 2011-03-17 14:24 | juliensf | Status | new => assigned | ||
| 2011-03-17 14:24 | juliensf | Assigned To | => juliensf | ||
| 2011-03-17 14:25 | juliensf | Note Added: 0000317 | |||
| 2011-03-17 14:57 | colanderman | Note Added: 0000318 | |||
| 2011-03-17 16:39 | juliensf | Note Added: 0000319 | |||
| 2011-03-18 15:09 | juliensf | Note Added: 0000320 | |||
| 2011-03-18 15:09 | juliensf | Status | assigned => resolved | ||
| 2011-03-18 15:09 | juliensf | Resolution | open => fixed | ||