Xavier Wang

Results 130 comments of Xavier Wang

You say this? ```c if (!e->LS->encode_default_values && ignoredlen != 0 && ignorezero) e->b->size -= (unsigned)(ignoredlen + hlen); ``` The protobuf3 do not encode the zero-value (and has not default value,...

Thanks for report it! But It's difficult to correct this issue, for now these is just a work-around that just use two compiler instance to get parsed table and load....

Sorry for the missing of this feature, but it seems difficult for current implementation. Pull requests are welcome, and I will look into this to find out how to make...

IMHO it's not allowed by protobuf syntax: https://developers.google.com/protocol-buffers/docs/reference/proto3-spec#enum_definition so maybe you should change your schema file...

Okay, It seems protobuf3 language reference out of updated. I will add this feature in time.

landed on https://github.com/starwing/lua-protobuf/commit/a0ef7a33ac980f005e3e02e8fe5d99bb36dcdd5f

It may easy to add this function, but I wonder it's useful...

In this case, maybe users should be separated into different Lua state?

Okay, I will add plan to do this :-)