-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Rename tab results in link error #7203
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
Comments
Please test with the beta build of the Arduino IDE (https://www.arduino.cc/en/Main/Software#beta) and let us know whether it still occurs. I believe this issue was fixed after the 1.8.5 release. |
That will have to wait for somewhere next week; I want to update a machine anyway so that will be a good candidate to test it on. |
OK, that seems to be solved. Where do I report bugs on the beta release? |
@sterretje any testing of the beta build is very welcome! You can report any bugs you might find in the same places as always. The appropriate repository depends on the topic. I've attempted to put together a guide to the various places you can submit issue reports here: If you have any suggestions for improvements to that document I would welcome them here: #6357. Since the time I wrote that list there is a brand new tool in the beta build named arduino-preprocessor. This does all the sketch preprocessing, which was previously handled by arduino-builder (or just the IDE in Arduino IDE 1.6.5 and older). So if you find a bug with, for example, function prototype generation the place to report it is here: |
I could not find this one; also not sure if it belongs in this section but I saw a few more relating to tabs so here it goes.
The result is an error about multiple definition of the functions where the original object file is mentioned.
Current workaround is to close and open the IDE (using version 1.8.5)
The text was updated successfully, but these errors were encountered: