revise error handling, also some control flow adjustments#7
revise error handling, also some control flow adjustments#7yomimono merged 1 commit intomirage:masterfrom
Conversation
|
@hannesm This doesn't build for me with |
|
@mato this branch is supposed to work with my network-error branch of mirage-dev (https://github.com/hannesm/mirage-dev/tree/network-error) (see also mirage/mirage#615). The goal was a) centralise error definition and pretty printer b) use result instead of polymorphic variants, and only c) see what else we can unify. The pretty printer and Network implementation are provided by mirage-types (and mirage-types.lwt for lwt stuff). I'd first wait for more comments on mirage/mirage-dev#166 before merging |
|
and there is no implementation of |
|
@mato any objections to merging this? |
|
@mato I'm merging them now, any other objections? |
|
@yomimono Nope, LGTM. |
|
Thanks @mato! |
see mirage/mirage-dev#166