Jeff Geerling

Results 1857 comments of Jeff Geerling

> break all existing composer dependency setups 😩

Also, with the Vagrantfile ever-expanding in size, I wonder if it might be good to have a '`ruby-src` subfolder somewhere (something like that... whatever the Ruby convention would be) and...

@oxyc - Also, note that I think I'd like to include #1332 in a 4.x release, but I'm considering saving this change (along with more of a "this is how...

> Is there a way to detect which version you're updating from in a composer plugin? That... I'm not sure of. I'm pretty new to Composer plugins myself.

@oxyc - I think one other thing that would be helpful to document somewhere/somehow is how you could still patch Drupal VM using something like https://github.com/cweagans/composer-patches — sometimes people need...

@oxyc - I'm good with that. As long as you don't make people who use it standalone feel shameful, since that's probably going to still be the default/majority use case...

Just wanted to note that I grabbed some of the work here and dumped it into https://github.com/geerlingguy/drupal-vm-docker, which is more of a quick proof-of-concept just using the Drupal VM Docker...

Dropping to 6.0.0 milestone. The Drupal community's adoption of Composer is just not there yet to default this thing to Composer-first :(

Also just as a reference, here are some of the maintainer-ly things I do currently (that someone else would need to take on): - [ ] Periodically check the issue...

@kevinquillen - The best way currently would be to add a task include file (to use Ansible tasks) or a shell script to run post-provision: http://docs.drupalvm.com/en/latest/extending/scripts/ If you end up...