-
Notifications
You must be signed in to change notification settings - Fork 570
gcimporter15 is gone so build fails #788
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
myitcv
added a commit
to myitcv/gopherjs
that referenced
this issue
Apr 10, 2018
As of 5dfd8930f264888dd5fe26820a0ac605a384dd33 golang.org/x/tools/go/gcimporter15 has been removed (in line with a promise to remove this old API). This CL vendors a copy of golang.org/x/tools/go/gcimporter15 as of 14d5b80f954f510ba9bcd241821b6f4828498e1a (5dfd8930f264888dd5fe26820a0ac605a384dd33~1) minus *_test.go files and the testdata directory (which contained binary files). This is effectively a sticking plaster until we migrate, per the deprecation notice, to golang.org/x/tools/go/gcexportdata. Fixes gopherjs#788
myitcv
added a commit
to myitcv/gopherjs
that referenced
this issue
Apr 10, 2018
As of 5dfd8930f264888dd5fe26820a0ac605a384dd33 golang.org/x/tools/go/gcimporter15 has been removed (in line with a promise to remove this old API). This CL vendors a copy of golang.org/x/tools/go/gcimporter15 as of 14d5b80f954f510ba9bcd241821b6f4828498e1a (5dfd8930f264888dd5fe26820a0ac605a384dd33~1) minus *_test.go files and the testdata directory (which contained binary files). This is effectively a sticking plaster until we migrate, per the deprecation notice, to golang.org/x/tools/go/gcexportdata. Fixes gopherjs#788
Thanks @cvermilion - I've pushed up #789 as a sticking plaster until we migrate, per the |
dmitshur
pushed a commit
that referenced
this issue
Apr 10, 2018
The golang.org/x/tools/go/gcimporter15 package has been removed (as promised) in golang/tools@5dfd893. This change vendors a copy of that package at golang/tools@14d5b80 without *_test.go and testdata (which contained binary files). The deprecation notice suggests that new code should use golang.org/x/tools/go/gcexportdata package, which we can consider in the future. Fixes #788. GitHub-Pull-Request: #789.
Thanks for reporting this @cvermilion and sending the PR @myitcv! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
gopherjs
depends on thegolang.org/x/tools/go/gcimporter15
package, which has been deprecated for some time:https://godoc.org/golang.org/x/tools/go/gcimporter15
The removal was finally done last night, so now
go get github.com/gopherjs/gopherjs
fails for me with an error like:The text was updated successfully, but these errors were encountered: