The GitHub Actions job "CI" on tvm-ffi.git/2026-02-27/c-class-rewrite has 
failed.
Run started by GitHub user junrushao (triggered by junrushao).

Head commit for run:
a71231164b9079111c1328f1ac234a5f564eb75b / Junru Shao <[email protected]>
feat: reimplement c_class as register_object + structural dunders

Rewrite the `@c_class` decorator to combine `register_object` with
`_install_dataclass_dunders`, which installs structural `__init__`,
`__repr__`, `__eq__`/`__ne__`, `__hash__`, and ordering operators from
C++ reflection metadata.

Migrate all test objects from `@register_object` to `@c_class`.
Add test_dataclass_c_class.py and rename test_copy.py to
test_dataclass_copy.py with additional cycle/Shape coverage.

Co-Authored-By: Claude Opus 4.6 <[email protected]>

Report URL: https://github.com/apache/tvm-ffi/actions/runs/22526938281

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to