1
0
mirror of https://github.com/golang/go synced 2024-11-25 09:57:57 -07:00
go/test/bugs
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
..
bug117.go Automated g4 rollback of changelist 25024, 2009-03-03 08:39:12 -08:00
bug132.go - added comment with various viewpoints so we have whole story 2009-01-21 14:57:47 -08:00
bug136.go bug: empty statement not properly recognized in conjunction w/ labels 2009-02-06 16:45:37 -08:00
bug140.go Don't try to define the same label twice, as that produces a 2009-03-16 21:47:38 -07:00
bug146.go Conversion from array to slices should work like assignment: 2009-04-29 20:15:59 -07:00