Re: [PHP-DEV] Re: [RFC] Enumerations, Round 2

2021-02-02 Thread Larry Garfield
On Fri, Jan 29, 2021, at 11:15 AM, Larry Garfield wrote: > And we're back again. The RFC has been updated with a steady stream of > smaller improvements based on feedback and testing, and is now in its > Final Form(tm) (we think). The only major change worth noting is that > we renamed

Re: [PHP-DEV] Re: [RFC] Enumerations, Round 2

2021-02-01 Thread Alexandru Pătrănescu
On Mon, Feb 1, 2021 at 9:30 PM Larry Garfield wrote: > On Mon, Feb 1, 2021, at 11:48 AM, Alexandru Pătrănescu wrote: > > > > > https://wiki.php.net/rfc/enumerations > > > > > > At this point, Ilija and I consider the RFC done and ready for a vote. > > > Baring any major issues being brought up,

Re: [PHP-DEV] Re: [RFC] Enumerations, Round 2

2021-02-01 Thread David Gebler
> We tried that. The `enum` keyword precludes any class or interface being called `Enum`, even internally. Enumerable, Enumerated, Enumerator? On Mon, Feb 1, 2021 at 7:30 PM Larry Garfield wrote: > On Mon, Feb 1, 2021, at 11:48 AM, Alexandru Pătrănescu wrote: > > > > >

Re: [PHP-DEV] Re: [RFC] Enumerations, Round 2

2021-02-01 Thread Larry Garfield
On Mon, Feb 1, 2021, at 11:48 AM, Alexandru Pătrănescu wrote: > > https://wiki.php.net/rfc/enumerations > > > > At this point, Ilija and I consider the RFC done and ready for a vote. > > Baring any major issues being brought up, we plan to start the vote in the > > first half of next week,

Re: [PHP-DEV] Re: [RFC] Enumerations, Round 2

2021-02-01 Thread Alexandru Pătrănescu
On Fri, Jan 29, 2021 at 7:17 PM Larry Garfield wrote: > On Mon, Dec 28, 2020, at 2:21 PM, Larry Garfield wrote: > > Hello, Internalians! > > > > After considerable discussion and effort, Ilija and I are ready to > > offer you round 2 on enumerations. This is in the spirit of the > > previous

Re: [PHP-DEV] Re: [RFC] Enumerations, Round 2

2021-02-01 Thread Nikita Popov
On Mon, Feb 1, 2021 at 2:16 PM Nikita Popov wrote: > On Fri, Jan 29, 2021 at 6:18 PM Larry Garfield > wrote: > >> On Mon, Dec 28, 2020, at 2:21 PM, Larry Garfield wrote: >> > Hello, Internalians! >> > >> > After considerable discussion and effort, Ilija and I are ready to >> > offer you round 2

Re: [PHP-DEV] Re: [RFC] Enumerations, Round 2

2021-02-01 Thread Nikita Popov
On Fri, Jan 29, 2021 at 6:18 PM Larry Garfield wrote: > On Mon, Dec 28, 2020, at 2:21 PM, Larry Garfield wrote: > > Hello, Internalians! > > > > After considerable discussion and effort, Ilija and I are ready to > > offer you round 2 on enumerations. This is in the spirit of the > > previous

[PHP-DEV] Re: [RFC] Enumerations, Round 2

2021-01-29 Thread Larry Garfield
On Mon, Dec 28, 2020, at 2:21 PM, Larry Garfield wrote: > Hello, Internalians! > > After considerable discussion and effort, Ilija and I are ready to > offer you round 2 on enumerations. This is in the spirit of the > previous discussion, but based on that discussion a great deal has been >