Skip to content
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

update context imports to golang.org/x/net #819

Merged
merged 1 commit into from
Feb 25, 2015
Merged

Conversation

cryptix
Copy link
Contributor

@cryptix cryptix commented Feb 25, 2015

new version of #804 so that jenkins runs.

@btc btc added the status/in-progress In progress label Feb 25, 2015
@cryptix cryptix mentioned this pull request Feb 25, 2015
@cryptix cryptix changed the title X net context leeroy update context imports to golang.org/x/net Feb 25, 2015
@cryptix cryptix force-pushed the x_net_context_leeroy branch from b331381 to 591c18f Compare February 25, 2015 10:37
- updated go-ctxgroup and goprocess
ctxgroup: AddChildGroup was changed to AddChild. Used in two files:
- p2p/net/mock/mock_net.go
- routing/dht/dht.go

- updated context from hg repo to git
prev. commit in hg was ad01a6fcc8a19d3a4478c836895ffe883bd2ceab. (context: make parentCancelCtx iterative)
represents commit 84f8955a887232b6308d79c68b8db44f64df455c in git repo

- updated context to master (b6fdb7d8a4ccefede406f8fe0f017fb58265054c)

Aaron Jacobs (2):
net/context: Don't accept a context in the DoSomethingSlow example.
context: Be clear that users must cancel the result of WithCancel.

Andrew Gerrand (1):
go.net: use golang.org/x/... import paths

Bryan C. Mills (1):
net/context: Don't leak goroutines in Done example.

Damien Neil (1):
context: fix removal of cancelled timer contexts from parent

David Symonds (2):
context: Fix WithValue example code.
net: add import comments.

Sameer Ajmani (1):
context: fix TestAllocs to account for ints in interfaces
@cryptix cryptix force-pushed the x_net_context_leeroy branch from 591c18f to 92d08db Compare February 25, 2015 10:59
@jbenet
Copy link
Member

jbenet commented Feb 25, 2015

Ok LGTM

jbenet added a commit that referenced this pull request Feb 25, 2015
update context imports to golang.org/x/net
@jbenet jbenet merged commit 88dea57 into master Feb 25, 2015
@jbenet jbenet deleted the x_net_context_leeroy branch February 25, 2015 11:17
@jbenet jbenet removed the status/in-progress In progress label Feb 25, 2015
ariescodescream pushed a commit to ariescodescream/go-ipfs that referenced this pull request Oct 23, 2021
update context imports to golang.org/x/net
ariescodescream pushed a commit to ariescodescream/go-ipfs that referenced this pull request Apr 7, 2022
update context imports to golang.org/x/net
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants