kizzx2 / sbe-python

Easy-to-use Python SBE decoder and encoder
https://pypi.org/project/sbe
MIT License
19 stars 15 forks source link

Attribute "description" ignored for many tags #11

Open harenbrs opened 2 years ago

harenbrs commented 2 years ago

I've noticed that after parsing a schema, the description field of instances of several classes remains None. I haven't exhaustively tested this, but at least for message and field tags the description attribute does not get propagated to the corresponding objects.

baryluk commented 1 year ago

description for messages should work. Schema, fields, types and elements of composite types probably not.