-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Windows version writes inconsistent line-endings #6736
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
May you provide a way step-by-step to reproduce the error? |
I still can reproduce this bug with the 1.9.0 beta version. |
I've tried the download from https://www.arduino.cc/download.php?f=/arduino-nightly-windows.zip (the file-time is 20.10.2017 14:33:36 inside the .zip file), but the bug is still there. If you meant a different build, please let me know where I can download it or how to build Arduino from sources. |
@mklhmnn it's this one: |
Yes, the latest beta build fixes the bug. I was expecting the hourly build be more modern than the beta build, because I assumed the beta build to be updated less often, but both coming from the beta-line. |
@facchinm thanks for your work on this! I confirm that the problem is solved for me in Arduino 1.9.0-beta build 38, Windows 10. So can this be closed now? |
I'd prefer to close it when beta gets merged into master, but I know it could become very difficult to keep track of it 🙂 |
OK. I just ran across it today when I rediscovered this bug and thought it might have slipped through the cracks. I didn't realize this was the policy. If this beta branch system is something that will continue to be used in the future then I think it would be worth adding a new label, something like |
Second one 😉 The Beta was not meant to be maintained for such a long time but we still need to close some stuff before merging it |
I'm using Windows 10 and the Arduino IDEA 1.8.4. While my project's .h file is written with 0x0A (\n) line-endings, the last line contains a 0x0D 0x0A. This causes some other tools to reject this file because of inconsistent line-endings.
The text was updated successfully, but these errors were encountered: