TensorWrench/protoc-gen-erlang

Record dependencies do not compile correctly

Opened this issue · 0 comments

If you have nested protobuff messages in your proto file, this will create nested records in an erlang header file.

Unfortunately, the header file will not compile if records that have nested records come before the dependent records.

I have gotten around this by writing a script to reorder the header file. However, it would make more sense to have this taken into consideration in the original output.