From bc2d977d677c433910ea705508acd7ed644ddee8 Mon Sep 17 00:00:00 2001 From: Rob Pike Date: Fri, 9 Apr 2010 13:22:05 -0700 Subject: [PATCH] Update roadmap: delete many accomplishments R=golang-dev, iant CC=golang-dev https://golang.org/cl/854045 --- doc/devel/roadmap.html | 23 +---------------------- 1 file changed, 1 insertion(+), 22 deletions(-) diff --git a/doc/devel/roadmap.html b/doc/devel/roadmap.html index bb0c8c7b89..eace183f72 100644 --- a/doc/devel/roadmap.html +++ b/doc/devel/roadmap.html @@ -20,24 +20,12 @@ accepted.

@@ -58,12 +46,7 @@ Improved CGO including some mechanism for calling back from C to Go.
  • SWIG support.
  • -Public continuous build and benchmark infrastructure. -
  • Improved implementation documentation. -
  • -Package manager, possibly including a language change to the import -statement.

    @@ -71,11 +54,9 @@ Gc compiler roadmap

    • -Method expressions. -
    • Implement goto restrictions.
    • -Safe compilation mode: generate code which is guaranteed not to obtain +Safe compilation mode: generate code that is guaranteed not to obtain an invalid memory address other than via import "unsafe".
    • Generate ELF debug info. @@ -90,8 +71,6 @@ Gccgo compiler roadmap