]> Cypherpunks repositories - gostls13.git/commit
Fix named types being defined to named types. In general, the
authorAustin Clements <aclements@csail.mit.edu>
Fri, 28 Aug 2009 21:39:12 +0000 (14:39 -0700)
committerAustin Clements <aclements@csail.mit.edu>
Fri, 28 Aug 2009 21:39:12 +0000 (14:39 -0700)
commitd11a4b0dd4e310ef7307d372b2ff5bbe652332d3
treefbfdbf724a5cb6ce3de6d2e416e46d8a1af35aac
parent3983171b085f523296ef3cb99c6873145ad6312a
Fix named types being defined to named types.  In general, the
code assumes that the definition of a named type is not a
named type, but some code paths could violate that.

R=rsc
APPROVED=rsc
DELTA=9  (5 added, 2 deleted, 2 changed)
OCL=34046
CL=34053
usr/austin/eval/scope.go
usr/austin/eval/type.go