-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cleanup IM #12716
Merged
yunhanw-google
merged 3 commits into
project-chip:master
from
yunhanw-google:feature/remove_command_cpp
Dec 8, 2021
Merged
Cleanup IM #12716
yunhanw-google
merged 3 commits into
project-chip:master
from
yunhanw-google:feature/remove_command_cpp
Dec 8, 2021
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
66f77a9
to
fb9c554
Compare
PR #12716: Size comparison from b9d8ef1 to fb9c554 Increases (23 builds for efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
Decreases (31 builds for efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
Full report (38 builds for efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
|
yufengwangca
approved these changes
Dec 8, 2021
jmartinez-silabs
approved these changes
Dec 8, 2021
fb9c554
to
a1b7cd5
Compare
PR #12716: Size comparison from b1d7073 to a1b7cd5 Increases (2 builds for qpg, telink)
Decreases (3 builds for qpg, telink)
Full report (4 builds for qpg, telink)
|
aaa3168
to
ecb9b4d
Compare
Closed
PR #12716: Size comparison from e4f3246 to ecb9b4d Increases (1 build for telink)
Decreases (8 builds for k32w, linux, qpg, telink)
Full report (9 builds for k32w, linux, qpg, telink)
|
ecb9b4d
to
aa82cf4
Compare
PR #12716: Size comparison from e4f3246 to aa82cf4 Increases (12 builds for esp32, mbed, nrfconnect, p6, telink)
Decreases (26 builds for efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
Full report (32 builds for efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
|
chrisdecenzo
approved these changes
Dec 8, 2021
bzbarsky-apple
added a commit
to bzbarsky-apple/connectedhomeip
that referenced
this pull request
Dec 10, 2021
project-chip#12716 copies some bits without modifying them, but they don't make sense in the new places. Some of the code can go, and the comments need adjusting.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Problem
-- All core logic for Command class have been relocated toward CommandSender and CommandHandler in previous several PRs, the rest of logic is very minimal, now this PR would relocate the rest of Command logic to CommandSender and CommandHandler and remove Command class, and update the codegen as well
-- Deleting the ctor that takes non-const ref as arg in IM Builder
Change overview
See above
Testing
The existing test cover