Age | Commit message (Collapse) | Author | Files | Lines |
|
typecheck.c is now responsible for all type checking
except for assignment and function argument "..."
R=ken
OCL=32661
CL=32667
|
|
explicit.go:21:5: error: incompatible types in assignment (need explicit conversion)
explicit.go:26:5: error: incompatible types in assignment (type has no methods)
explicit.go:27:5: error: incompatible types in assignment (need explicit conversion)
explicit.go:30:6: error: incompatible types in assignment (need explicit conversion; missing method āNā)
explicit.go:33:7: error: invalid type conversion (need explicit conversion; missing method āNā)
explicit.go:36:5: error: incompatible types in assignment
R=rsc
DELTA=1 (0 added, 0 deleted, 1 changed)
OCL=31805
CL=31807
|
|
R=r
DELTA=12 (0 added, 0 deleted, 12 changed)
OCL=31240
CL=31290
|
|
when implicit assignment would have been okay.
R=ken
OCL=31225
CL=31227
|
|
R=r
DELTA=21 (21 added, 0 deleted, 0 changed)
OCL=29212
CL=29249
|
|
move interface tests to subdirectory.
R=r
DELTA=1632 (827 added, 804 deleted, 1 changed)
OCL=29181
CL=29191
|