Export to GitHub

godag - issue #7

will not build with weekly.2011-11-18


Posted on Nov 30, 2011 by Quick Horse

What steps will reproduce the problem? 1. clone etc... 2. 6g _gdmk.60

What is the expected output? What do you see instead? Successful build is expected.

Fails with

6g _gdmk.go

_gdmk.go:14: can't find import: "exec"

Fix this with gofix and retry...

6g _gdmk.go

_gdmk.go:209: cannot use collect (type *collector) as type filepath.WalkFunc in function argument _gdmk.go:209: too many arguments in call to filepath.Walk _gdmk.go:841: cannot use collect (type *collector) as type filepath.WalkFunc in function argument _gdmk.go:841: too many arguments in call to filepath.Walk _gdmk.go:938: cannot use collect (type *collector) as type filepath.WalkFunc in function argument _gdmk.go:938: too many arguments in call to filepath.Walk

What version of the product are you using? On what operating system? godag release.r60.3 go weekly.2011-11-18

Is a weekly release possible in the lead up to Go1?

Comment #1

Posted on Nov 30, 2011 by Quick Horse

Apologies. This is #4

Comment #2

Posted on Nov 30, 2011 by Swift Cat

hi, yes sorry about the bad tagging and so on of the different branches, there is a branch which should compile against 'weekly' of go now at least.

hg up 390

should hopefully do the trick

Comment #3

Posted on Mar 29, 2012 by Swift Cat

closing fixed issue

Status: Fixed

Labels:
Type-Defect Priority-Medium