rrun icon indicating copy to clipboard operation
rrun copied to clipboard

get rid of unwrap()

Open buster opened this issue 10 years ago • 0 comments

The source code is making use of far too many unwrap() calls. We should handle all return values explicitely and fail with a good and explanatory message if some call doesn't return Ok() (unwrap() just panics with some message that doesn't help at all).

buster avatar Jan 09 '16 14:01 buster