You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the generated files don't include other generated files when a .proto file imports another file. This causes compilation errors due to missing symbols.
The file generation should be changed such that the corresponding .pb-lua.h files are #include'd when a file is imported in the protocol buffer descriptor file.
The text was updated successfully, but these errors were encountered:
Currently, the generated files don't include other generated files when a .proto file imports another file. This causes compilation errors due to missing symbols.
The file generation should be changed such that the corresponding .pb-lua.h files are #include'd when a file is imported in the protocol buffer descriptor file.
The text was updated successfully, but these errors were encountered: