arduino / library-registry

Arduino Library Manager list
https://www.arduino.cc/
Creative Commons Zero v1.0 Universal
223 stars 1.41k forks source link

Update repositories.txt #1906

Closed pikido-edutainment closed 1 year ago

pikido-edutainment commented 1 year ago

With the CleanRTOS wrapper library, using FreeRTOS on ESP32 has become much easier and safer.

github-actions[bot] commented 1 year ago

A problem was found with your submission https://github.com/pikido-edutainment/CleanRTOS

:x: ERROR: The repository has no tags. You need to create a release or tag that matches the version value in the library's library.properties file.

github-actions[bot] commented 1 year ago

Thanks for your interest in contributing to the Arduino Library Manager index @pikido-edutainment Please resolve the error(s) mentioned in the previous comment.

After resolving the issue, trigger this check again by doing one of the following:

:exclamation: NOTE: It is not necessary to open a new pull request. :exclamation:

More information: https://github.com/arduino/library-registry/blob/main/README.md#if-the-problem-is-with-the-pull-request

pikido-edutainment commented 1 year ago

FYI: The error above (library.properties not matching latest tag) has been fixed and uploaded to git. (previously, library.properties version was 0.0.4, while tag name was v0.0.4. Now, both are v0.0.4, in sync)

per1234 commented 1 year ago

Hi @pikido-edutainment. It appears you still didn't push the tag to GitHub:

https://github.com/pikido-edutainment/CleanRTOS/tags

Please let me know if you have any questions or concerns.

pikido-edutainment commented 1 year ago

Yes, I think I realize what I did wrong. Apparently, Github needs an explicit release to make the tag visible. Now the tags should be in sync. If there's anything else, please let me know.

per1234 commented 1 year ago

Please check it again @ArduinoBot.

github-actions[bot] commented 1 year ago

Hello! I'm checking your submission again.

github-actions[bot] commented 1 year ago

:x: ERROR: Arduino Lint found errors with https://github.com/pikido-edutainment/CleanRTOS:

Linting library in CleanRTOS
ERROR: library.properties version value v0.0.5 is invalid.                                                   
       See: https://arduino.github.io/arduino-cli/latest/library-specification/#libraryproperties-file-format
       (Rule LP020)                                                                                          
WARNING: library.properties version value v0.0.5 is not compliant with the semver specification.
         See: https://semver.org/                                                               
         (Rule LP021)                                                                           

Linter results for project: 1 ERRORS, 1 WARNINGS

-------------------

Linting sketch in CleanRTOS/examples/AllWaitables

Linter results for project: no errors or warnings

-------------------

Linting sketch in CleanRTOS/examples/Flag

Linter results for project: no errors or warnings

-------------------

Linting sketch in CleanRTOS/examples/Handler

Linter results for project: no errors or warnings

-------------------

Linting sketch in CleanRTOS/examples/HelloWorld

Linter results for project: no errors or warnings

-------------------

Linting sketch in CleanRTOS/examples/Logger

Linter results for project: no errors or warnings

-------------------

Linting sketch in CleanRTOS/examples/MutexSection

Linter results for project: no errors or warnings

-------------------

Linting sketch in CleanRTOS/examples/Pool

Linter results for project: no errors or warnings

-------------------

Linting sketch in CleanRTOS/examples/Queue

Linter results for project: no errors or warnings

-------------------

Linting sketch in CleanRTOS/examples/TenTasks

Linter results for project: no errors or warnings

-------------------

Linting sketch in CleanRTOS/examples/Timer

Linter results for project: no errors or warnings

-------------------

Linting sketch in CleanRTOS/examples/TwoTasks

Linter results for project: no errors or warnings

-------------------

Linter results for projects: 1 ERRORS, 1 WARNINGS
github-actions[bot] commented 1 year ago

Thanks for your interest in contributing to the Arduino Library Manager index @per1234 Please resolve the error(s) mentioned in the previous comment.

After resolving the issue, trigger this check again by doing one of the following:

:exclamation: NOTE: It is not necessary to open a new pull request. :exclamation:

More information: https://github.com/arduino/library-registry/blob/main/README.md#if-the-problem-is-with-the-pull-request

pikido-edutainment commented 1 year ago

@per1234 @ArduinoBot Yes, I understand now. It is not allowed to start the version tag with v. The previous tag was v0.0.5. That has been updated to 0.0.6. That should fix the error. If there's anything else that still needs to be done, please let me know.

github-actions[bot] commented 1 year ago

Hello! I'm checking your submission again.

github-actions[bot] commented 1 year ago

:x: ERROR: Arduino Lint found errors with https://github.com/pikido-edutainment/CleanRTOS:

Linting library in CleanRTOS
ERROR: library.properties version value v0.0.5 is invalid.                                                   
       See: https://arduino.github.io/arduino-cli/latest/library-specification/#libraryproperties-file-format
       (Rule LP020)                                                                                          
WARNING: library.properties version value v0.0.5 is not compliant with the semver specification.
         See: https://semver.org/                                                               
         (Rule LP021)                                                                           

Linter results for project: 1 ERRORS, 1 WARNINGS

-------------------

Linting sketch in CleanRTOS/examples/AllWaitables

Linter results for project: no errors or warnings

-------------------

Linting sketch in CleanRTOS/examples/Flag

Linter results for project: no errors or warnings

-------------------

Linting sketch in CleanRTOS/examples/Handler

Linter results for project: no errors or warnings

-------------------

Linting sketch in CleanRTOS/examples/HelloWorld

Linter results for project: no errors or warnings

-------------------

Linting sketch in CleanRTOS/examples/Logger

Linter results for project: no errors or warnings

-------------------

Linting sketch in CleanRTOS/examples/MutexSection

Linter results for project: no errors or warnings

-------------------

Linting sketch in CleanRTOS/examples/Pool

Linter results for project: no errors or warnings

-------------------

Linting sketch in CleanRTOS/examples/Queue

Linter results for project: no errors or warnings

-------------------

Linting sketch in CleanRTOS/examples/TenTasks

Linter results for project: no errors or warnings

-------------------

Linting sketch in CleanRTOS/examples/Timer

Linter results for project: no errors or warnings

-------------------

Linting sketch in CleanRTOS/examples/TwoTasks

Linter results for project: no errors or warnings

-------------------

Linter results for projects: 1 ERRORS, 1 WARNINGS
github-actions[bot] commented 1 year ago

Thanks for your interest in contributing to the Arduino Library Manager index @pikido-edutainment Please resolve the error(s) mentioned in the previous comment.

After resolving the issue, trigger this check again by doing one of the following:

:exclamation: NOTE: It is not necessary to open a new pull request. :exclamation:

More information: https://github.com/arduino/library-registry/blob/main/README.md#if-the-problem-is-with-the-pull-request

pikido-edutainment commented 1 year ago

@per1234 @ArduinoBot Now for real ( I forgot a push, last time ) : The previous tag was v0.0.5. That has been updated to 0.0.6. That should fix the error. If there's anything else that still needs to be done, please let me know.

github-actions[bot] commented 1 year ago

Hello! I'm checking your submission again.

github-actions[bot] commented 1 year ago

:x: ERROR: Arduino Lint found errors with https://github.com/pikido-edutainment/CleanRTOS:

Linting library in CleanRTOS
ERROR: library.properties version value v0.0.5 is invalid.                                                   
       See: https://arduino.github.io/arduino-cli/latest/library-specification/#libraryproperties-file-format
       (Rule LP020)                                                                                          
WARNING: library.properties version value v0.0.5 is not compliant with the semver specification.
         See: https://semver.org/                                                               
         (Rule LP021)                                                                           

Linter results for project: 1 ERRORS, 1 WARNINGS

-------------------

Linting sketch in CleanRTOS/examples/AllWaitables

Linter results for project: no errors or warnings

-------------------

Linting sketch in CleanRTOS/examples/Flag

Linter results for project: no errors or warnings

-------------------

Linting sketch in CleanRTOS/examples/Handler

Linter results for project: no errors or warnings

-------------------

Linting sketch in CleanRTOS/examples/HelloWorld

Linter results for project: no errors or warnings

-------------------

Linting sketch in CleanRTOS/examples/Logger

Linter results for project: no errors or warnings

-------------------

Linting sketch in CleanRTOS/examples/MutexSection

Linter results for project: no errors or warnings

-------------------

Linting sketch in CleanRTOS/examples/Pool

Linter results for project: no errors or warnings

-------------------

Linting sketch in CleanRTOS/examples/Queue

Linter results for project: no errors or warnings

-------------------

Linting sketch in CleanRTOS/examples/TenTasks

Linter results for project: no errors or warnings

-------------------

Linting sketch in CleanRTOS/examples/Timer

Linter results for project: no errors or warnings

-------------------

Linting sketch in CleanRTOS/examples/TwoTasks

Linter results for project: no errors or warnings

-------------------

Linter results for projects: 1 ERRORS, 1 WARNINGS
github-actions[bot] commented 1 year ago

Thanks for your interest in contributing to the Arduino Library Manager index @pikido-edutainment Please resolve the error(s) mentioned in the previous comment.

After resolving the issue, trigger this check again by doing one of the following:

:exclamation: NOTE: It is not necessary to open a new pull request. :exclamation:

More information: https://github.com/arduino/library-registry/blob/main/README.md#if-the-problem-is-with-the-pull-request

pikido-edutainment commented 1 year ago

@per1234 @ArduinoBot Strangely, although the library.properties prior to re-release was properly updated, Apparently, it is not safe to delete a release and release again on the same tag. Tt appeared that after releasing, it had the old value for version numers. After increasing the version numbers once more and re-releasing, the problem seems to be solved. The tag has been updated to 0.0.7. I'm confident that that part should be okay right now. If there's anything else that still needs to be done, please let me know.

github-actions[bot] commented 1 year ago

Hello! I'm checking your submission again.

github-actions[bot] commented 1 year ago

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: http://downloads.arduino.cc/libraries/logs/github.com/pikido-edutainment/CleanRTOS/

pikido-edutainment commented 1 year ago

@per1234 Thank you for your time!