Dayuxiaoshui opened a new pull request, #421: URL: https://github.com/apache/tvm-ffi/pull/421
- 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. -- 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]
