Mercury Bugs - mercury | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0000546 | mercury | Feature Request | public | 2022-02-07 14:34 | 2022-02-07 16:56 |
Reporter | wangp | ||||
---|---|---|---|---|---|
Assigned To | |||||
Priority | normal | Severity | minor | Reproducibility | N/A |
Status | new | Resolution | open | ||
Platform | OS | OS Version | |||
Product Version | |||||
Target Version | Fixed in Version | ||||
Summary | 0000546: make io.system_error public | ||||
Description | As discussed on mercury-users (05 Feb 2022) we should give access to the system error code from an io.error value. Something like this: % implementation :- type io.error ---> io_error(system_error, string). :- func make_io_error(system_error, string) = io.error. :- pred get_system_error(io.error::in, system_error::out) is semidet. (Assign yourself if you want to work on it.) | ||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files |
Notes | |||||
|
|||||
|
|
Issue History | |||||
Date Modified | Username | Field | Change | ||
---|---|---|---|---|---|
2022-02-07 14:34 | wangp | New Issue | |||
2022-02-07 16:56 | juliensf | Note Added: 0001170 |