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

Remove deprecated args argument from install_git() #1374

Closed
wants to merge 2 commits into from
Closed

Remove deprecated args argument from install_git() #1374

wants to merge 2 commits into from

Conversation

StevenMMortimer
Copy link
Contributor

resolves #1373 and also fixes an issue where the quiet argument was explicitly stated in try_install_remote() and throwing error if not explicitly provided upstream.

@hadley
Copy link
Member

hadley commented Nov 3, 2016

Could you please take a look at the build failures?

Remove the args argument because it is blocking the user from passing args down into the install command
Fix the error message argument "quiet" is missing, with no default by adding quiet with default value FALSE to the install_git function just like it has been done with the install_github function
@StevenMMortimer
Copy link
Contributor Author

I've taken a look at build failures and resubmitted PR as #1390. There's still a failure on Travis, but seems unrelated. Thanks for taking a look.

@jimhester
Copy link
Member

@ReportMort You don't need to resubmit, if you push more commits to the same branch the PR was on they will be added to the existing PR.

@StevenMMortimer
Copy link
Contributor Author

StevenMMortimer commented Nov 7, 2016

Thanks @jimhester. I'm aware. This was sort of a dumb thing on my part. I reset hard on some commits and GitHub automatically closed this PR and opened a new one. I closed #1390 and re-opened this guy.

@jimhester jimhester added this to the 1.13.0 milestone May 3, 2017
@jimhester
Copy link
Member

Thanks! Merged in 2636e2a

@jimhester jimhester closed this May 17, 2017
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.

Cannot pass args through install_git
3 participants