]> Cypherpunks repositories - gostls13.git/commitdiff
add exceptions to the road map. i think this just was an oversight.
authorRob Pike <r@golang.org>
Sat, 26 Dec 2009 20:57:57 +0000 (07:57 +1100)
committerRob Pike <r@golang.org>
Sat, 26 Dec 2009 20:57:57 +0000 (07:57 +1100)
also a way to run code when object is deleted.
both of these are possibilities, not certainties.

R=rsc, iant
CC=golang-dev
https://golang.org/cl/181057

doc/devel/roadmap.html

index d2158d928e4fed9e28ed436b4cd8233e87473e9c..8a49823747f21d264fa071a26c138e65042b0ef9 100644 (file)
@@ -32,7 +32,12 @@ Possibly rewrite restriction on goto across variable declarations.
 Variant types.  A way to define a type as being the union of some set
 of types.
 <li>
+Possibly provide a method that will be run by the garbage
+collector when an item is freed.
+<li>
 Generics.  An active topic of discussion.
+<li>
+Exceptions.  An active topic of discussion.
 </ul>
 
 <h3 id="Implementation_roadmap">