-
Notifications
You must be signed in to change notification settings - Fork 18.3k
Closed
Labels
Description
$ hg par changeset: 8412:7d6b94fa1a47 user: Robert Griesemer <gri@golang.org> date: Fri May 13 18:33:04 2011 -0700 summary: go/types: fix (some) builds $ cd $GOROOT/src/ ./all.bash ... ... threadring chameneosredux --- cd ../test 1 known bugs; 0 unexpected bugs ALL TESTS PASSED --- Installed Go for linux/386 in /home/brainman/hg/go. Installed commands in /home/brainman/bin. The compiler is 8g. $ cd $GOROOT/src/pkg/unicode $ make clean test rm -rf *.o *.a *.[568vq] [568vq].out *.so _obj _test _testmain.go *.exe _cgo* *. cgo[12].* test.out build.out maketables 8g maketables.go maketables.go:261: assignment count mismatch: 3 = 2 maketables.go:552: assignment count mismatch: 3 = 2 make: *** [maketables] Error 1 $ Brad fixed the bug http://golang.org/cl/4545044, but I think we need to understand why ./all.bash test wouldn't fail. Alex