Greg Anderson

Results 388 comments of Greg Anderson

A global install of Drush 11 is only going to work with Drupal 9 anyway, so I suppose we could simply assume `6` if symfony/http-kernel does not exist. I think...

I wonder if the Symfony major version exists in some other Symfony project.

As an aside, although global installs of Drush are not recommended in general, `composer global require` in particular is deprecated. See [Fixing the Composer Global Command](https://pantheon.io/blog/fixing-composer-global-command).

Each config file has a very specific priority. The `drush/drush.yml` configuration file is loaded after the Drupal site has been identified. Configuration from an alias needs to be available in...

Drush 9+ is intended to be used as only a site-local Drush, installed alongside Drupal via Composer. If your aliases are for different environments of the same site (e.g. test...

If specifying the URI option by alias is working fine with /drush/sites/self.site.yml, I am confused about what your issue with paths is. What are you trying to do that isn't...

Seems okay to me. My only reservation is whether preg_match is the best way to detect a named file descriptor. Since getting this wrong would only amount to an extra...

Maybe someone who can reproduce this could do a `git bisect` between 9.6.2 and 10.2.0 and see where the behavior changed.

@kindlehl Drush 8.x doesn't use any of this code, so the problem must be unrelated. If you could test with `git bisect` and determine which commit on the 8.x branch...