mcollina/msgpack5

fix negative integer ranges

kyriosli opened this issue · 1 comments

I thought the number here should be -2147483648 which is the minimun value of int32.

Is this by the spec? Would you mind to send a PR with a unit test in case?