Mercury Bugs - mercury | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0000477 | mercury | Feature Request | public | 2019-04-17 16:51 | 2019-04-20 14:58 |
Reporter | juliensf | ||||
---|---|---|---|---|---|
Assigned To | zs | ||||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | resolved | Resolution | fixed | ||
Platform | OS | OS Version | |||
Product Version | |||||
Target Version | Fixed in Version | ||||
Summary | 0000477: Infinite recursion through exception handlers | ||||
Description | Code such as the following is may be worth a warning. :- pred reconstruct_route(logger::in, jscenario::in, jsolution::out) is cc_multi. reconstruct_route(Log, JScenario, JSolution) :- ( try [] reconstruct_route(Log, JScenario, JSolution0) then JSolution = JSolution0 catch_any Excp -> trace [io(!IO)] ( Msg = "Exception during route reconstruction: " ++ string(Excp), slf4j.error(Log, Msg, !IO) ), JSolution = null_jsolution ). | ||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | bug477.m (871) 2019-04-18 00:37 https://bugs.mercurylang.org/file_download.php?file_id=287&type=bug |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
Issue History | |||||
Date Modified | Username | Field | Change | ||
---|---|---|---|---|---|
2019-04-17 16:51 | juliensf | New Issue | |||
2019-04-17 22:28 | zs | Note Added: 0001023 | |||
2019-04-18 00:37 | juliensf | File Added: bug477.m | |||
2019-04-18 00:37 | juliensf | Note Added: 0001029 | |||
2019-04-20 08:57 | zs | Assigned To | => zs | ||
2019-04-20 08:57 | zs | Status | new => assigned | ||
2019-04-20 14:58 | zs | Status | assigned => resolved | ||
2019-04-20 14:58 | zs | Resolution | open => fixed | ||
2019-04-20 14:58 | zs | Note Added: 0001038 |