Giter VIP home page Giter VIP logo

Comments (5)

caner-cetin avatar caner-cetin commented on June 10, 2024
go get -u github.com/gopherjs/gopherjs@latest

returns GopherJS 1.17.2+go1.17.9 version again.

go get github.com/gopherjs/[email protected]

returns

go: github.com/gopherjs/[email protected]: invalid version: unknown revision 1.18.0-beta1

...what?

from gopherjs.

caner-cetin avatar caner-cetin commented on June 10, 2024

did

wget https://github.com/gopherjs/gopherjs/archive/refs/tags/v1.18.0-beta1+go1.18.5.zip

unzipped to folder, launched

go install

and it works but christ, you are writing Go 1.18+ is required and if you are not installing from source you will never run it with Go 1.18. ask yourself, how many of the people are installing packages from source?

from gopherjs.

caner-cetin avatar caner-cetin commented on June 10, 2024

Reopening to draw attention.

from gopherjs.

flimzy avatar flimzy commented on June 10, 2024

This is behaving as intended. GopherJS 1.18 is incomplete, as it does not yet support generics, so it has been released as a beta version. This is why it is not picked up by @latest.

This is explained in the release notes: https://github.com/gopherjs/gopherjs/releases/tag/v1.18.0-beta1%2Bgo1.18.5

We are making progress on adding generics support, so hope it will not be too long before this is no longer an issue.

from gopherjs.

nevkontakte avatar nevkontakte commented on June 10, 2024

@canercetin-randomguy go get github.com/gopherjs/[email protected] didn't work because there is no 1.18.0-beta1 tag in this repository. There is, however, v1.18.0-beta1 tag (notice the "v" in the beginning). So go install github.com/gopherjs/[email protected] works the way you would expect.

from gopherjs.

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.