Coder Social home page Coder Social logo

create official releases? about gofumpt HOT 4 CLOSED

mvdan avatar mvdan commented on May 27, 2024
create official releases?

from gofumpt.

Comments (4)

mvdan avatar mvdan commented on May 27, 2024

This issue covers multiple topics. The first is tagged versions; are these really necessary? With Go modules, you can easily pin to a v0 pseudo-version. For example, the command below pins to the latest commit from master:

go get mvdan.cc/[email protected]

You can figure out what the latest pseudo-version is with a command like go get -json mvdan.cc/gofumpt. You can also use go list -f '{{.Module.Version}}' mvdan.cc/gofumpt, which will directly print the version string alone.

The second bit of the issue is about fancy releases with tarballs and all the extras. I expect any gofumpt user to also have Go installed, so I think a go get command is the right way to install the tool. I've also reasoned above that I don't think semver releases are necessary at this point, so I'm not sure that there's anything I should do here.

from gofumpt.

twpayne avatar twpayne commented on May 27, 2024

An advantage of a fancy release with tarballs is that you get a pre-built binary which is much faster to install than downloading all the source code and rebuilding from zero. It's also more robust as you only need GitHub to be up, not all the infrastructure required to download everything in gofumpt's dependency graph. See golangci-lint's install instructions for an example.

from gofumpt.

mvdan avatar mvdan commented on May 27, 2024

With proxy.golang.org being live, it can be relied on for "robust" downloads :)

A build from zero should also take mere seconds on most machines, so I'm not sure if we're solving a real problem.

As a side point - the install instructions you link to follow a curl ... | sh pattern, which I don't think should be recommended. go get ... can't run arbitrary code, at least.

I appreciate your input here, by the way - I'm just not convinced that all this extra machinery makes sense for small projects. Particularly those which are Go tools, where the users are developers well familiar with go get.

from gofumpt.

mvdan avatar mvdan commented on May 27, 2024

I think this is a bit overkill right now. If the Go proxy and module version pinning don't work, please let me know and we can consider reopening. Thanks!

from gofumpt.

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.