PureHDF icon indicating copy to clipboard operation
PureHDF copied to clipboard

Gracefully handle properties with no setters

Open Blackclaws opened this issue 1 year ago • 1 comments

My datatypes sometimes have properties that calculate based on other properties for convenience.

While this is no problem on the serialization side of things. Reading such a compound type throws an exception because no setter can be found for the property.

My expectation would be that the missing setter is gracefully ignored.

Blackclaws avatar Sep 20 '24 15:09 Blackclaws

Potentially related to https://github.com/Apollo3zehn/PureHDF/issues/117

Blackclaws avatar Sep 20 '24 15:09 Blackclaws