-
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
Rename several IM message with Message postfix #11289
Rename several IM message with Message postfix #11289
Conversation
fast track: rename only with approval from domain owner |
PR #11289: Size comparison from ed04737 to 3d86bbb Increases (6 builds for k32w, p6, qpg, telink)
Full report (8 builds for k32w, p6, qpg, telink)
|
3d86bbb
to
4c92a8c
Compare
-- Per IM spec, need to update SubscribeRequest/Response, ReadRequest, ReportData, StatusResponse wtih Message postfix
4c92a8c
to
894dc81
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.
I didn't check every line touched carefully, but for a number of those I did check adding "Message" does not make sense to me.
Updating the parser bits and the bits that deal with actual messages makes sense. Changing higher-level APIs that really are operating on the level of "write request", not messages, does not make sense.
PR #11289: Size comparison from 2fe9024 to 894dc81 Increases (6 builds for k32w, p6, qpg, telink)
Full report (8 builds for k32w, p6, qpg, telink)
|
To be clear: Please go through all the changes and undo the ones that don't make sense. I mentioned some of them in my review comments, but I did not do a complete careful read. I'd really prefer to only have to do that once.... |
@bzbarsky-apple agree on your suggestion, just updated, thanks |
335b127
to
bfd75ff
Compare
bfd75ff
to
7e4cda1
Compare
PR #11289: Size comparison from 2fe9024 to 7e4cda1 Increases (17 builds for efr32, k32w, linux, p6, qpg, telink)
Decreases (1 build for efr32)
Full report (20 builds for efr32, k32w, linux, p6, qpg, telink)
|
aff4b78
to
4666576
Compare
4666576
to
056e3f7
Compare
PR #11289: Size comparison from 2fe9024 to 056e3f7 Increases (29 builds for efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
Decreases (1 build for efr32)
Full report (37 builds for efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
|
* Rename several IM message with Message postfix -- Per IM spec, need to update SubscribeRequest/Response, ReadRequest, ReportData, StatusResponse wtih Message postfix
Problem
Update SubscribeRequest/Response, ReadRequest, ReportData, StatusResponse, WriteRequest/Response with Message postfix
Change overview
See above
Testing
The existing presubmit test covers.