Code Monkey home page Code Monkey logo

Comments (3)

per1234 avatar per1234 commented on August 19, 2024

they are still not available in the Library manager

Hi @dattasaurabh82. The problem is that you forgot to update the version field of the library.properties metadata file before making the tag.

You can see here that the version is still set to "0.0.1" in your 0.0.2 tag of TinyMegaI2C:
https://github.com/dattasaurabh82/TinyMegaI2C/blob/0.0.2/library.properties#L2

version=0.0.1

Same problem with RV8803Tiny's 0.0.3 tag:
https://github.com/dattasaurabh82/RV8803Tiny/blob/0.0.3/library.properties#L2

version=0.0.2

Even though the unit of library releases in Arduino Library Manager is the Git tag, all versioning of those releases is based on the library.properties version value. The name of the Git tag is not at all a factor in versioning. It's only an arbitrary identifier for that point in the Git history.

In order to be accepted into the Arduino Library Manager index, a library release is required to have a unique version value. Any release with a duplicate version value is rejected.

So you will need to do the following:

  1. Bump the version value in library.properties.
  2. Create a new release or tag in the library repository.

I don't see much info in the logs as well (listed below) if there were issues.

If you look closely at the logs, you can see that it reports the problem:

2021/07/26 18:59:35 Checking out tag: 0.0.2
2021/07/26 18:59:35 Release TinyMegaI2C:0.0.1 already loaded, skipping

Note the "0.0.1" in the "Release TinyMegaI2C:0.0.1 already loaded, skipping" log message, but it is quite subtle. Since this is the most common cause of library release rejection, I would like to make the library engine's communication more effective in this situation. I hope to get some time allocation to work on that in the near future.

from library-registry.

dattasaurabh82 avatar dattasaurabh82 commented on August 19, 2024

Ah shit! 😶
That's why my math teacher in school was always annoyed of my super silly mistakes!. 🤬

Thanks for the response and explanation. 😌
Much appreciated!

from library-registry.

per1234 avatar per1234 commented on August 19, 2024

You're welcome. I'm glad if I was able to be of assistance.

Regards, Per

from library-registry.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.