> 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? > https://bugs.gnu.org/32949 > > That could probably be fixed based on the info in that thread. OK, if Gábor's clue happens to be the right one, it should not be too hard. I'll look into it later. > 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 ;) -- Pierre Neidhardt https://ambrevar.xyz/