sematic icon indicating copy to clipboard operation
sematic copied to clipboard

Support dataclasses with frozen=True

Open augray opened this issue 2 years ago • 0 comments

Currently there is logic that attempts to cast dataclass values by progressively setting the field values. This casting logic runs even when none of the field values would actually be changed. For dataclasses with frozen=True set, this fails. We should fix this.

augray avatar Aug 30 '22 17:08 augray