]> Cypherpunks repositories - gostls13.git/commit
go/parser: disable scoping code always
authorRuss Cox <rsc@golang.org>
Thu, 28 Jan 2010 02:28:13 +0000 (18:28 -0800)
committerRuss Cox <rsc@golang.org>
Thu, 28 Jan 2010 02:28:13 +0000 (18:28 -0800)
commitd72f2de9a2f54e3e84fbc93068686ffccb0137a4
tree7873f7a05131e395f042a576adfd26a457a8beae
parent2ee36c180cc5a7b3f65e08423c13a72f07883d0f
go/parser: disable scoping code always

Seems to be enabled spuriously during godoc (can't see why),
producing errors like:

parser.parseDir: src/pkg/http/server.go:159:16: 'Write' declared already at src/pkg/http/request.go:140:21 (and 4 more errors)

R=r
CC=golang-dev
https://golang.org/cl/194119
src/pkg/go/parser/parser.go