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

Expose build method to make it possible to be integrated #12

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

liyu1981
Copy link

Currently it is impossible to integrate pynt to other projects. Expose build method will help to resolve this.

Expose build function
Only the top task can receive args and kwargs, and it is last evaluated, this is useless. We should let all dependencies also able to access args.

E.g., I may have a task run depends on task deploy, and I want to run some tests. So I pass a test params to run, but deploy has also to know this, as it needs it to deploy test files.
@rags
Copy link
Owner

rags commented Jul 19, 2015

Your commits are braking the build. Please fix it. From what I understand you want the build method to be exposed right? There seems to be 2 commits that are unrelated. Please send them as separate merge requests.

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.

2 participants