starwing / lua-protobuf

A Lua module to work with Google protobuf
MIT License
1.73k stars 387 forks source link

[fix]Potential bugs in lua code. #165

Closed wzhengsen closed 2 years ago

starwing commented 2 years ago

So why remove the "no_label"? Label cannot occurs in the oneof block...

wzhengsen commented 2 years ago

"no_label" is not the real problem. I just found that the 'field' function only takes 3 arguments. image @starwing

starwing commented 2 years ago

Oh yes, you are right...