Skip to content

Commit

Permalink
code health: decode schema with msgpack
Browse files Browse the repository at this point in the history
When we decode the schema with msgpack it allows us to handle errors
better. For example, incorrect type conversion leads to a runtime
error. Now it will be an usual error that we can handle by our code.

Also it will help in migration to msgpack.v5, because an interface
decoding rules by default have changed in msgpack.v5.

Part of #124

Co-authored-by: Oleg Utkin <[email protected]>
  • Loading branch information
oleg-jukovec and oleggator committed Aug 4, 2022
1 parent 253c1da commit ec1d3d5
Showing 1 changed file with 280 additions and 108 deletions.
Loading

0 comments on commit ec1d3d5

Please sign in to comment.