-
Notifications
You must be signed in to change notification settings - Fork 247
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
PyBuilder install_dependencies behavior should mirror #340 #347
Conversation
537d1af
to
8064612
Compare
@arcivanov is this ready for review or are you still tinkering with it? |
bf67c32
to
ae9a3ad
Compare
@mriehl still tinkering, hence the WIP label |
d0ce2ec
to
d9c29ac
Compare
@mriehl ready for preliminary review |
" from %s" % url if url else "") | ||
log_file = project.expand_path("$dir_install_logs", dependency.name) | ||
log_file = re.sub(r'<|>|=', '_', log_file) | ||
def install_dependency(logger, project, dependencies): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this should be install_dependencies
now
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
backward compatibility. I'll alias it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can't alias it, conflicts with task function. at any rate it supports 1 to many
Good stuff, and nice find on the mock. |
https://github.com/pybuilder/pybuilder/pull/347/files#diff-001479a18f1db7b9cde893d99c6734f1R106
fixes #346, connected to #346