junrushao opened a new pull request, #507:
URL: https://github.com/apache/tvm-ffi/pull/507

   ## Summary
   
   - Add structural equality and hashing support to `py_class` and `field`, 
enabling `__eq__`/`__hash__` based on field-level `eq` and `hash` annotations 
with Cython-accelerated dispatch
   - Expand `py_class` test coverage with 349 tests ported from mlc-python 
covering field parsing, defaults, inheritance, JSON serialization, nested 
structures, and edge cases
   - Fix GitHub Actions permission failure in wheel builds by pinning 
`setup-uv` (v7.3.1) and `cibuildwheel` (v3.3.1) to Apache 
infrastructure-approved SHAs
   
   ## Test plan
   
   - [x] 349 Python tests pass (`test_dataclass_py_class.py`, 
`test_structural_py_class.py`)
   - [ ] CI wheel builds should now pass with approved action SHAs
   
   Refs: https://github.com/apache/tvm-ffi/actions/runs/23389552989


-- 
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]

Reply via email to