Greg Anderson

Results 388 comments of Greg Anderson

Is this for a Pantheon custom upstream? Pantheon upstreams always release from branches, not tags. If you want to simulate a Semantic Versioning based release mechanism, I would recommend: -...

Instead of including the autoloader from hook_boot, perhaps it would be more reliable to include it from settings.php.

Tests are failing because a stderr message from mariadb is being mixed in with the program output.

There are a lot of Terminus issues; this one probably just got forgotten. I created a PR to kick things off again.

See also: https://github.com/orgs/pantheon-sites/repositories https://github.com/orgs/pantheon-fixtures/repositories

This has been broken for years. In ancient versions of Symfony, it worked. Then, Symfony became more strict, and it stopped working. I forget the details of what changed, but...

Haven't investigated, but as a workaround, you could wrap your function in `if(!function_exists())`

Looks like overzealous security in the box phar generator; investigating.

I was able to reproduce the phar install on Pantheon. When trying to do the same thing (update drupal core after removing the lock file) on a source install, I...