-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Renaming "new" variable #1783
Renaming "new" variable #1783
Conversation
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.
The actual change looks good to me. Could you please add an entry in the ChangeLog
, including the platform on which the previous naming causes the build failure, the way you want to be credited, and the issue that this PR fixes? Thank you!
@hirotakaster Thank you for your contribution! In addition, unfortunately our policy is to not accept contributions, without a Contributor’s Licence Agreement (CLA) signed or authorised by yourself or your employer. |
@RonEld |
@hirotakaster Thank you for accepting the CLA! Could you kindly confirm that this is your Mbed account? |
@RonEld |
ChangeLog
Outdated
|
||
Bugfix | ||
* Fix Renaming "new" variable #1783. | ||
compile error(new variable) with arm-none-eabi-gcc(c++) on mbed TLS 2.7.0. |
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 would change this sentence to:
Fix compilation error on c++, because of a variable named new. Found and fixed by Hirotaka Niisato in #1783
Unless you want to credit yourself with your github name.
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.
Thank you, I'm okay "Hirotaka Niisato" .
@hanno-arm |
Thank you @RonEld, I updated ChangeLog now according to your advice. |
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.
Minor change in the ChangeLog entry requested.
ChangeLog
Outdated
= mbed TLS x.x.x branch released xxxx-xx-xx | ||
|
||
Bugfix | ||
* Fix compilation error on c++, because of a variable named new. Found and fixed by Hirotaka Niisato in #1783 |
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.
Please split this into multiple lines to avoid lines of more than 80 characters. Also, please add a full stop at the end of the second sentence, and capitalize C++
.
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.
@hanno-arm
Now I update the ChangeLog.
Thank you.
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.
Looks good to me. Thanks @hirotakaster for the quick turnaround!
@sbutcher-arm Ready to be merged from our perspective. |
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.
Approving also latest changes to ChangeLog
Needs backporting to |
Description
Based on issue #1782
Replace
*new
to*new_cert
inssl_append_key_cert
function atssl_tls.c
.Status
READY
Requires Backporting
NO
Migrations
NO
Todos