From 4edd78d9f8322f3627dbdc83775bf2134502a1ef Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Thu, 17 Oct 2019 16:58:56 +0000 Subject: [PATCH] doc/go1.14.html: add some TODOs about various ports Updates #15581 Updates #34368 Change-Id: Ife3be7ed484cbe87960bf972ac701954d86127d8 Reviewed-on: https://go-review.googlesource.com/c/go/+/201740 Reviewed-by: Bryan C. Mills --- doc/go1.14.html | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/doc/go1.14.html b/doc/go1.14.html index d836d08683..7814efd8be 100644 --- a/doc/go1.14.html +++ b/doc/go1.14.html @@ -33,9 +33,24 @@ TODO

Ports

-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. +

+ +

+ TODO: is Illumos up with a builder and passing? + https://golang.org/issue/15581.

+

+ 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. +

+ +

Native Client (NaCl)

-- 2.50.0