Skip to content
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

x/tools/go/ssa: docs mentions outdated Program.Method #20225

Closed
nickng opened this issue May 3, 2017 · 1 comment
Closed

x/tools/go/ssa: docs mentions outdated Program.Method #20225

nickng opened this issue May 3, 2017 · 1 comment

Comments

@nickng
Copy link

nickng commented May 3, 2017

Please answer these questions before submitting your issue. Thanks!

What version of Go are you using (go version)?

go version go1.8 linux/amd64

What operating system and processor architecture are you using (go env)?

GOARCH="amd64"
GOBIN=""
GOEXE=""
GOHOSTARCH="amd64"
GOHOSTOS="linux"
GOOS="linux"
GOPATH="/home/nickng/src/go"
GORACE=""
GOROOT="/usr/local/go"
GOTOOLDIR="/usr/local/go/pkg/tool/linux_amd64"
GCCGO="gccgo"
CC="gcc"
GOGCCFLAGS="-fPIC -m64 -pthread -fmessage-length=0 -fdebug-prefix-map=/tmp/nickng/go-build308932540=/tmp/go-build -gno-record-gcc-switches"
CXX="g++"
CGO_ENABLED="1"
PKG_CONFIG="pkg-config"
CGO_CFLAGS="-g -O2"
CGO_CPPFLAGS=""
CGO_CXXFLAGS="-g -O2"
CGO_FFLAGS="-g -O2"
CGO_LDFLAGS="-g -O2

What did you do?

godoc golang.org/x/tools/go/ssa MakeInterface

The documentation mentions the use of Program.Method(m) to find the implementation of a method. However, the method Method had been renamed to MethodValue in golang/tools@afcda55.

@gopherbot gopherbot added this to the Unreleased milestone May 3, 2017
@gopherbot
Copy link

CL https://golang.org/cl/42570 mentions this issue.

@golang golang locked and limited conversation to collaborators Nov 9, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants