Skip to content

Conversation

bobzhang
Copy link
Contributor

@bobzhang bobzhang commented Sep 4, 2025

  • Removed deprecated operator implementations (op_add, op_sub, op_mul, op_div, op_mod, op_equal) in Byte, Int16, and UInt16 modules.
  • Updated equality checks in the Unit module to align with the new implementation style.
  • Ensured that the code adheres to the latest standards and improved readability.
  • Generated interface files have been updated accordingly.

…ules to remove deprecated implementations

- Removed deprecated operator implementations (op_add, op_sub, op_mul, op_div, op_mod, op_equal) in Byte, Int16, and UInt16 modules.
- Updated equality checks in the Unit module to align with the new implementation style.
- Ensured that the code adheres to the latest standards and improved readability.
- Generated interface files have been updated accordingly.
@coveralls
Copy link
Collaborator

Pull Request Test Coverage Report for Build 1049

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 1 unchanged line in 1 file lost coverage.
  • Overall coverage increased (+0.1%) to 89.528%

Files with Coverage Reduction New Missed Lines %
builtin/operators.mbt 1 50.0%
Totals Coverage Status
Change from base Build 1043: 0.1%
Covered Lines: 8806
Relevant Lines: 9836

💛 - Coveralls

@bobzhang
Copy link
Contributor Author

bobzhang commented Sep 5, 2025

cc @Guest0x0

@bobzhang bobzhang merged commit faf6d9b into main Sep 5, 2025
14 checks passed
@bobzhang bobzhang deleted the hongbo/remove_op_add branch September 5, 2025 00:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants