]> Cypherpunks repositories - gostls13.git/commit
fix both of anton's bugs:
authorRuss Cox <rsc@golang.org>
Sat, 4 Apr 2009 06:20:51 +0000 (23:20 -0700)
committerRuss Cox <rsc@golang.org>
Sat, 4 Apr 2009 06:20:51 +0000 (23:20 -0700)
commit907cb4f1e604d5c21df32583470c33bec14fec5a
treea0e0d55f07dbee2d0946a8edf880c0295cab84fb
parent2a9f1ee21532498ceb74a4a7b589ab0cc1b3885f
fix both of anton's bugs:
* make([100]int) was being compiled to
make([]int), kind of.
* []this = [100]that was working for any this, that.

turned up a typo in pipe_test.go

R=ken
OCL=27081
CL=27081
src/cmd/gc/walk.c
src/lib/io/pipe_test.go