-
Notifications
You must be signed in to change notification settings - Fork 196
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
[FEAT-219] Remove the ability to set drush version, use pantheon.yml instead #1190
Conversation
* @param array $settings Key/value pairs to set in the environment settings | ||
* @return bool | ||
*/ | ||
private function updateSetting(array $settings = []) { |
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.
@TeslaDethray This function doesn't seem to be used anymore in this codebase - I would remove it, but I'm not sure if that impacts plugins or has any other undesirable effects.
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 we're moving away from directly setting these variables altogether. If any are still in use then they probably need to be moved to panthon.yml. I don't know if any plugins are relying on this function though.
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.
Yeah we definitely are
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.
Since we're moving away from it and the core does not use it, I feel confident that we can remove this function. Thanks for being so thorough!
Probably needs a note in the CHANGELOG |
7ee218e
to
87a76f6
Compare
CI is failing because the feature test was still present. I've removed it. Once it passes CI, +1. |
👍 |
@ronan @TeslaDethray @bensheldon