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

Migrate to having a single Cachex task #43

Merged
merged 2 commits into from
Jun 17, 2016
Merged

Migrate to having a single Cachex task #43

merged 2 commits into from
Jun 17, 2016

Conversation

whitfin
Copy link
Owner

@whitfin whitfin commented Jun 17, 2016

This will resolve #41 by creating a single Cachex task to delegate through a context.

The first argument to the task should be the name of the task you wish to run in context. Any other arguments are passed to that task (inside the context).

Also caught the Travis and README examples.

@whitfin whitfin self-assigned this Jun 17, 2016
@coveralls
Copy link

coveralls commented Jun 17, 2016

Coverage Status

Coverage remained the same at 100.0% when pulling ea42578 on issue-41 into 10e2983 on master.

@coveralls
Copy link

coveralls commented Jun 17, 2016

Coverage Status

Coverage remained the same at 100.0% when pulling d0ed5e0 on issue-41 into 10e2983 on master.

@whitfin whitfin merged commit be183ad into master Jun 17, 2016
@whitfin whitfin deleted the issue-41 branch June 17, 2016 17:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Neaten up how Cachex tasks are executed
2 participants