-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Update repositories.txt #5805
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
Update repositories.txt #5805
Conversation
|
❌ ERROR: Arduino Lint found errors with https://github.com/roncoa/Encoder: |
|
Thanks for your interest in contributing to the Arduino Library Manager index @roncoa After resolving the issue, trigger this check again by doing one of the following:
❗ NOTE: It is not necessary to open a new pull request. ❗ More information: |
per1234
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello @roncoa. Thanks for your interest in contributing to the Arduino Library Manager.
I see the bot reported a problem with your submission that will block its acceptance:
ERROR: Library name Encoder is in use by a library in the Library Manager index. Each library must have a unique name
value. If your library is already in the index, use the "--library-manager update" flag.
See: https://arduino.github.io/arduino-cli/latest/library-specification/#libraryproperties-file-format
(Rule LP017)
Please fix the problem so we can proceed with your submission.
You will need to do the following things:
- Change the value of the
nameproperty in the library'slibrary.propertiesmetadata file to any name that hasn't already been claimed by another library. You can search in the Arduino IDE Library Manager to see if a prospective name is available. - Bump the value of the
versionproperty inlibrary.properties. - Create a new release or tag in the library repository.
- Add a comment here in the pull request thread that mentions @ArduinoBot.
After that, the automated checks will run again. Once those are passing, your library will be automatically added to Library Manager.
If you have any questions or concerns, please let me know.
Regards, Per
|
Can’t automatically merge I cannot add the library to the Arduino library registry. I've tried three times already. What went wrong? Please let me know. |
|
@KruPraphas it is not appropriate to hijack a random pull request thread to request support. If you want support, you can ask over on your own issue: Or on Arduino Forum: https://forum.arduino.cc/c/community/general-discussion/17 I'll be happy to help you in either of those places. Please be more careful to behave in a responsible manner in your activity in this repository. If you establish a pattern of irresponsible behavior, your Arduino Library Manager Registry privileges will be revoked. Thanks in advance for your cooperation. |
per1234
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello @roncoa. I see you have fixed the error reported by the bot (roncoa/Encoder@d79fce3). However, Library Manager works exclusively from Git tags, so the bot won't be able to see the fix you made until you create a new release or tag in the library repository.
If you look at the repository contents at the latest tag, you can see that the library still has the non-unique name value at the most recently tagged point in the revision history:
https://github.com/roncoa/Encoder/blob/v1.0.0/library.properties#L1
name=Encoder
❗ Remember to update the version field in the library's library.properties file as needed before making a release/tag.
Once you have done that, simply mention @ArduinoBot in a comment here to trigger it to run the automated checks again. After those are passing, your library will be automatically added to Library Manager.
If you have any questions or concerns, please let me know.
Regards, Per
per1234
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For the sake of a tidy repository, I'm going to close this due to lack of activity.
@roncoa if you ever get around to making a new release or tag in the library repository, please submit another pull request to add the library.
I'll continue to monitor this thread, so feel free to let me know if you have any questions or concerns.
No description provided.