The GitHub Actions job "CI" on tvm-ffi.git/main has failed.
Run started by GitHub user Dayuxiaoshui (triggered by Dayuxiaoshui).

Head commit for run:
87ba1ef3f84d195d05a51ab1d4f4b370241edbce / Dayuxiaoshui <[email protected]>
feat: Add comparison methods to c_class decorator

- Add eq parameter (default True) to generate __eq__ and __ne__ methods
- Add order parameter (default False) to generate __lt__, __le__, __gt__, 
__ge__ methods
- Add compare parameter to field() function to control field inclusion in 
comparisons
- Implement method_eq, method_ne, and method_order functions in _utils.py
- Add tests for comparison functionality

The comparison methods use lexicographic comparison of fields marked with 
compare=True.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to