Git Product home page Git Product logo

Comments (6)

clausecker avatar clausecker commented on September 24, 2024 2

If you are going to break the API anyway, consider removing all uses of pragma pack from the public interface. Pragma pack makes it very hard to use your library from other languages as not all foreign function interfaces support the non-standard pragma pack. There isn't a good reason why it's there either.

from libfreefare.

smortex avatar smortex commented on September 24, 2024

HI,

While it is not stated anywhere, me follow the Semantic Versioning Specification. Quoting it:

4 - Major version zero (0.y.z) is for initial development. Anything may change at any time. The public API should not be considered stable.

The referenced commit renames enum values. If you do not want to synchronize your code (yet), I invite you to add some #defines to map the old names onto the new ones during the transition.

from libfreefare.

clausecker avatar clausecker commented on September 24, 2024

It has been like this for three years now without any indication that the software is still actively changing, at least not in any project documentation I found. No, not releasing a 1.0.0 version is not a magical ritual that deflects the responsibility for API stability from you. You are doing all your users a huge disservice by breaking the API like this. I'm seriously considering a fork at this point just so I don't have to fix my go bindings (which have been stable for two years now) every time you decide to break the API.

from libfreefare.

smortex avatar smortex commented on September 24, 2024

I understand your point, I'm adding this issue to the 1.0.0 milestone

from libfreefare.

smortex avatar smortex commented on September 24, 2024

As a consumer of the library, you may also have interesting insights about it. Feel free to open issues or submit pull requests and assign them to the 1.0.0 release ;-)

from libfreefare.

clausecker avatar clausecker commented on September 24, 2024

It seems like 42b21ff already broke the compatibility.

from libfreefare.

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.