Skip to content

Update repositories.txt #6364

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

Closed
wants to merge 2 commits into from
Closed

Conversation

cristidragomir97
Copy link
Contributor

This commit adds the Arduino_CapacitiveTouch library which enables official support for capacitive touch pins on the Arduino Uno R4 Minima and R4 WiFi.

@github-actions github-actions bot added the topic: submission Add library to the list label May 29, 2025
Copy link
Contributor

A problem was found with your submission https://github.com/arduino-libraries/Arduino_CapacitiveTouch

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.

Copy link
Contributor

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

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

  • Commit the required change to the branch you submitted this pull request from.
  • Comment here, mentioning @ArduinoBot in the comment.

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

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

@per1234 per1234 self-assigned this May 30, 2025
@per1234
Copy link
Contributor

per1234 commented May 30, 2025

Please check it again @ArduinoBot.

Copy link
Contributor

Hello! I'm checking your submission again.

Copy link
Contributor

ERROR: Arduino Lint found errors with https://github.com/arduino-libraries/Arduino_CapacitiveTouch:

Linting library in Arduino_CapacitiveTouch
INFO: No header file found matching library name (Arduino_CapacitiveTouchUNOR4.h). Best practices are for primary header
      filename to match library name.                                                                                   
      See: https://arduino.github.io/arduino-cli/latest/library-specification/#libraryproperties-file-format            
      (Rule LS008)                                                                                                      
WARNING: library.properties version value 1.2 is not compliant with the semver specification.
         See: https://semver.org/                                                            
         (Rule LP021)                                                                        
ERROR: Missing paragraph field in library.properties                                                         
       See: https://arduino.github.io/arduino-cli/latest/library-specification/#libraryproperties-file-format
       (Rule LP034)                                                                                          
WARNING: Unable to load the library.properties url field: 404 Not Found                                        
         See: https://arduino.github.io/arduino-cli/latest/library-specification/#libraryproperties-file-format
         (Rule LP042)                                                                                          

Linter results for project: 1 ERRORS, 2 WARNINGS

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

Linting sketch in Arduino_CapacitiveTouch/examples/LoveButton

Linter results for project: no errors or warnings

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

Linter results for projects: 1 ERRORS, 2 WARNINGS

Copy link
Contributor

github-actions bot commented May 30, 2025

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

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

  • Commit the required change to the branch you submitted this pull request from.
  • Comment here, mentioning @ArduinoBot in the comment.

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

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

@per1234 per1234 removed their assignment May 30, 2025
@cristidragomir97
Copy link
Contributor Author

Hello @per1234, I fixed the issues in the properties file. I think we should be ok now

@cristidragomir97
Copy link
Contributor Author

@ArduinoBot please check again.

Copy link
Contributor

Hello! I'm checking your submission again.

Copy link
Contributor

ERROR: Arduino Lint found errors with https://github.com/arduino-libraries/Arduino_CapacitiveTouch:

Linting library in Arduino_CapacitiveTouch
INFO: No header file found matching library name (Arduino_CapacitiveTouchUNOR4.h). Best practices are for primary header
      filename to match library name.                                                                                   
      See: https://arduino.github.io/arduino-cli/latest/library-specification/#libraryproperties-file-format            
      (Rule LS008)                                                                                                      
WARNING: library.properties version value 1.2 is not compliant with the semver specification.
         See: https://semver.org/                                                            
         (Rule LP021)                                                                        
ERROR: Missing paragraph field in library.properties                                                         
       See: https://arduino.github.io/arduino-cli/latest/library-specification/#libraryproperties-file-format
       (Rule LP034)                                                                                          
WARNING: Unable to load the library.properties url field: 404 Not Found                                        
         See: https://arduino.github.io/arduino-cli/latest/library-specification/#libraryproperties-file-format
         (Rule LP042)                                                                                          

Linter results for project: 1 ERRORS, 2 WARNINGS

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

Linting sketch in Arduino_CapacitiveTouch/examples/LoveButton

Linter results for project: no errors or warnings

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

Linter results for projects: 1 ERRORS, 2 WARNINGS

Copy link
Contributor

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

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

  • Commit the required change to the branch you submitted this pull request from.
  • Comment here, mentioning @ArduinoBot in the comment.

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

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

@per1234
Copy link
Contributor

per1234 commented May 30, 2025

Hi @cristidragomir97. The checks are performed against the newest tagged revision, so you must make a new release of the library that contains the library.properties fix. After that, the checks should pass and the submission should be accepted.

@cristidragomir97
Copy link
Contributor Author

I created a new tag and release, should be fine now.

@per1234 per1234 added the status: waiting for information More information must be provided before work can proceed label May 30, 2025
@github-actions github-actions bot removed the status: waiting for information More information must be provided before work can proceed label May 30, 2025
Copy link
Contributor

ERROR: Arduino Lint found errors with https://github.com/arduino-libraries/Arduino_CapacitiveTouch:

Linting library in Arduino_CapacitiveTouch
INFO: No header file found matching library name (Arduino_CapacitiveTouchUNO.h). Best practices are for primary header  
      filename to match library name.                                                                                   
      See: https://arduino.github.io/arduino-cli/latest/library-specification/#libraryproperties-file-format            
      (Rule LS008)                                                                                                      
WARNING: library.properties version value 1.3 is not compliant with the semver specification.
         See: https://semver.org/                                                            
         (Rule LP021)                                                                        
ERROR: Missing paragraph field in library.properties                                                         
       See: https://arduino.github.io/arduino-cli/latest/library-specification/#libraryproperties-file-format
       (Rule LP034)                                                                                          

Linter results for project: 1 ERRORS, 1 WARNINGS

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

Linting sketch in Arduino_CapacitiveTouch/examples/LoveButton

Linter results for project: no errors or warnings

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

Linter results for projects: 1 ERRORS, 1 WARNINGS

Copy link
Contributor

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:

  • Commit the required change to the branch you submitted this pull request from.
  • Comment here, mentioning @ArduinoBot in the comment.

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

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

@per1234
Copy link
Contributor

per1234 commented May 30, 2025

Hi @cristidragomir97. I submitted a PR to fix the metadata problem that is causing the checks to fail even after the creation of the 1.3 tag:

arduino-libraries/Arduino_CapacitiveTouch#2

Once that fix has been applied and a new release created, the checks here should pass and the submission should be accepted.

@per1234 per1234 added the status: waiting for information More information must be provided before work can proceed label May 30, 2025
Copy link
Contributor

@per1234 per1234 left a 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.

@cristidragomir97 if you ever resolve the issues reported by the bot, 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.

@per1234 per1234 closed this Jun 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: waiting for information More information must be provided before work can proceed topic: submission Add library to the list
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants