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

Houly build 2-10-2015 4h41 read also .ino files into folder #3909

Closed
pierrotm777 opened this issue Oct 2, 2015 · 4 comments
Closed

Houly build 2-10-2015 4h41 read also .ino files into folder #3909

pierrotm777 opened this issue Oct 2, 2015 · 4 comments
Milestone

Comments

@pierrotm777
Copy link

With this new version, the ide read old files saved into folders that exist into my sketch project
bugg
IDE read also .ino or .pde files found into the folder 'INO en cours' or 'InOut & Doc' .

That was not the case with the older IDE version !
It's a new feature or an issue ?

@ffissore
Copy link
Contributor

ffissore commented Oct 6, 2015

If this folder is a library, this was fixed since arduino-builder beta22. Please download a fresh hourly http://www.arduino.cc/en/Main/Software#hourly

@ffissore ffissore added the Waiting for feedback More information must be provided before we can proceed label Oct 6, 2015
@ffissore ffissore added this to the Release 1.6.6 milestone Oct 6, 2015
@ffissore ffissore self-assigned this Oct 6, 2015
@ffissore ffissore closed this as completed Oct 7, 2015
@per1234
Copy link
Collaborator

per1234 commented Oct 7, 2015

@ffissore I believe what pierrotm777 is referring to is demonstrated by this example(using Arduino IDE 1.6.6 2015/10/07 06:43):

folder structure:

Blink
|-- Blink.ino
|-- backup
|   |-- Blink1.ino

If you compile Blink.ino you get:

E:\Stuff\misc\electronics\arduino\temp\Blink\backup\Blink1.ino: In function 'void setup()':

E:\Stuff\misc\electronics\arduino\temp\Blink\backup\Blink1.ino:1:6: error: redefinition of 'void setup()'

 void setup() {

      ^

Blink:1: error: 'void setup()' previously defined here

 void setup() {

      ^

E:\Stuff\misc\electronics\arduino\temp\Blink\backup\Blink1.ino: In function 'void loop()':

E:\Stuff\misc\electronics\arduino\temp\Blink\backup\Blink1.ino:6:6: error: redefinition of 'void loop()'

 void loop() {

      ^

Blink:6: error: 'void loop()' previously defined here

 void loop() {

      ^

exit status 1
'void setup()' previously defined here

This compiles fine with 1.6.5r5.

I'm not sure whether this is a bug or a new feature but if it's a feature then Blink1.ino should be shown as a tab in the IDE.

@ffissore
Copy link
Contributor

ffissore commented Oct 8, 2015

Confirm. Thank you!

@ffissore
Copy link
Contributor

ffissore commented Oct 8, 2015

This issue was moved to arduino/arduino-builder#31

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