-
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
[IM] AttributePathExpandIterator for iterating over list of ClusterInfo-s with wildcard #11303
Conversation
0838d7b
to
5c1103c
Compare
PR #11303: Size comparison from ee7682d to 5c1103c Increases (3 builds for mbed)
Decreases (28 builds for efr32, esp32, k32w, linux, nrfconnect, p6, qpg, telink)
Full report (38 builds for efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
|
5c1103c
to
f72a610
Compare
Here we use forward declaration for these symbols used, there should be some reorganize for code in app/util so they can beconnectedhomeip/src/app/AttributePathExpandIterator.cpp Lines 40 to 50 in f72a610
This comment was generated by todo based on a
|
PR #11303: Size comparison from 372dc6a to 85b1830 Full report (9 builds for k32w, p6, qpg, telink)
|
85b1830
to
d25f053
Compare
Need to make it so that declarations of things that don't depend on generated files are not intermixed in af.h withconnectedhomeip/src/app/AttributePathExpandIterator.cpp Lines 34 to 44 in d25f053
This comment was generated by todo based on a
|
PR #11303: Size comparison from 372dc6a to d25f053 Full report (21 builds for efr32, k32w, linux, p6, qpg, telink)
|
d25f053
to
f71a794
Compare
Need to make it so that declarations of things that don't depend on generated files are not intermixed in af.h withconnectedhomeip/src/app/AttributePathExpandIterator.cpp Lines 34 to 44 in f71a794
This comment was generated by todo based on a
|
PR #11303: Size comparison from 372dc6a to f71a794 Full report (38 builds for efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
|
Need to make it so that declarations of things that don't depend on generated files are not intermixed in af.h withconnectedhomeip/src/app/AttributePathExpandIterator.cpp Lines 34 to 44 in c2d1952
This comment was generated by todo based on a
|
@mrjerryjohns @Damian-Nordic @msandstedt PTAL, thanks |
/rebase |
c2d1952
to
5fedfa7
Compare
Need to make it so that declarations of things that don't depend on generated files are not intermixed in af.h withconnectedhomeip/src/app/AttributePathExpandIterator.cpp Lines 34 to 44 in 5fedfa7
This comment was generated by todo based on a
|
PR #11303: Size comparison from d45cfaa to 5fedfa7 Full report (38 builds for efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
|
Fast track: 10 day old PR, created and reviewed by domain owners. |
…fo-s with wildcard (project-chip#11303) * [IM] Implementing PathIterator for iterating attribute paths with wildcard fields * Address comments * Update Test case, remove TODO for group path * Fix * Update * Fix
Problem
Change overview
Testing