You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before 72f815b (Refactor file adding and renaming, and save as handling)
renaming a file would first save it and then rename it. Since that
commit, renaming an unsaved, newly added file would try to rename a
non-existing file on disk, causing an error message.
This is fixed by only moving the on-disk file if it exists, otherwise
just the in-memory filename is updated and the file will be written
during the next save.
Fixes: arduino#6265
Using Arduino IDE 1.8.3 Hourly Build 2017/04/26 01:33 with Windows 7 64 bit
Failed to rename "foo.ino" to "bar.ino"
The issue occurs with Arduino IDE 1.6.12 and newer. The issue does not occur with Arduino IDE 1.6.11 or older.
The text was updated successfully, but these errors were encountered: