-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Moving a sketch to another folder should move all files #6404
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
Conversation
✅ Build completed. Please test this code using one of the following: ⬇️ http://downloads.arduino.cc/javaide/pull_requests/arduino-PR-6404-BUILD-697-linux32.tar.xz ℹ️ The |
I just wanted to comment that, even if this PR doesn't fix #6402, it is a useful improvement. The previous behavior of only moving the primary sketch file regularly caused problems for people who downloaded a multi-file sketch from GitHub when that sketch is in the root of the repository. GitHub appends the branch name to the sketch folder, which forces the move, and breaks the sketch. Example of the previous behavior causing problems: Espressobar/arduino-grind-timer#2 |
✅ Build completed. Please test this code using one of the following: ⬇️ http://downloads.arduino.cc/javaide/pull_requests/arduino-PR-6404-BUILD-718-linux32.tar.xz ℹ️ The |
Fixes arduino#6404 as per @cmaglie comment.
We are searching a better solution for this problem, for now the commit has been reverted. |
Fixes #6402