Giter Site home page Giter Site logo

Comments (9)

justinas avatar justinas commented on May 5, 2024 3

On the other hand:

Why are major versions v0, v1 omitted from import paths?

v1 is omitted from import paths for two reasons. First, many developers will create packages that never make a breaking change once they reach v1, which is something we've encouraged from the start. We don't believe all those developers should be forced to have an explicit v1 when they may have no intention of ever releasing v2. The v1 becomes just noise.

golang/go#24301 (comment)

Alice is certainly one of these projects that aims to "never make a breaking change" / "[has] no intention of ever releasing v2". Maybe we could get away with v1.1.0 for the current master and v1.2.0 after adding a go.mod.

from alice.

gilcrest avatar gilcrest commented on May 5, 2024 2

"Alice is certainly one of these projects that aims to "never make a breaking change" / "[has] no intention of ever releasing v2". Maybe we could get away with v1.1.0 for the current master and v1.2.0 after adding a go.mod" - I think this is a great solution and wholly appropriate. I definitely don't think you need a v2 as there's been no breaking changes!

from alice.

justinas avatar justinas commented on May 5, 2024 1

Thanks for the ping. Are we possibly better off tagging it v2.0.0 in order not to break any configurations that might still rely on the now-deleted v1.0.0 tag?

from alice.

justinas avatar justinas commented on May 5, 2024 1

Note that if you are adopting modules for the first time for a pre-existing repository or set of packages that have already been tagged v2.0.0 or higher before adopting modules, then the recommended best practice is to increment the major version when first adopting modules. For example, if you are the author of foo, and the latest tag for the foo repository is v2.2.2, and foo has not yet adopted modules, then the best practice would be to use v3.0.0 for the first release of foo to adopt modules

https://github.com/golang/go/wiki/Modules#releasing-modules-v2-or-higher

from alice.

euskadi31 avatar euskadi31 commented on May 5, 2024 1

Thanks You @justinas ❤️

from alice.

euskadi31 avatar euskadi31 commented on May 5, 2024

ping @justinas

from alice.

euskadi31 avatar euskadi31 commented on May 5, 2024

ok, v1 without go module and v2 with go module ?

from alice.

euskadi31 avatar euskadi31 commented on May 5, 2024

indeed

from alice.

gilcrest avatar gilcrest commented on May 5, 2024

Woohoo! Thanks @justinas !

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.