-
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
Address Darwin API review comments on MTRThreadOperationalDataset. #23392
Address Darwin API review comments on MTRThreadOperationalDataset. #23392
Conversation
* Improve documentation * Actually use our size constants in the error-checks we do. * Make the properties non-nullable, since we always have them after successful init. This is a re-landing of PR project-chip#22562 but modified to preserve old APIs.
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.
Don’t we have to deprecate the existing items? Example: MTRSizeThreadExtendedPanId
Yes, that's why it has the |
PR #23392: Size comparison from b774226 to 5351c7f Increases (3 builds for cc13x2_26x2, esp32, nrfconnect)
Decreases (10 builds for bl602, bl702, cc13x2_26x2, psoc6, telink)
Full report (38 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
Ah, I see. The issue was the incorrect change from |
PR #23392: Size comparison from b774226 to 8d3efe0 Increases (4 builds for cc13x2_26x2, esp32, nrfconnect)
Decreases (5 builds for bl602, bl702, cc13x2_26x2, telink)
Full report (38 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
…roject-chip#23392) * Address Darwin API review comments on MTRThreadOperationalDataset. * Improve documentation * Actually use our size constants in the error-checks we do. * Make the properties non-nullable, since we always have them after successful init. This is a re-landing of PR project-chip#22562 but modified to preserve old APIs. * Address review comment.
…roject-chip#23392) * Address Darwin API review comments on MTRThreadOperationalDataset. * Improve documentation * Actually use our size constants in the error-checks we do. * Make the properties non-nullable, since we always have them after successful init. This is a re-landing of PR project-chip#22562 but modified to preserve old APIs. * Address review comment.
This is a re-landing of PR #22562 but modified to preserve old APIs.