bors[bot] d23a3f3d1c
Merge #1401
1401: Make runtime and trap errors well defined r=syrusakbary a=MarkMcCaskey

Resolves #1328 

This PR goes through and gives explicit types for all the errors instead of using `Box<dyn Any + Send>` where possible.  This gives users better insight into what the specific errors are and should help with debugging in the case of mistakes in our code.

The remaining uses of `Box<dyn Any>` are due to the structure of our dependency graph -- this is probably solvable but it seems fine as is as all error types are now explicit and the remaining `Box<dyn Any>`s are either fully user controlled or not for end-user consumption.

# Review

- [x] Add a short description of the the change to the CHANGELOG.md file


Co-authored-by: Mark McCaskey <mark@wasmer.io>
2020-04-28 22:21:13 +00:00
..
2020-02-20 13:06:50 -08:00
2020-01-24 15:31:52 -08:00
2020-01-20 14:15:02 -08:00
2020-02-29 11:13:34 +08:00
2020-03-12 02:51:22 +08:00
2020-04-24 14:55:30 -07:00
2020-04-27 14:59:43 -07:00
2020-03-10 12:28:54 +08:00
2020-04-27 14:59:43 -07:00