Re: [PHP-DEV] Finer control of diagnostics (deprecations, notices, and warnings)

2021-11-15 Thread Rowan Tommins
On 15/11/2021 12:03, Michał Marcin Brzuchalski wrote: Personally, I think that given feature users would add whole vendor directory, since the vendor/package directory is not fixed, may change - which in essence may go out of control and silently invoke a waterfall of unexpected errors. I do

Re: [PHP-DEV] Finer control of diagnostics (deprecations, notices, and warnings)

2021-11-15 Thread Michał Marcin Brzuchalski
pon., 15 lis 2021 o 13:03 Michał Marcin Brzuchalski < [email protected]> napisał(a): > Hi Rowan, > > pon., 15 lis 2021 o 12:34 Rowan Tommins > napisał(a): > >> Hi all, >> >> Concerns have been raised a few times recently about adding new warnings >> and deprecation notices, particularl

Re: [PHP-DEV] Finer control of diagnostics (deprecations, notices, and warnings)

2021-11-15 Thread Michał Marcin Brzuchalski
Hi Rowan, pon., 15 lis 2021 o 12:34 Rowan Tommins napisał(a): > Hi all, > > Concerns have been raised a few times recently about adding new warnings > and deprecation notices, particularly: > > * That code bases with many instances of a particular pattern see a lot > of noise when a message is a

[PHP-DEV] Finer control of diagnostics (deprecations, notices, and warnings)

2021-11-15 Thread Rowan Tommins
Hi all, Concerns have been raised a few times recently about adding new warnings and deprecation notices, particularly: * That code bases with many instances of a particular pattern see a lot of noise when a message is added * That library maintainers face pressure to fix deprecations from us