Takatoshi Kondo
Takatoshi Kondo
@zhongxiaoma , it doesn't seems to be a msgpack-c problem, even if you can clone other repositories successfully. I guess that it is network setting problem. If you can connect...
Could you update your code using https://guides.github.com/features/mastering-markdown/ ? It's very difficult to read.
MessagePack format is defined as follows: https://github.com/msgpack/msgpack/blob/master/spec.md It seems that your `buf:` is not correct. `obj:` indicates that the data is MAP format family. https://github.com/msgpack/msgpack/blob/master/spec.md#map-format-family However, `buf:` starts with `00`....
Now msgpack-c is using cmake. autotools has already been unsupported. Please test with cmake.
Hi @HalosGhost, thank you for sending the PR. It seems that the code is for C11. Could you tell me you have any plan to support C99 or older one?
> Would it be a requirement for merge to have C99- support? No. I just wanted to know your plan. Please proceed the step. I think that it is better...
I don't know much about C11. msgpack-c uses google test. Unfortunately, it seems not to be supported C11. I think that a C11 testing framework is required. I searched "C11...
It looks good to me. `Check`'s license is LGPL. The files for tests contains `Check`'s header file, but it is not a part of the distribution package similar to the...
> Does msgpack-c use structure? Yes. > Is any chance that msgpack pack data could cause alignment issues? msgpack-c cares about alignment. So alignment failure shouldn't be happened. Here are...
As @sztomi mentioned at the original question, `type` member variable is the way to get type. See https://github.com/msgpack/msgpack-c/wiki/v2_0_cpp_object