Re: [PHP-DEV] Issues with readonly classes

2022-09-04 Thread Derick Rethans
On 4 September 2022 11:46:18 BST, Nicolas Grekas wrote: >Hi Marco, > >IMO good as-is: can be relaxed later (8.3 or later), if anybody believes >> it's a show-stopper. >> >Readonly classes don't really need to be lazy. >> > >"Break things and move slow" doesn't feel right to me for the language.

Re: [PHP-DEV] Issues with readonly classes

2022-09-04 Thread Marco Pivetta
It doesn't break anything: we have a new limitation, we observe if it is problematic, we remove that limitation if that is the case. That already happened for PHP 8.1, although I can't remember the exact feature. Let the side wheels attached for now 👍 On Sun, 4 Sep 2022, 12:46 Nicolas Grekas, w

Re: [PHP-DEV] Issues with readonly classes

2022-09-04 Thread Nicolas Grekas
Hi Marco, IMO good as-is: can be relaxed later (8.3 or later), if anybody believes > it's a show-stopper. > Readonly classes don't really need to be lazy. > "Break things and move slow" doesn't feel right to me for the language. Maybe you don't see the need for lazy readonly classes, but that's n