Greg Anderson
Greg Anderson
Using this natively on MacOS: ``` brew install bash-completion eval "$(drush completion bash)" ``` However, it doesn't work like this. Typing `drush topic ` results in only two newlines. The...
Sad panda. It's a small library; I guess we could just copy it into Drush, or maybe fork it into Consolidation and adopt ownership. We could review symfony/filesystem and see...
Do we need to remove this completely? Pantheon still relies on global commandfiles to run the site audit tool on a bootstrapped Drupal site. This is safe for commandfiles that...
The Pantheon platform has a number of features that interact with the Drupal site being managed. In order to run code on the Database, Pantheon makes an `ssh` request through...
I have no objection to removing site-wide command discovery in Drush 12 in favor of autodiscovery.
RelativeNamespaceDiscovery just traverses the list of namespaces, and does just one `is_dir` for each.
~Oh yeah I dropped in a php 8 test just to see what happens; planning on taking that out here.~
Relates to #4596
Looks like I still need to fix up some assumptions in composer.json here; will do that later.
The tests are at least running now, but I still need an sql server, and there are some phpunit upgrade issues e.g. stringContainsString that need to be addressed.