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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: