]> Cypherpunks repositories - gostls13.git/commit
go/types: be more robust in presence of multiple errors
authorRobert Griesemer <gri@golang.org>
Tue, 26 Feb 2013 22:33:24 +0000 (14:33 -0800)
committerRobert Griesemer <gri@golang.org>
Tue, 26 Feb 2013 22:33:24 +0000 (14:33 -0800)
commit60066754fd6d080e6f0b08d88369beea4b54b801
tree2a06b16a70871ccfe54f47bc56ae994c6d1ec006
parent98d44d140d7abde9fdfbdbf7adec5be7bb0892ce
go/types: be more robust in presence of multiple errors

- better documentation of Check
- better handling of (explicit) internal panics
- gotype: don't stop after 1st error

R=adonovan, r
CC=golang-dev
https://golang.org/cl/7406052
src/pkg/exp/gotype/gotype.go
src/pkg/exp/gotype/gotype_test.go
src/pkg/go/types/api.go
src/pkg/go/types/check.go
src/pkg/go/types/errors.go
src/pkg/go/types/objects.go
src/pkg/go/types/stmt.go