abacus-develop icon indicating copy to clipboard operation
abacus-develop copied to clipboard

The `CMakeLists.txt` for `module_device` has been commented out.

Open A-006 opened this issue 1 year ago • 0 comments

Describe the Code Quality Issue

The CMakeLists.txt for module_device in module_base is now commented out. It is written in the CMakeLists.txt in source, so there should be a module_device under the source folder, right? 图片 The CMakeLists.txt in module_device is commented out, so it does not actually generate a linked library. 图片 The actual location of the device library.

Task list for Issue attackers (only for developers)

  • [X] Identify the specific code file or section with the code quality issue.
  • [ ] Investigate the issue and determine the root cause.
  • [ ] Research best practices and potential solutions for the identified issue.
  • [X] Refactor the code to improve code quality, following the suggested solution.
  • [X] Ensure the refactored code adheres to the project's coding standards.
  • [X] Test the refactored code to ensure it functions as expected.
  • [ ] Update any relevant documentation, if necessary.
  • [ ] Submit a pull request with the refactored code and a description of the changes made.

A-006 avatar Sep 17 '24 03:09 A-006