]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.14.html: add some TODOs about various ports
authorBrad Fitzpatrick <bradfitz@golang.org>
Thu, 17 Oct 2019 16:58:56 +0000 (16:58 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Thu, 17 Oct 2019 18:58:07 +0000 (18:58 +0000)
Updates #15581
Updates #34368

Change-Id: Ife3be7ed484cbe87960bf972ac701954d86127d8
Reviewed-on: https://go-review.googlesource.com/c/go/+/201740
Reviewed-by: Bryan C. Mills <bcmills@google.com>
doc/go1.14.html

index d836d086834dacf2f77802d17a62bfdc17c39bf9..7814efd8bec111696cef943954b6275e83ece764 100644 (file)
@@ -33,9 +33,24 @@ TODO
 <h2 id="ports">Ports</h2>
 
 <p>
-TODO
+  TODO: is Dragonfly passing? On both Dragonfly release & tip? (ABI
+  change happened) Does the net package's interface APIs work on both?
+  https://golang.org/issue/34368.
+</p>
+
+<p>
+  TODO: is Illumos up with a builder and passing?
+  https://golang.org/issue/15581.
 </p>
 
+<p>
+  TODO: announce something about the Go Solaris port? Solaris itself
+  is unmaintained? The builder is still running at Oracle, but the
+  employee who set it up left the company and we have no way to
+  maintain it.
+</p>
+
+
 <h3 id="nacl">Native Client (NaCl)</h3>
 
 <p><!-- golang.org/issue/30439 -->