Rename closure-dimension cluster files for conversion to code driven#43573
Rename closure-dimension cluster files for conversion to code driven#43573pimpalemahesh wants to merge 3 commits intoproject-chip:masterfrom
Conversation
There was a problem hiding this comment.
Code Review
This pull request refactors the Closure Dimension cluster files to align with the code-driven cluster style. The changes primarily involve renaming files, moving code into new files, and updating the old headers to act as wrappers for backward compatibility. The build file modifications are consistent with these changes. The refactoring is well-executed, and the identified minor copy-paste error in a file-level comment should be corrected for clarity.
src/app/clusters/closure-dimension-server/ClosureDimensionClusterLogic.h
Show resolved
Hide resolved
|
PR #43573: Size comparison from fa956ce to 0dc7778 Full report (5 builds for cc32xx, realtek, stm32)
|
0dc7778 to
c44c2fc
Compare
|
PR #43573: Size comparison from fa956ce to c44c2fc Full report (34 builds for bl602, bl616, bl702, bl702l, cc13x4_26x4, cc32xx, efr32, esp32, nrfconnect, nxp, psoc6, qpg, realtek, stm32, telink)
|
andy31415
left a comment
There was a problem hiding this comment.
Ok in general. I wonder if the header should go to Cluster or CodegenIntegration (historically leaning towards CodegenIntegration)
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #43573 +/- ##
=======================================
Coverage 54.07% 54.07%
=======================================
Files 1548 1548
Lines 106709 106709
Branches 13308 13308
=======================================
Hits 57704 57704
Misses 49005 49005 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
@pimpalemahesh we have updated docs on renames: https://project-chip.github.io/connectedhomeip-doc/guides/migrating_ember_cluster_to_code_driven.html#part-0-optimizing-for-an-easier-review Provides more details on what to rename to what else. |
Changes
This MR renames the Closure Dimension cluster source files to follow the code driven cluster style.
Only file renames
Related issues
#43574
Testing
Successfully built closure-app locally.
CI should be enough as only file renames