Wouter de Jong
Wouter de Jong
Hi! Can you please explain why this env var is needed and where it is used? Searching through the Symfony code for this env var, I cannot find it: https://github.com/search?q=repo%3Asymfony%2Fsymfony%20MESSENGER_CONSUMER_NAME&type=code
Never heard of Vale. I think this is very interesting! As a start, we can include it for usage as a local linter (like we also did with the `.alexrc`...
I'm not sure, I don't think we want to call this a BC break (or tag it as such) to give the wrong impression that command output is considered within...
I get your point about stderr, however both stderr and stdout of processes are redirected to a container's output. So in hosting relying on containers, this is still an issue....
Yes please :) We need to make a decision (@symfony/mergers): A) **Make `--quiet` completely silent, also for errors** (the current state of this PR). This is a bit troubling for...
Thanks for the feedback everyone! PR is now updated with a new `--silent` option. Decided to not add a shortcut (`-s`), as this can be quite conflicting with shortcut options...
Low deps failure is unrelated, flipped test failure will be fixed by #58320 if I understand correctly.
@kbond adding a new global option is always a BC break, as it'll break commands that defined this option before (you'll get an exception when registering that command). I consider...
> Though for arguments in between I'm not really sure how to proceed. Can you point me to an example how to approach this? See e.g: https://github.com/symfony/symfony/blob/0d15daff2950d619ecebb447efdecbf93decb8db/src/Symfony/Component/Security/Http/Firewall/AccessListener.php#L42-L59 Basically: - Update...
@chalasr see https://github.com/symfony/symfony/issues/39520#issuecomment-749837057 . I think the `entry_point` already allows too much magic strings representing all sorts of things. I'm not sure if adding yet another magic string would be...