Skip to content

Stabilize the pre-processing of sketches (e.g. prototype generation and #include insertion). [imported] #455

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

Closed
cmaglie opened this issue Nov 15, 2012 · 2 comments
Assignees
Labels
Component: Preprocessor The Arduino sketch preprocessor converts .ino files into C++ code before compilation
Milestone

Comments

@cmaglie
Copy link
Member

cmaglie commented Nov 15, 2012

This is Issue 455 moved from a Google Code project.
Added by 2011-01-08T19:10:32.000Z by [email protected].
Please review that bug for more context and additional comments, but update this bug.

Original labels: Type-Enhancement, Priority-Medium, Component-PreProcessor

Original description

We need to be sure that the way we generate function prototypes and the #include for the Arduino core is one that we want to stick with. The ordering of the WProgram.h include versus other includes in the user sketch has been a constant source of breakage and it's important to find a strategy to stick with.

@ffissore
Copy link
Contributor

Posted answer on googlecode

@ffissore ffissore added the Component: Preprocessor The Arduino sketch preprocessor converts .ino files into C++ code before compilation label May 27, 2015
@ffissore ffissore removed this from the Release 1.6.5 milestone May 27, 2015
@ffissore ffissore self-assigned this Jul 1, 2015
@ffissore ffissore added this to the Release 1.6.6 milestone Sep 11, 2015
@ffissore
Copy link
Contributor

Fixed by #3779

tbowmo pushed a commit to tbowmo/Arduino that referenced this issue Jul 14, 2016
New msg types in preparation of transport rework
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: Preprocessor The Arduino sketch preprocessor converts .ino files into C++ code before compilation
Projects
None yet
Development

No branches or pull requests

3 participants