-
-
Notifications
You must be signed in to change notification settings - Fork 398
Compile still unable to compile sketch with version 0.6.0 #503
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
Hi @NormanDunbar and thanks for the detailed feedback. I think the confusion stems from the fact we're trying to get rid of the Sketchbook concept in the CLI in favor of defaulting to "current working dir" in absence of full paths, see #396 for context. I'll try to make more explicit this change in the README. |
@NormanDunbar yeah that makes sense indeed, specially because we're about to merge #487 - the config file will change a bit and we can take the chance to remove the sketchbook reference. I'll review all the places where we mention the Sketchbook and fix accordingly, I'll keep this issue open to track this work. Thanks for the suggestion! |
Hi @masci. I'm happy with that and will close this issue. As ever, thanks for all you all do for us users. Cheers, |
Bug Report
Sketch new <name>
no longer creates the new sketch within the sketchbook location in the config.Compile
does now find the sketches located in sketchbook.Similar to #406, but the other way around!
Current behavior
So, #406 appears to have been fixed, but where the sketch is created appears to have regressed. Previous versions to 0.6.0, created new sketches within the sketchbook.
Sketches are no longer created within the sketchbook location according to the config. However, they can now be compiled if they are within the current folder or within the sketchbook
Expected behavior
I expect the
sketch new
to continue to create sketches within the sketchbook area as defined in the config.Environment
arduino-cli version
): arduino-cli Version: 0.6.0 Commit: 3a08b07Additional context
#406 was raised as the sketches were created in sketchbook, but compiled from the current directory. Now it's the other way around!
Thanks for all the hard work you do.
Cheers,
Norm.
The text was updated successfully, but these errors were encountered: