1
0
mirror of https://github.com/golang/go synced 2024-09-25 13:20:13 -06:00
The Go programming language
Go to file
Ian Lance Taylor 625866a977 Conversion from array to slices should work like assignment:
you should be able to convert a pointer to an array to a
slice, you should not be able to convert an array to a slice.
Currently 6g works the other way around.

R=ken,rsc
DELTA=17  (17 added, 0 deleted, 0 changed)
OCL=28033
CL=28067
2009-04-29 20:15:59 -07:00
doc typo in spec 2009-04-29 11:45:08 -07:00
include fix gotest by fixing nm -s to print in file order by storing a sequence number 2009-04-15 21:57:55 -07:00
lib help management of empty pkg and lib directories in perforce 2008-07-21 17:10:49 -07:00
pkg help management of empty pkg and lib directories in perforce 2008-07-21 17:10:49 -07:00
src don't set CLONE_PTRACE -- it confuses strace 2009-04-29 18:54:44 -07:00
test Conversion from array to slices should work like assignment: 2009-04-29 20:15:59 -07:00
usr Some adjustments to godoc: 2009-04-28 19:11:37 -07:00