Skip to content
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 reverse dependency core Updater -> library ESP8266WiFi #6398

Merged
merged 5 commits into from
Aug 28, 2019

Conversation

dok-net
Copy link
Contributor

@dok-net dok-net commented Aug 8, 2019

Per review comments from @earlephilhower, see #6393 (comment) ff.

@dok-net
Copy link
Contributor Author

dok-net commented Aug 8, 2019

@earlephilhower The unnamed namespace is C++ for internal linkage, static in C. I'm paranoid and use both :-)

Copy link
Collaborator

@earlephilhower earlephilhower left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very minor comments, but OTW looks good to me. @devyte, can you give this a look-see?

@@ -20,6 +20,7 @@
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/

#include "BearSSLHelpers.h"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why the move of this include before the others?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I use this idiom as good practice to ensure that headers are self contained - I don't want other people having to find out the hard way that some header dependencies must be manually resolved each time.

Copy link
Collaborator

@earlephilhower earlephilhower left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK by me, thanks

@earlephilhower earlephilhower added this to the 2.6.0 milestone Aug 27, 2019
@earlephilhower earlephilhower merged commit e201f61 into esp8266:master Aug 28, 2019
@dok-net dok-net deleted the updaterlib branch August 29, 2019 11:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants