-
-
Notifications
You must be signed in to change notification settings - Fork 403
Feature request - Allow additional location for libraries, for libraries under development. #1315
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
With the The
The
Instead the
The library set with There is more information in PR #1258. |
There is a similar request at #1257 However, this request is different in that the other is about supporting organization of libraries into arbitrary folder structures, which would be searched recursively during library discovery but not be an intentional factor in resolution priority. In this case, it would be a folder of a specific name which is given special treatment in terms of |
Thanks! I'll close this one then since this is not strictly related to the CLI. Feel free to open a feature request in the Arduino IDE repository |
Right now, libraries under development need to reside in the 'libraries' folder under the 'sketchbook' location.
This works well enough for initial development, but is problematic for continuing development. For example, I have a local fix in the 'Ethernet' library. If a new official version comes out, then merging the new version with the work in progress is difficult, since the IDE may stomp on the working copy I have. Instead, the merge should come through git and propagated to my machine that way. Essentially, having two entities trying to update the same location using entirely different means is a recipe for disaster.
If in-development libs could reside elsewhere, continuing development would be much easier. I envision:
The text was updated successfully, but these errors were encountered: