From @bradfitz:
Currently our builders can only run stuff in golang.org/x* and hosted on Gerrit.
That's not fundamental, but it's just how things are currently implemented.
So my first question is whether the Go team would be willing to allow github.com/fsnotify/fsnotify to use the Go builder machines and what would it entail to modify the implementation to do so?
--
You received this message because you are subscribed to a topic in the Google Groups "golang-dev" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/golang-dev/SVrNHQU1oEM/unsubscribe.
To unsubscribe from this group and all its topics, send an email to golang-dev+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
On Apr 21, 2016, at 8:13 PM, Nathan Youngman <he...@nathany.com> wrote:
Fortunately the Go language and libraries aren't changing a whole lot. It still would be a pretty good idea to ensure various third-party packages work on tip.
You received this message because you are subscribed to the Google Groups "golang-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to golang-dev+...@googlegroups.com.
In the recent past (go 1.5 cycle?) we had been testing the gonum packages on tip as well as the stable branches. However, the failures on tip were too frequent and were interfering with our development cycle, so we discontinued that practice.