-
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
Post merge cleanup 36229 ember buffer encode #36266
Post merge cleanup 36229 ember buffer encode #36266
Conversation
Review changes with SemanticDiff. |
PR #36266: Size comparison from 2142870 to 469c65a Full report (7 builds for cc13x4_26x4, cc32xx, stm32)
|
PR #36266: Size comparison from 2142870 to ed35ddd Full report (14 builds for cc13x4_26x4, cc32xx, nrfconnect, qpg, stm32, tizen)
|
PR #36266: Size comparison from 2142870 to 7ac4e4f Full report (11 builds for cc13x4_26x4, cc32xx, qpg, stm32, tizen)
|
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.
#36229 (comment) does not seem to be addressed.
src/app/codegen-data-model-provider/EmberAttributeDataBuffer.cpp
Outdated
Show resolved
Hide resolved
src/app/codegen-data-model-provider/EmberAttributeDataBuffer.cpp
Outdated
Show resolved
Hide resolved
src/app/codegen-data-model-provider/EmberAttributeDataBuffer.cpp
Outdated
Show resolved
Hide resolved
src/app/codegen-data-model-provider/EmberAttributeDataBuffer.cpp
Outdated
Show resolved
Hide resolved
Co-authored-by: Boris Zbarsky <[email protected]>
Co-authored-by: Boris Zbarsky <[email protected]>
Done. Did not see header comments. The comment was a copy and paste and it turned out handling both signed and unsigned into a single method was smaller code. |
PR #36266: Size comparison from 928efd7 to 3d364fa Full report (10 builds for cc32xx, nrfconnect, qpg, stm32, tizen)
|
PR #36266: Size comparison from 928efd7 to 5a2681f Full report (11 builds for cc13x4_26x4, cc32xx, qpg, stm32, tizen)
|
PR #36266: Size comparison from 928efd7 to 8276b4d Full report (68 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
* Use chip::app::IsSignedAttributeType * Fix up put as well as naming for null value and comment * Fix up nullable tests * Test that you cannot decode a null value for non-nullable double and single * Allow NAN for non-nullable floating points * Add test case for non nullable bool * Restyle * Add a header for efr32 * Update src/app/codegen-data-model-provider/EmberAttributeDataBuffer.cpp Co-authored-by: Boris Zbarsky <[email protected]> * Update src/app/codegen-data-model-provider/EmberAttributeDataBuffer.cpp Co-authored-by: Boris Zbarsky <[email protected]> * Remove extra comment * Replace switch with if * Comment fix * Another try to make efr32 build of tests happy * Move includes around, to try to work around issues within efr32 compiles... * more updates, this time local efr32 compiles --------- Co-authored-by: Boris Zbarsky <[email protected]>
Fixes post review comments from @bzbarsky-apple on #36229