-
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
Fix type of endpoint id list in EndpointListStruct. #12065
Merged
bzbarsky-apple
merged 1 commit into
project-chip:master
from
bzbarsky-apple:fix-type-of-endpoint-list
Nov 23, 2021
Merged
Fix type of endpoint id list in EndpointListStruct. #12065
bzbarsky-apple
merged 1 commit into
project-chip:master
from
bzbarsky-apple:fix-type-of-endpoint-list
Nov 23, 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
PR #12065: Size comparison from 5f847e0 to 988d392 Increases (1 build for linux)
Decreases (4 builds for esp32, linux, mbed)
Full report (38 builds for efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
|
988d392
to
ace59df
Compare
PR #12065: Size comparison from 6cb75f4 to ace59df Increases (1 build for linux)
Decreases (4 builds for esp32, linux, mbed)
Full report (38 builds for efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
|
mrjerryjohns
approved these changes
Nov 20, 2021
Damian-Nordic
approved these changes
Nov 22, 2021
jmartinez-silabs
approved these changes
Nov 22, 2021
ace59df
to
90622e0
Compare
msandstedt
approved these changes
Nov 22, 2021
At this point all our codegen at least does not blow up on this. Fixes project-chip#11123
90622e0
to
2f60e14
Compare
PR #12065: Size comparison from 2e16d32 to 2f60e14 Increases (1 build for linux)
Decreases (3 builds for esp32, mbed)
Full report (38 builds for efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
|
bzbarsky-apple
added a commit
to bzbarsky-apple/connectedhomeip
that referenced
this pull request
May 19, 2022
The change the comment wants happened in project-chip#12065 Fixes project-chip#14074
andy31415
pushed a commit
that referenced
this pull request
May 19, 2022
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.
At this point all our codegen at least does not blow up on this.
Fixes #11123
Problem
See #11123.
Change overview
Fix the XML to match the spec, since we now can.
Testing
Should presumably pass tests. Needs new YAML tests to exercise this.