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

go/types: does not build with Go 1.1 #6485

Closed
dlintw opened this issue Sep 26, 2013 · 3 comments
Closed

go/types: does not build with Go 1.1 #6485

dlintw opened this issue Sep 26, 2013 · 3 comments

Comments

@dlintw
Copy link

dlintw commented Sep 26, 2013

What steps will reproduce the problem?
If possible, include a link to a program on play.golang.org.
1. export GOPATH=~/go
2. go get code.google.com/p/go.tools/cmd/vet  

What is the expected output?

install govet in ~/go/bin

What do you see instead?

# code.google.com/p/go.tools/go/types
/home/dlin/go/src/code.google.com/p/go.tools/go/types/expr.go:1169: e.Slice3 undefined
(type *ast.SliceExpr has no field or method Slice3)
/home/dlin/go/src/code.google.com/p/go.tools/go/types/expr.go:1214: e.Slice3 undefined
(type *ast.SliceExpr has no field or method Slice3)


Which compiler are you using (5g, 6g, 8g, gccgo)?

6g

Which operating system are you using?

Arch Linux

Which version are you using?  (run 'go version')

+f4d1cb8d9a91 (go1.2rc1)

Please provide any additional information below.
@minux
Copy link
Member

minux commented Sep 26, 2013

Comment 1:

please update to tip.

@rsc
Copy link
Contributor

rsc commented Sep 26, 2013

Comment 2:

We can make this work. I'll do that.

Labels changed: added priority-later, removed priority-triage.

Owner changed to @rsc.

Status changed to Started.

@rsc
Copy link
Contributor

rsc commented Sep 26, 2013

Comment 3:

This issue was closed by revision golang/tools@577fe73.

Status changed to Fixed.

@golang golang locked and limited conversation to collaborators Jun 25, 2016
@rsc rsc removed their assignment Jun 22, 2022
This issue was closed.
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

4 participants