GobySoft/goby3

goby_logger does not always embed required extension messages

Closed this issue · 2 comments

If a message has an extension, the extension message isn't always embedded in the .goby file.

Also, extensions don't seem to be written by the --format=JSON at all.

.protos are now embedded (as of #253). Need to update DCCL to allow an option for it to search the user pool first for calls to DynamicProtobufManager::find_descriptor so that goby_log_tool can find messages with extensions in the user pool but exist in the generated pool (e.g. FrontseatData).

Fixed in DCCL4 / Goby 3.0.10