Open criccomini opened 1 year ago
This error is technically correct, but really annoying since to_recap often doesn't set an alias for a struct. I'd like PB's from_recap to work with Structs that have no aliases (maybe it picks up name or uses some default if alias is unset?).
to_recap
from_recap
name
Make sure to enable the test_cli.py and test_gateway.py integration tests for protobuf schemas once this is done.
This error is technically correct, but really annoying since
to_recap
often doesn't set an alias for a struct. I'd like PB'sfrom_recap
to work with Structs that have no aliases (maybe it picks upname
or uses some default if alias is unset?).