-
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
Post merge review updates for CommandHandler updates #33658
Merged
andy31415
merged 20 commits into
project-chip:master
from
andy31415:post_merge_reivew_command_handler
May 29, 2024
Merged
Post merge review updates for CommandHandler updates #33658
andy31415
merged 20 commits into
project-chip:master
from
andy31415:post_merge_reivew_command_handler
May 29, 2024
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
…e, maybe we end up re-using it
pullapprove
bot
requested review from
andyg-apple,
anush-apple,
arkq,
bauerschwan,
bzbarsky-apple,
carol-apple,
cecille,
chrisdecenzo,
chshu,
chulspro,
cliffamzn,
Damian-Nordic,
dhrishi,
fessehaeve,
harimau-qirex,
harsha-rajendran,
hawk248,
hicklin,
jepenven-silabs and
jmartinez-silabs
May 29, 2024 12:14
PR #33658: Size comparison from fc3591d to 0cb9aba Increases (2 builds for nrfconnect)
Decreases (2 builds for cc32xx)
Full report (9 builds for cc32xx, mbed, nrfconnect, qpg, stm32)
|
tehampson
approved these changes
May 29, 2024
tehampson
reviewed
May 29, 2024
PR #33658: Size comparison from fc3591d to 642f666 Increases (17 builds for cc13x4_26x4, cyw30739, linux, nrfconnect, nxp, psoc6)
Decreases (12 builds for bl602, bl702, bl702l, cc32xx)
Full report (47 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32)
|
PR #33658: Size comparison from 6d51857 to 2ac70c0 Increases (31 builds for cc13x4_26x4, cyw30739, esp32, nrfconnect, nxp, telink)
Decreases (13 builds for bl602, bl702, bl702l, cc32xx, efr32)
Full report (82 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, telink)
|
tcarmelveilleux
approved these changes
May 29, 2024
PR #33658: Size comparison from 6d51857 to cb51aa5 Increases (42 builds for cc13x4_26x4, cyw30739, esp32, linux, nrfconnect, nxp, telink)
Decreases (28 builds for bl602, bl702, bl702l, cc32xx, efr32, linux, psoc6)
Full report (82 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, telink)
|
PR #33658: Size comparison from 6d51857 to db0d74c Increases (42 builds for cc13x4_26x4, cyw30739, esp32, linux, nrfconnect, nxp, telink)
Decreases (28 builds for bl602, bl702, bl702l, cc32xx, efr32, linux, psoc6)
Full report (82 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, telink)
|
bzbarsky-apple
approved these changes
May 29, 2024
kiel-apple
pushed a commit
to kiel-apple/connectedhomeip
that referenced
this pull request
Jun 3, 2024
) * Several updates: comments and remove inline * Restyle * Move TryAddResponseData into the cpp instead of the header * Add override, virtual was a copy and paste * Name argument * Argument renaming and comment update * Move EncoderToTLV into DataModel as it looks like a more generic place, maybe we end up re-using it * Restyle * Update copyright year * Renames based on review comments * More renames of args * Fix compile * Slight comment update * More comment update after self-review * More comment update after self-review * Some renaming * Restyle * One more rename: EncodableType * EncodeTo should be const
austina-csa
pushed a commit
to austina-csa/connectedhomeip
that referenced
this pull request
Jun 5, 2024
) * Several updates: comments and remove inline * Restyle * Move TryAddResponseData into the cpp instead of the header * Add override, virtual was a copy and paste * Name argument * Argument renaming and comment update * Move EncoderToTLV into DataModel as it looks like a more generic place, maybe we end up re-using it * Restyle * Update copyright year * Renames based on review comments * More renames of args * Fix compile * Slight comment update * More comment update after self-review * More comment update after self-review * Some renaming * Restyle * One more rename: EncodableType * EncodeTo should be const
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.
This addresses post-merge review comments in #33620.
Changes
TryAddResponseData
into cpp file instead of hDataModel
(path and namespace) and renameDataModelEncoderToTLV
toEncodableType
(so that DataModel:: does not stutter)inline
hint for CommandHandlerViaEncoder
suffix to methods as method arguments are different