grind icon indicating copy to clipboard operation
grind copied to clipboard

Compilation error: undefined: types.EvalNode

Open bictorman opened this issue 9 years ago • 1 comments

Looks like go/types has changed.

$ go get rsc.io/grind
# rsc.io/grind/vardecl
src/rsc.io/grind/vardecl/vardecl.go:88: undefined: types.EvalNode

bictorman avatar Feb 18 '16 11:02 bictorman

@bictorman this is the same issue as #9 (this issue should probably be closed) and you can find my solution (might be temporary) here https://github.com/rsc/grind/issues/9#issuecomment-167271130

jackspirou avatar Mar 08 '16 04:03 jackspirou