-
-
Notifications
You must be signed in to change notification settings - Fork 7k
"The sketch name had to be modified" grammar #1767
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
Can you specify how to replicate this ? I tried a 70character long name and I can't seem to be able to open the file at all. |
That is correct, The Arduino IDE uses Processing as the base, and that sets the file limit at 63 characters to be precise, and here's the relevant code for it : https://github.com/processing/processing/blob/33e361b13f490562fa39f7241164885cbc169a70/app/src/processing/app/Sketch.java Line 1492 I still can't replicate the issue though |
Hmm. That's bizarre. |
Just submitted a fix to the grammar at #1879. |
Closed with #1879. I don't know the exact reason for the 64 char limit, it may be due to file-system constraints on some old OSs. |
'Save as' with an invalid file name reports a few things about files, saying that "They should also be less less than 64 characters long."
The text was updated successfully, but these errors were encountered: