On Wed, Oct 24, 2018 at 04:02:46PM +0200, Pierre Neidhardt wrote: > > > First, the implementation of go-build-system is really inefficient for > > Go 1.11, especially since things compiled with Go 1.11 keep a huge > > run-time dependency graph: > > Is it _only_ inefficient because of issue 32949 or is there another reason? There is also but IMO it's not a blocker considering that Go 1.9 is no longer supported upstream. > > Second, there are packages that don't yet support Go 1.9. Syncthing is a > > case where there are dependencies that need to be updated and tested. > > I think you meant Go 1.11 ;) Yes :)