From: Rob Pike Date: Mon, 1 Feb 2010 05:59:42 +0000 (+1100) Subject: the package global name space problem is addressed; update road map X-Git-Tag: weekly.2010-02-04~51 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=44db1ab526ee5be5c876501396b0bf494073eee6;p=gostls13.git the package global name space problem is addressed; update road map R=rsc, iant CC=golang-dev https://golang.org/cl/196087 --- diff --git a/doc/devel/roadmap.html b/doc/devel/roadmap.html index 8a49823747..bb0c8c7b89 100644 --- a/doc/devel/roadmap.html +++ b/doc/devel/roadmap.html @@ -73,9 +73,6 @@ Gc compiler roadmap
  • Method expressions.
  • -Support multiple packages with the same name (but different import -paths) in the same program. -
  • Implement goto restrictions.
  • Safe compilation mode: generate code which is guaranteed not to obtain @@ -95,9 +92,6 @@ Gccgo compiler roadmap
  • Method expressions.
  • -Support multiple packages with the same name (but different import -paths) in the same program. -
  • Implement goto restrictions.
  • Implement garbage collection.