-
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] Fix wildcard path support per spec #11115
[im] Fix wildcard path support per spec #11115
Conversation
We did not make uses of list index in ClusterInfo now.connectedhomeip/src/app/ClusterInfo.h Lines 66 to 75 in a008736
This comment was generated by todo based on a
|
Supports wildcard paths hereconnectedhomeip/src/app/ReadHandler.cpp Lines 336 to 344 in a008736
This comment was generated by todo based on a
|
PR #11115: Size comparison from 12ec702 to b9c232b Decreases (29 builds for efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
Full report (37 builds for efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
|
b9c232b
to
bd5330b
Compare
PR #11115: Size comparison from c9db3dc to bd5330b Decreases (22 builds for efr32, esp32, k32w, mbed, nrfconnect, p6, qpg, telink)
Full report (29 builds for efr32, esp32, k32w, mbed, nrfconnect, p6, qpg, telink)
|
e8d6592
to
096a9c2
Compare
MEIs (ClusterId and AttributeId) have a invalid pattern instead of a single invalid value, need to add separateconnectedhomeip/src/app/ReadHandler.cpp Lines 339 to 349 in 096a9c2
This comment was generated by todo based on a
|
PR #11115: Size comparison from d920345 to 096a9c2 Decreases (2 builds for p6, telink)
Full report (2 builds for p6, telink)
|
096a9c2
to
9072d37
Compare
PR #11115: Size comparison from d5810e5 to 9072d37 Increases (3 builds for mbed)
Decreases (27 builds for efr32, esp32, k32w, linux, nrfconnect, p6, qpg, telink)
Full report (38 builds for efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
|
9072d37
to
3bd70d1
Compare
PR #11115: Size comparison from ee7682d to 3bd70d1 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)
|
3bd70d1
to
485ad7a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
PR #11115: Size comparison from ee7682d to 7434468 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)
|
fast track: PR opened for 1 week, developed by a domain owner and reviewed&approved by another domain owner |
* [im] Fix wildcard path support per spec * Fix * Move kInvalid* to private
Problem
Change overview
Testing
Updtaes existing test, the logic is covered by existing
src/app/tests/TestClusterInfo.cpp