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

Make the compiler compile Arduino 1.6 sketches #23

Open
fpapadopou opened this issue Feb 9, 2015 · 5 comments
Open

Make the compiler compile Arduino 1.6 sketches #23

fpapadopou opened this issue Feb 9, 2015 · 5 comments
Assignees

Comments

@fpapadopou
Copy link
Contributor

Start implementing the storing of the files in a temp folder, like it's done now in the CompilerHanlder,
and make sure that the temp folder can be used in order to successfully compile the project with Arduino 1.6 through command line.

Make sure that the response is the same as the one from CompilerHandler's main function (in terms of structure).

Try to keep your code tested (at least functional tests).

@ergreen ergreen self-assigned this Feb 9, 2015
@fpapadopou
Copy link
Contributor Author

Ok I see you've committed no code to Github during the past week.
I think there was a misunderstanding, as for the branch you would use to commit you code.
What I want to propose, is keep the arduino-1.6 branch in a clean state, and create new branches from that one and the create pull requests to that branch. One more thing which should help us distinguish your work would be to call your branches issue-23-feature (the issue number - Arduino 1.6 migration).
For example:
Your main branch will be the arduino-1.6 one.
The extraction of the files in a temp folder will be implemented in a branch named issue-23-temp-folder
And so on..
In general, we would like your current state to be reflected in your commits on Github at any time, so please don't hesitate to push your commits and "mention" us in order to review them.

@Arachnid
Copy link

Is this project still actively maintained by codebender? Any chance of Arduino 1.6 support? I assume codebender.cc must have it by now?

@tzikis
Copy link
Member

tzikis commented Sep 30, 2015

hey @Arachnid, sorry for the delay. actually we don't have support for that just yet, because we are working on a major push to Arduino 1.6, while making sure that none of the more than 100K sketches on codebender break

the good news is that the Arduino team has recently released an independent build system, so we should be able to use that

@Arachnid
Copy link

Arachnid commented Oct 1, 2015

Thanks for the update. By independent build system, do you mean the command-line interface to compile (and optionally upload)? Or is there something more standalone now?

@tzikis
Copy link
Member

tzikis commented Oct 5, 2015

The Arduino team added a way to run the Arduino IDE from the command line a while ago (in one of the 1.5.x versions), but this was still crappy so they are releasing a standalone tool for compilation now (called builder-something).

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

No branches or pull requests

4 participants