hazelcast / hazelcast/hazelcast-client-protocol
Support `Collection` types
Open
- Dominant language
- Jinja
- Stars
- 16
- Forks
- 79
- PR merge metrics
- No merged PRs in 30d
Description
`List_` types are explicitly supported in `util.py`, where:
- `type_contains_serialized_data` function returns whether the extracted type contains serialized data
- `item_type` function returns a transformed version of the extracted type
- `is_var_sized_list` function returns if it it's a list and not in `FixSizedListTypes`
`Collection` has no such support, and when a `Collection_Something` type is used, the following is logged:
```Binary compatibility tests cannot be generated. Error: 'NoneType' object is not callable```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.