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

A new compiler #3779

Merged
merged 1 commit into from
Sep 14, 2015
Merged

A new compiler #3779

merged 1 commit into from
Sep 14, 2015

Conversation

ffissore
Copy link
Contributor

This PR replaces previous Compiler java class (now renamed OldCompiler) with a new, almost empty one, which delegates all the work to a command line tool, named arduino-builder, which will do the actual compilation

This replaces #2729 and solves many issues: see Component: Preprocessor The Arduino sketch preprocessor converts .ino files into C++ code before compilation

@ffissore ffissore added Component: IDE The Arduino IDE Component: Compilation Related to compilation of Arduino sketches Component: CLI The Arduino IDE's command line interface labels Sep 11, 2015
@ffissore ffissore self-assigned this Sep 11, 2015
@ffissore ffissore added this to the Release 1.6.6 milestone Sep 11, 2015
This was referenced Sep 11, 2015
@matthijskooijman
Copy link
Collaborator

Is the source for this tool available anywhere?

@NicoHood
Copy link
Contributor

https://github.com/arduino/arduino-builder

Also consider to add this then:
#3697
#3757

@ffissore
Copy link
Contributor Author

@NicoHood we'll implement those two additional features later. Being this new thing a replacement of an old but well known other thing, we must first be sure we are not introducing regressions before we add new features

ffissore added a commit that referenced this pull request Sep 14, 2015
@ffissore ffissore merged commit 97eb263 into arduino:master Sep 14, 2015
@ffissore ffissore deleted the newcompiler branch September 14, 2015 13:21
@lmihalkovic
Copy link

[NTS]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: CLI The Arduino IDE's command line interface Component: Compilation Related to compilation of Arduino sketches Component: IDE The Arduino IDE
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants