HeliumProject / Engine

C++ Game Engine (Under Construction!)
http://heliumproject.org/
Other
441 stars 70 forks source link

Write Unit Tests for Foundation/MessagePack #59

Closed gorlak closed 10 years ago

gorlak commented 10 years ago

It has bugs that are too hard to tease out in the wild (using msgpack in the cache files), so write some tests and get MessagePack done.

gorlak commented 10 years ago

I am probably just going to bite the bullet and switch to the canonical msgpack implementation. I had been holding off because it relies on pre-compile setup (autoconf or some such), but bson and mongo are moving that way as well so lets just keep with canonical.