starwing / lua-protobuf

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

Fix allow proto3 optional keyword in imported protos. #143

Closed cjtallman closed 3 years ago

cjtallman commented 3 years ago

When enabling the experimental proto3 optional keyword config, it was not being propagated through to imported proto files.

starwing commented 3 years ago

Thanks for the improvements!