-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Removing deprecated library #5411
base: main
Are you sure you want to change the base?
Conversation
Hi @maker-zone. If you intended to submit a library, please check the instructions and update your pull request if necessary: |
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.
Hi @maker-zone . I am confirming your request.
Unlike submissions, this type of request is still handled manually. The Library Manager index maintainer occasionally comes through to clear all the outstanding requests. They will close this issue when it is done. You will get a notification from GitHub at that time.
After that, you can monitor the indexing of the library via its dedicated logs web page.
Information about that here:
https://github.com/arduino/library-registry/blob/main/FAQ.md#can-i-check-on-library-releases-being-added-to-library-manager
Hi @maker-zone. If you intended to submit a library, please check the instructions and update your pull request if necessary: |
❌ ERROR: Arduino Lint found errors with https://github.com/UltiBlox/SerialCommands:
|
Thanks for your interest in contributing to the Arduino Library Manager index @maker-zone 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 removed one library |
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.
@maker-zone please submit a separate pull request for each distinct request.
You can have multiple open pull requests by creating a separate branch in your fork for the specific changes you want to propose, then submitting a pull request from that branch.
In order to facilitate this workflow, you should never use the main
branch of your fork to stage changes for a pull request. Instead, the main
branch should be kept in sync with the parent repository's branch, so it can be used as the base for your pull request branches.
Please remove the change you made to this pull request so that it only contains the change of removing https://github.com/UltiBlox/DisplayValueCommon
.
Hi @maker-zone. If you intended to submit a library, please check the instructions and update your pull request if necessary: |
Ah I think I understand my mistake now. |
Hi @maker-zone. If you intended to submit a library, please check the instructions and update your pull request if necessary: |
The same functionality of sharing signatures between multiple libraries to make them interchangeable can be achieved without using an interface, so this library was deprecated to avoid wasting space on an arduino.