[RFC] Permit trailing whitespace in numeric strings (again)

php.internals

Girgias

6 years ago
Greetings internals, I want to bring back the following RFC, written by Andrea Faulds, back to the discussion table: https://wiki.php.net/rfc/trailing_whitespace_numerics As she doesn't have time to move forward with it she allowed me to take it over. I've rebased her patch onto master in the following pull request: https://github.com/php/php-src/pull/5762 As the vote is mostly straightforward I intend on opening the vote in 2 weeks. Best regards George P. Banyard

Larry Garfield

6 years ago
On Wed, Jun 24, 2020, at 8:40 AM, G. P. B. wrote:
> Greetings internals, > > I want to bring back the following RFC, written by Andrea Faulds, back to > the discussion table: https://wiki.php.net/rfc/trailing_whitespace_numerics > > As she doesn't have time to move forward with it she allowed me to take it > over. > > I've rebased her patch onto master in the following pull request: > https://github.com/php/php-src/pull/5762 > > As the vote is mostly straightforward I intend on opening the vote in 2 > weeks. > > Best regards > > George P. Banyard
This seems reasonable, but the RFC text should be updated. It still says it's targeting 7.4. :-) --Larry Garfield

Björn Larsson

6 years ago
Den 2020-06-24 kl. 15:40, skrev G. P. B.:
> Greetings internals, > > I want to bring back the following RFC, written by Andrea Faulds, back to > the discussion table: https://wiki.php.net/rfc/trailing_whitespace_numerics > > As she doesn't have time to move forward with it she allowed me to take it > over. > > I've rebased her patch onto master in the following pull request: > https://github.com/php/php-src/pull/5762 > > As the vote is mostly straightforward I intend on opening the vote in 2 > weeks. > > Best regards > > George P. Banyard
Excellent news! I was just waiting for this RFC to show up in due time for 8.0 :) r//Björn L