Giter Site home page Giter Site logo

Comments (7)

seeruk avatar seeruk commented on May 5, 2024 1

The decision is understandable, absolutely. There's not much else to say I suppose. Thank you for continuing to maintain the library - and I hope that versioning makes a comeback in the near future. I'd recommend against making another v1.0.0 though and maybe going for v2.0.0 straight off the bat.

from alice.

scottcrespo avatar scottcrespo commented on May 5, 2024 1

I just experienced the same problem with the deleted tag while using glide. I definitely recommend using semantic versioning. Since Go's dependency management is so tightly integrated with source control, it's pretty vital, in my opinion, to maintain thorough semantic versioning. Even for our closed-source, we semver all the things!

Still, the alice library is great, and I've been using it in various projects for years now. And, I very much appreciate your contributions. As a workaround, we've forked the project to maintain a set of tags, and we'll pull periodically to stay up to date with any changes in the parent project.

Cheers!

from alice.

justinas avatar justinas commented on May 5, 2024 1

Solved via #48. Please use Go modules (v1.2.0) or pin to v1.1.0 (last release before migrating to Go modules).

from alice.

justinas avatar justinas commented on May 5, 2024

Hi @krnkl,

Sorry for breaking your build 😞 After this issue was raised in another project of mine, I decided to get rid of tags in both nosurf and alice as I never got around to actually versioning the projects meaningfully.

Your best bet would be to pin to the current master: from what I remember 1.0.0 was pretty old and no newer tags were ever created. I am going to think about embracing semver, but for now alice will probably follow the classic Go way of not having any meaningful versions.

Sorry again and hopefully this helps.

from alice.

seeruk avatar seeruk commented on May 5, 2024

I'm hoping that you'll reconsider this, given that tools like Glide and dep are only more likely to pick up traction. SemVer is really useful, and can help avoid a lot of headaches. The reason dep is being made is because the Go team has acknowledged those issues.

from alice.

justinas avatar justinas commented on May 5, 2024

I will certainly consider this. But as of today I still suggest pinning to 1051eaf. Without a real versioning process on my side, it is no more or less 1.0 or 1.1 or 2.0 than the commit that the stale 1.0.0 tag was pointing to.

from alice.

justinas avatar justinas commented on May 5, 2024

To add to that: I realize the mistake that just deleting the tag outright was, but when tags are not maintained, keeping an outdated tag as "the latest stable version" is still less than ideal as it prevents people from getting the latest improvements (even with a perfect API stability).

from alice.

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.