]> Cypherpunks repositories - gostls13.git/commitdiff
- added TODO
authorRobert Griesemer <gri@golang.org>
Fri, 16 Jan 2009 23:44:08 +0000 (15:44 -0800)
committerRobert Griesemer <gri@golang.org>
Fri, 16 Jan 2009 23:44:08 +0000 (15:44 -0800)
R=r
DELTA=3  (3 added, 0 deleted, 0 changed)
OCL=23003
CL=23003

doc/go_spec.txt

index aa82a07e10ad479c8d228c4b77fcfc7444f948fe..50a647d55b63ad049363f1b32752f05706a286f3 100644 (file)
@@ -36,6 +36,9 @@ Wish list:
 
 
 Todo's:
+[ ] document illegality of package-external tuple assignments to structs
+       w/ private fields: P.T{1, 2} illegal since same as P.T{a: 1, b: 2} for
+       a T struct { a b int }.
 [ ] clarification on interface types, rules
 [ ] clarify slice rules
 [ ] clarify tuples