-
Notifications
You must be signed in to change notification settings - Fork 18k
x/sync: create subrepo #13058
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Comments
SGTM |
SGTM. I am in favour of this trend towards smaller, more focused subrepos. On Tue, Oct 27, 2015 at 11:18 AM, Andrew Gerrand notifications@github.com
|
LGTM |
CL https://golang.org/cl/16506 mentions this issue. |
The repo is created. |
adg
added a commit
to golang/build
that referenced
this issue
Oct 30, 2015
Update issue golang/go#13058 Change-Id: I24e136b955e7556af2c24c25b10f6d4abb630dbd Reviewed-on: https://go-review.googlesource.com/16506 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
@Sajmani, @adg and I want to create the golang.org/x/sync subrepo for synchronization-related packages.
In particular,
This has grown more important because http2 wants to use singleflight, but http2 is in x/net and internal/singleflight is stdlib-only internal. I want to put it in x/sync so both stdlib and x/net/http2 can share the same vendored copy (and delete the internal copy).
Further, sameer and @bcmills want to open source some google stuff which requires a home.
x/tools turned into a dumping group, and now x/net is at risk of turning into a dumping ground.
Hence: x/sync for these sync-related things.
/cc @rsc @adg
The text was updated successfully, but these errors were encountered: