lua-protobuf
lua-protobuf copied to clipboard
Add meta table operation support for repeated label.
Fix #197.
use it like this:
local array_mt = {}
pb.repeated_mt(array_mt)
Then we can decode messages with all empty table generated by repeated label use array_mt as meta table.
额……功能实现不着急啊……比如你现在的实现就漏了好几个地方,而且有些地方的接口是和空message共用的不能这么简单加。现在应该先讨论下接口到底怎么设计的问题。如果你只是自用,那么这样对你而言应该问题不大~
好的呢,老哥,我先自己这么用着,等你们修好了,我再merge一下你们更全面的版本好了
SonarCloud Quality Gate failed. 
0 Bugs
0 Vulnerabilities
0 Security Hotspots
6 Code Smells
No Coverage information
0.0% Duplication
Catch issues before they fail your Quality Gate with our IDE extension
SonarLint