-
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
Switch to using DecodableList for list-typed attribute reads #10681
Merged
bzbarsky-apple
merged 7 commits into
project-chip:master
from
bzbarsky-apple:fix-attributes
Oct 20, 2021
Merged
Switch to using DecodableList for list-typed attribute reads #10681
bzbarsky-apple
merged 7 commits into
project-chip:master
from
bzbarsky-apple:fix-attributes
Oct 20, 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
pullapprove
bot
requested review from
andy31415,
anush-apple,
austinh0,
balducci-apple,
carol-apple,
chrisdecenzo,
chulspro,
Damian-Nordic,
emargolis,
erjiaqing,
franck-apple,
harimau-qirex,
hawk248,
holbrookt,
jelderton,
jepenven-silabs,
jmartinez-silabs,
kpschoedel,
LuDuda,
msandstedt,
pan-apple,
sagar-apple,
saurabhst,
shana-apple and
tcarmelveilleux
October 20, 2021 02:26
austinh0
approved these changes
Oct 20, 2021
PR #10681: Size comparison from 447cdd7 to a9dce16 8 builds (for k32w, p6, qpg, telink)
8 builds (for linux)
|
msandstedt
approved these changes
Oct 20, 2021
PR #10681: Size comparison from 447cdd7 to 1817486 20 builds (for efr32, k32w, linux, p6, qpg, telink)
2 builds (for mbed)
|
bzbarsky-apple
force-pushed
the
fix-attributes
branch
from
October 20, 2021 20:13
1817486
to
af655f9
Compare
Size increase report for "gn_qpg-example-build" from b06b55c
Full report output
|
PR #10681: Size comparison from b06b55c to af655f9 22 builds (for efr32, k32w, linux, mbed, p6, qpg, telink)
10 builds (for nrfconnect)
2 builds (for esp32)
|
jmartinez-silabs
approved these changes
Oct 20, 2021
Size increase report for "nrfconnect-example-build" from b06b55c
Full report output
|
woody-apple
approved these changes
Oct 20, 2021
bzbarsky-apple
added a commit
to bzbarsky-apple/connectedhomeip
that referenced
this pull request
Nov 4, 2021
This was missed in project-chip#10681
This was referenced Nov 12, 2021
Closed
Closed
PSONALl
pushed a commit
to PSONALl/connectedhomeip
that referenced
this pull request
Dec 3, 2021
This was missed in project-chip#10681
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
Attribute reads are using a non-spec data format.
Change overview
Testing
Verified that existing Darwin and yaml tests (which read attributes on TestCluster and Descriptor at the very least) pass in the new setup and fail if I just enable the per-spec encoding on the server without the corresponding client changes.