calio / lua-capnproto

Lua-capnp is a pure lua implementation of capnproto based on luajit.
BSD 2-Clause "Simplified" License
70 stars 24 forks source link

Implement double far pointer support. #8

Open quark-tekliner opened 9 years ago

quark-tekliner commented 9 years ago

Probably i should add some tests for far pointers. I test it for my own serialized data obtained from native c++ app and i dunno proper way to implement the tests, maybe i should put binary blob with serialized data and use it in tests.

calio commented 9 years ago

Could you also add a few tests for this?