Git Product home page Git Product logo

Comments (4)

rsc avatar rsc commented on May 25, 2024 2

Also worth noting that Go 1.21.0 now has gvm-like functionality built in. See https://go.dev/doc/toolchain.

from gvm.

dmitshur avatar dmitshur commented on May 25, 2024 1

For reference, including the ".0" in the Go version was Go proposal golang/go#57631 and it only applies to Go 1.21.0 and newer, not older releases. Also worth noting that proposal golang/go#32450 was closed in its place to reassert commitment to the current new pattern, so it's unlikely to change again anytime soon.

from gvm.

andrewkroh avatar andrewkroh commented on May 25, 2024

A secondary issue is that the tar files for Go 1.21 no longer contain directory entries. This affects the ability to untar the files by gvm:

% tar tvf ~/Downloads/go1.20.7.darwin-arm64.tar.gz | head
drwxr-xr-x  0 0      0           0 Jul 26 17:42 go/
-rw-r--r--  0 gopher wheel    1339 Jul 26 17:40 go/CONTRIBUTING.md
-rw-r--r--  0 gopher wheel    1479 Jul 26 17:40 go/LICENSE
-rw-r--r--  0 gopher wheel    1303 Jul 26 17:40 go/PATENTS
-rw-r--r--  0 gopher wheel    1455 Jul 26 17:40 go/README.md
-rw-r--r--  0 gopher wheel     419 Jul 26 17:40 go/SECURITY.md
-rw-r--r--  0 gopher wheel       8 Jul 26 17:40 go/VERSION
drwxr-xr-x  0 gopher wheel       0 Jul 26 17:41 go/api/
-rw-r--r--  0 gopher wheel    1142 Jul 26 17:40 go/api/README
-rw-r--r--  0 gopher wheel   34102 Jul 26 17:40 go/api/except.txt

% tar tvf ~/Downloads/go1.21.0.darwin-arm64.tar.gz | head
-rw-r--r--  0 0      0        1337 Aug  4 16:14 go/CONTRIBUTING.md
-rw-r--r--  0 0      0        1479 Aug  4 16:14 go/LICENSE
-rw-r--r--  0 0      0        1303 Aug  4 16:14 go/PATENTS
-rw-r--r--  0 0      0        1455 Aug  4 16:14 go/README.md
-rw-r--r--  0 0      0         419 Aug  4 16:14 go/SECURITY.md
-rw-r--r--  0 0      0          35 Aug  4 16:14 go/VERSION
-rw-r--r--  0 0      0        1142 Aug  4 16:14 go/api/README
-rw-r--r--  0 0      0       35424 Aug  4 16:14 go/api/except.txt
-rw-r--r--  0 0      0     2687115 Aug  4 16:14 go/api/go1.1.txt
-rw-r--r--  0 0      0       30821 Aug  4 16:14 go/api/go1.10.txt

from gvm.

andrewkroh avatar andrewkroh commented on May 25, 2024

The tar file issue is going to be fixed based on golang/go#61862, but gvm could add its own handling for this problem.

from gvm.

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.