Luke Rodgers
Luke Rodgers
Who maintains this repository? Can I have some feedback or a review? I think having `composer install` fail silently in the background is bad code smell.
Thanks @hostep I think this change is sensible, no matter what way I spin it I want errors in composer install to be loud and not silenced, as a silenced...
@sivaschenko thank you for digging those notes out. Wow, 2.0.1 references haha. Before I try and reproduce whatever ancient error that is, are zip based Magento installs actually supported or...
Thanks @hostep I'm thinking that the original "fix" to suppress all errors was a bit of a sledgehammer approach and we need something a bit more nuanced.
@sivaschenko I realistically don't have time to repro the zip install process. Would you accept a sledgehammer on a sledgehammer fix? Can I put in some additional options like in...
@hostep I think this change would have made it kick up some fuss, its definitely done that for file permission errors in media for us in the past so a...
https://github.com/magento/magento-composer-installer/pull/27#issuecomment-791511027 I think this would be the least impact change without me having to go back and regression test a weird install process. It would be opt in, but at...
Hey @xmav I'm not sure I can run these tests out of your ecosystem, like where do I find `magento/magento2-base-mock` Prep ``` wget https://getcomposer.org/download/2.2.14/composer.phar chmod +x composer.phar ``` Running the...
Hello @sidolov @xmav ? How do i even run the tests? Please see above
Hello @xmav @sidolov ? Can you please respond to my above query? how do i run these tests?