]> Cypherpunks repositories - gostls13.git/commitdiff
spec: removed TODOs (invisible html comment) in favor of issues
authorRobert Griesemer <gri@golang.org>
Tue, 26 May 2015 18:44:18 +0000 (11:44 -0700)
committerRobert Griesemer <gri@golang.org>
Tue, 26 May 2015 21:04:10 +0000 (21:04 +0000)
- no "visible" change to spec but for updated date
- retired several outdated TODO items
- filed non-urgent issues 10953, 10954, 10955 for current TODOs

Change-Id: If87ad0fb546c6955a6d4b5801e06e5c7d5695ea2
Reviewed-on: https://go-review.googlesource.com/10382
Reviewed-by: Ian Lance Taylor <iant@golang.org>
doc/go_spec.html

index cdcca6be57a9fa2755c5836c1b16db3229897a20..b5f18f3a026839f329b8816165534d95380345ad 100644 (file)
@@ -1,24 +1,9 @@
 <!--{
        "Title": "The Go Programming Language Specification",
-       "Subtitle": "Version of May 18, 2015",
+       "Subtitle": "Version of May 26, 2015",
        "Path": "/ref/spec"
 }-->
 
-<!--
-TODO
-[ ] need language about function/method calls and parameter passing rules
-[ ] last paragraph of #Assignments (constant promotion) should be elsewhere
-    and mention assignment to empty interface.
-[ ] need to say something about "scope" of selectors?
-[ ] clarify what a field name is in struct declarations
-    (struct{T} vs struct {T T} vs struct {t T})
-[ ] need explicit language about the result type of operations
-[ ] should probably write something about evaluation order of statements even
-       though obvious
-[ ] in Selectors section, clarify what receiver value is passed in method invocations
--->
-
-
 <h2 id="Introduction">Introduction</h2>
 
 <p>