Andrew Berry
Andrew Berry
I'm coming back at this again for a new project. Re-reading this issue and the code we have, I think this bit is the most important: > As well, by...
> Could/Would we also have a separate task command like task drupal-dev:update or task drupal:update:dev that we can run locally which would do composer install --dev? That's somewhat similar to...
Same type of issue as #238 .
I don't think so. The hard part is "keep the versions in sync". Is there a way we can include the task version in the `composer.lock` file? Then we could...
I think including task via composer (as we currently do) is _causing_ these errors. Given we are very much tied to ddev in drainpipe, I think it would make sense...
There's also an issue causing it to remove `\`. See in this diff how `\\xd2` became `\xd2`:
Related: #332 .
It wouldn't surprise me if it's the same section of code causing the problem, but we won't know until someone dives into this.
See also: https://github.com/Lullabot/drainpipe/issues/332
We switched one large project to using self-hosted runners for many jobs, and this significantly improved test time since we don't fully wipe the machines after each job. However, even...