junrushao opened a new pull request, #717: URL: https://github.com/apache/tvm-ffi/pull/717
## Summary - add `TypeAttrColumn::GetInherited` for nearest-ancestor behavioral dispatch - inherit structural equality, structural hash, and JSON serialization hooks in subclasses while allowing subclass overrides - validate that inherited JSON deserialization hooks return an object compatible with the serialized node type - document the inheritance behavior and add regression coverage ## Testing - editable package rebuild - `uv run pytest -vvs tests/python/test_dataclass_c_class.py tests/python/test_dataclass_enum.py tests/python/test_dataclass_py_class.py tests/python/test_serialization.py` (534 passed, 1 skipped) - changed-file pre-commit hooks -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
