Benji Fisher
Benji Fisher
Add `init` hooks for the `migrate:status`, `migrate:import`, and `migrate:rollback` commands. Call `$this->getMigrationList()` in these hooks. Save the result as the new `migrationList` option. Also move some validation to the `init`...
Fix the indentation on the sort-packages line. Set optimize-autoloader to true. Set preferred-install to "dist".
I copied the example `.ahoy.yml` from the home page, ending with this: ```yaml subcommands: usage: List the commands from the imported config files. # These commands will be aggregated together...
I am reviewing https://www.drupal.org/project/drupal/issues/2925899. I previously applied the patch from Comment 52. (It would be great if the comment number was part of the commit message.) The patch in Comment...
I am reviewing [Move memory management from MigrateExecutable to an event subscriber](https://www.drupal.org/project/drupal/issues/3006750#comment-13743203) and previously applied the patch from Comment 58. When I tried to apply the patch from Comment 61,...
This needs thorough testing, but I think it solves #2. The first commit reorganizes parts of the jinja syntax file, but should have no effect at all on the highlighting....
There are several places in the script that use `:normal`, such as ``` vim normal! H ``` This can break if the user has set the `'langmap'` option, for example...