-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Add FastRGB library #7149
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
Add FastRGB library #7149
Conversation
|
A problem was found with your submission https://git.benstokman.me/benjistokman/FastLED ❌ ERROR: |
|
Thanks for your interest in contributing to the Arduino Library Manager index @benjistokman 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: |
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 @benjistokman. 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:
A problem was found with your submission https://git.benstokman.me/benjistokman/FastLED
❌ ERROR: git.benstokman.me is not currently supported as a Git hosting website for Library Manager.
Please fix the problem so we can proceed with your submission.
You will need to do the following things:
- Publish your repository on one of the supported Git hosts:
- GitHub
- GitLab
- BitBucket
- Update your pull request so that it adds the URL of the repository on the supported hosts to the
repositories.txtfile, instead of the current unsupported URL.
The change to the pull request will automatically trigger another run of the checks. Once those are passing, your library will be automatically added to Library Manager.
If you have any questions or concerns, please let me know.
If you decide you no longer wish to submit your library, you can close the pull request.
Regards, Per
|
A problem was found with your submission https://github.com/benjistokman/FastRGB ❌ ERROR: The repository has no tags. You need to create a release or tag that matches the |
|
Thanks for your interest in contributing to the Arduino Library Manager index @benjistokman 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: |
|
I have added a code mirror here on GitHub |
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 @benjistokman. Please create a release or tag in the library repository.
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
|
Hello! I'm checking your submission again. |
|
Arduino Lint has suggestions for possible improvements to https://github.com/benjistokman/FastRGB: |
|
❌ ERROR: Your submission meets all requirements. However, the pull request could not be merged. Please follow this guide to resolve a merge conflict: Once that is done, it will be merged automatically. |
|
Arduino Lint has suggestions for possible improvements to https://github.com/benjistokman/FastRGB: |
|
Your submission has now been accepted! Thanks for your contribution to the Arduino Library Manager index. The library(s) will be available for installation via Library Manager within a day's time. You can check the logs from the Library Manager indexer for your library(s) here: |
|
@per1234 it seems that the library index errored out: https://downloads.arduino.cc/libraries/logs/github.com/benjistokman/FastRGB/ Is there someone I should talk to? Will it retry eventually? |
|
@benjistokman I see you deleted the Git tag from the repository. I believe that is the cause of the error messages you see in the logs. The system expects to find at least one tag in the library repository, since we require the presence of a tag in order for the library submission to be accepted. You should not mess with release tags once you have pushed them to the public repository. A release tag is intended to act as an immutable marker at a specific point in the project's revision history, to allow us to unambiguously understand what is meant by someone saying something like "I am using version 0.1.0 of the FastRGB library". Although the cryptic error message produced under these conditions is confusing, the system is working correctly. It is only that you are not maintaining your library repository in a responsible manner. If you make a new release tag, you will no longer see this error in the logs. Please note that the 0.1.0 release of your library has already been added to the database, so if you thought you could irresponsibly make a different 0.1.0 release by deleting the tag and then creating a new one, you were wrong about that. However, you can continue to distribute your ongoing work on the library by making new releases, per the procedure documented here: |
|
Thank you. It seems the auto-mirror deleted it. |
No description provided.