fetchai/agents-aea

Custom types are not accounted for when inside other types (e.g. `pt:union`)

Closed this issue · 3 comments

5A11 commented

Prerequisites

Expected Behavior

The generator must take into custom types as they appear inside other types (pt:union and pt:optional).

Current Behavior

When using pt:union[...] if there is a custom type (ct:...) inside, and the custom type does not appear in other speech-acts as a standalone type, the generator does not recognise it and gives an error on the (unrecognised) protobuf snippet.

To Reproduce

No response

Context

All

Failure Logs

No response

Does this issue relate to #2599 ?

5A11 commented

Does this issue relate to #2599 ?

No

5A11 commented

The fix for this bug is now in develop and will be included in the next release.