You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
github.com/dgryski/go-metro is written largely in gc-syntax assembly, which makes it difficult to support gccgo downstream of it. It would be better if this library (which is used by github.com/golang/dep) did not depend on it.
go-metro is only imported by the cmd/testpaths package, which is called via go:generate from paths_test, so perhaps this can be worked around. On the other hand, its only minimally used and can likely be replaced by any old relatively uniform hash.
github.com/dgryski/go-metro is written largely in gc-syntax assembly, which makes it difficult to support gccgo downstream of it. It would be better if this library (which is used by github.com/golang/dep) did not depend on it.
cc @sdboyer
The text was updated successfully, but these errors were encountered: