fix(grpc-transcode): filter out illegal INT(string) formats#11367
Conversation
|
Hi @yzeng25 , |
Let's seek help from others who are more familiar with CIs. @pottekkat @shreemaan-abhishek @nic-6443 |
|
| --pb.option "int64_as_string" | ||
| --pb.option "int64_as_hexstring" | ||
| pb_encode("IntStringPatterns", supported) | ||
| local status, err = pcall(pb_encode, "IntStringPatterns", unsupported) |
There was a problem hiding this comment.
I think it would be better to avoid using repeated and check all supported/unsupported types in a loop.
There was a problem hiding this comment.
@shreemaan-abhishek test case updated, pls. re-check.
There was a problem hiding this comment.
thank you, I will check this PR after the CI completes run.
|
Hi Pals, Ping @yzeng25 :D |






Description
Need to sync. lua-protobuf lib. updated by this PR(starwing/lua-protobuf#269).
Fixes #11355
Checklist