Skip to content

Commit

Permalink
doc/go1.14.html: add some TODOs about various ports
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
bradfitz committed Oct 17, 2019
1 parent ef18d6a commit 4edd78d
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion doc/go1.14.html
Expand Up @@ -33,9 +33,24 @@ <h2 id="language">Changes to the language</h2>
<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 -->
Expand Down

0 comments on commit 4edd78d

Please sign in to comment.