Skip to content
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

clicli.txt #1928

Merged
merged 1 commit into from
Oct 1, 2022
Merged

clicli.txt #1928

merged 1 commit into from
Oct 1, 2022

Conversation

galarb
Copy link
Contributor

@galarb galarb commented Oct 1, 2022

No description provided.

@github-actions github-actions bot added the topic: submission Add library to the list label Oct 1, 2022
@github-actions
Copy link
Contributor

github-actions bot commented Oct 1, 2022

Arduino Lint has suggestions for possible improvements to https://github.com/galarb/clicli.git:

Linting library in clicli
WARNING: No license file found.                                                                                                                 
         See:                                                                                                                                   
         https://docs.github.com/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository
         (Rule LD002)                                                                                                                           
WARNING: No example sketches found. Please provide examples.                                      
         See: https://arduino.github.io/arduino-cli/latest/library-specification/#library-examples
         (Rule LD004)                                                                             

Linter results for project: 0 ERRORS, 2 WARNINGS

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

@github-actions github-actions bot merged commit fe0f6b3 into arduino:main Oct 1, 2022
@github-actions
Copy link
Contributor

github-actions bot commented Oct 1, 2022

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/galarb/clicli/

github-actions bot pushed a commit that referenced this pull request Oct 1, 2022
@galarb galarb deleted the patch-10 branch October 1, 2022 14:09
@per1234 per1234 mentioned this pull request Oct 1, 2022
@galarb
Copy link
Contributor Author

galarb commented Oct 8, 2022

@ArduinoBot

@per1234
Copy link
Contributor

per1234 commented Oct 9, 2022

Hello @galarb. The automated system here only operates on open pull requests. Since your submission was already accepted and the pull request merged, the bot won't pay any more attention to this pull request.

But this human is happy to provide assistance. Was there something you needed from the bot?

@per1234 per1234 self-assigned this Oct 9, 2022
@galarb
Copy link
Contributor Author

galarb commented Oct 9, 2022 via email

@per1234
Copy link
Contributor

per1234 commented Oct 9, 2022

We give a conservative estimate that the new release should be available for installation everywhere within one day's time.

You can monitor the process by checking the logs from the Library Manager indexer on the dedicated web page for your library here:

http://downloads.arduino.cc/libraries/logs/github.com/galarb/clicli/

However, even after the tag is shown as processed on that page, there will be some additional delay as the updated index works its way through the CDN and local caches to become available in the Library Manager of the user's IDE.

@galarb
Copy link
Contributor Author

galarb commented Oct 10, 2022 via email

@per1234
Copy link
Contributor

per1234 commented Oct 10, 2022

Because your example is not a valid sketch:

Spaces are not allowed in sketch names.

A sketch is a folder. The folder name must match the primary .ino filename.

Your current invalid attempt at creating an example sketch looks like this:

examples/
└── simple usage.ino

A valid example sketch would look like this:

examples/
└── SimpleUsage/
    └── SimpleUsage.ino

Please take the time to read the Arduino Sketch Specification to learn all about the Arduino sketch format:

https://arduino.github.io/arduino-cli/latest/sketch-specification/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: submission Add library to the list
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants