Re: [PHP-DEV] Re: [RFC] [Discussion] Add new function `array_group`

2023-05-31 Thread Larry Garfield
On Wed, May 31, 2023, at 10:47 PM, Boro Sitnikovski wrote: > 1. The grouping that JavaScript/.NET/Lodash/Scala/etc. do (this should > be the default of `array_group`) > 2. The grouping that Haskell does, the one I proposed earlier (this can > be altered in a flag within `array_group`) > > Based

[PHP-DEV] Re: [RFC] [Discussion] Add new function `array_group`

2023-05-31 Thread Boro Sitnikovski
On 30.5.2023, at 15:13, Boro Sitnikovski wrote:Updated the patch: added a test about increasing subsequences example, and a minor bugfix.On 30.5.2023, at 13:34, Boro Sitnikovski wrote:Hello all,As per the How To Create an RFC instructions, I am sending this e-mail in order to get your feedback on

[PHP-DEV] Re: [RFC] [Discussion] Add new function `array_group`

2023-05-30 Thread Boro Sitnikovski
Updated the patch: added a test about increasing subsequences example, and a minor bugfix. array_group.patch Description: Binary data On 30.5.2023, at 13:34, Boro Sitnikovski wrote:Hello all,As per the How To Create an RFC instructions, I am sending this e-mail in order to get your feedback on my