Sébastien Métrot

Results 2 issues of Sébastien Métrot

Add very naïve support for encoding objects that inherits from an already Codable class when both contain custom CodingKeys. (see my issue: https://github.com/Flight-School/MessagePack/issues/19 ) Tested on my own (private) code...

Hi! I have a bit of inheritance in my codable objects and MessagePack crashes when encoding one of these. I could simplify the code to reproduce the crash to this:...