Re: [PHP-DEV] [VOTE] PHP\iterable\any() and all() on iterables

2021-02-10 Thread Mike Schinkel
> On Feb 8, 2021, at 7:37 PM, Kamil Tekiela wrote: > > Hi Tyson, > > Thanks for the RFC. I have to say that I like the core concept and the > motivation behind it. However, let me explain why I voted No. > > 1. As others have said I think that the scope is too small. If we are going > to

Re: [PHP-DEV] [VOTE] PHP\iterable\any() and all() on iterables

2021-02-10 Thread Larry Garfield
On Mon, Feb 8, 2021, at 6:37 PM, Kamil Tekiela wrote: > Hi Tyson, > > Thanks for the RFC. I have to say that I like the core concept and the > motivation behind it. However, let me explain why I voted No. > > 1. As others have said I think that the scope is too small. If we are going > to create

Re: [PHP-DEV] [VOTE] PHP\iterable\any() and all() on iterables

2021-02-10 Thread tyson andre
Hi Guilliam Xavier, > > > Hi Larry Garfield, > > > > > > > > Hi Larry Garfield, > > > > > > > > > > > > Hi internals, > > > > > > > > > > > > > > Voting has started on > > > > > > > https://wiki.php.net/rfc/any_all_on_iterable and > > > > > > > ends on 2021-02-22. > > > > > > > > > > > > > >

Re: [PHP-DEV] [VOTE] PHP\iterable\any() and all() on iterables

2021-02-10 Thread Guilliam Xavier
Hi, On Tue, Feb 9, 2021 at 7:33 PM Larry Garfield wrote: > On Mon, Feb 8, 2021, at 6:48 PM, Levi Morrison via internals wrote: > > On Mon, Feb 8, 2021 at 5:15 PM tyson andre > wrote: > > > > > > Hi Larry Garfield, > > > > > > > > Hi Larry Garfield, > > > > > > > > > > > > Hi internals, > > > >

Re: [PHP-DEV] [VOTE] PHP\iterable\any() and all() on iterables

2021-02-09 Thread Larry Garfield
On Mon, Feb 8, 2021, at 6:48 PM, Levi Morrison via internals wrote: > On Mon, Feb 8, 2021 at 5:15 PM tyson andre wrote: > > > > Hi Larry Garfield, > > > > > > Hi Larry Garfield, > > > > > > > > > > Hi internals, > > > > > > > > > > > > Voting has started on

Re: [PHP-DEV] [VOTE] PHP\iterable\any() and all() on iterables

2021-02-08 Thread Levi Morrison via internals
On Mon, Feb 8, 2021 at 5:15 PM tyson andre wrote: > > Hi Larry Garfield, > > > > Hi Larry Garfield, > > > > > > > > Hi internals, > > > > > > > > > > Voting has started on https://wiki.php.net/rfc/any_all_on_iterable and > > > > > ends on 2021-02-22. > > > > > > > > > > This RFC proposes to add

Re: [PHP-DEV] [VOTE] PHP\iterable\any() and all() on iterables

2021-02-08 Thread Kamil Tekiela
Hi Tyson, Thanks for the RFC. I have to say that I like the core concept and the motivation behind it. However, let me explain why I voted No. 1. As others have said I think that the scope is too small. If we are going to create that namespace then I would like to see more functions/classes in

Re: [PHP-DEV] [VOTE] PHP\iterable\any() and all() on iterables

2021-02-08 Thread tyson andre
Hi Larry Garfield, > > Hi Larry Garfield, > > > > > > Hi internals, > > > > > > > > Voting has started on https://wiki.php.net/rfc/any_all_on_iterable and > > > > ends on 2021-02-22. > > > > > > > > This RFC proposes to add the functions `PHP\iterable\any(iterable > > > > $input, ?callable

Re: [PHP-DEV] [VOTE] PHP\iterable\any() and all() on iterables

2021-02-08 Thread Larry Garfield
On Mon, Feb 8, 2021, at 12:02 PM, tyson andre wrote: > Hi Larry Garfield, > > > > Hi internals, > > > > > > Voting has started on https://wiki.php.net/rfc/any_all_on_iterable and > > > ends on 2021-02-22. > > > > > > This RFC proposes to add the functions `PHP\iterable\any(iterable > > >

Re: [PHP-DEV] [VOTE] PHP\iterable\any() and all() on iterables

2021-02-08 Thread tyson andre
Hi Levi Morrison, > > Hi internals, > > > > Voting has started on https://wiki.php.net/rfc/any_all_on_iterable and ends > > on 2021-02-22. > > > > This RFC proposes to add the functions `PHP\iterable\any(iterable $input, > > ?callable $callback = null): bool` and `PHP\iterable\all(...)` > > to

Re: [PHP-DEV] [VOTE] PHP\iterable\any() and all() on iterables

2021-02-08 Thread tyson andre
Hi Larry Garfield, > > Hi internals, > > > > Voting has started on https://wiki.php.net/rfc/any_all_on_iterable and > > ends on 2021-02-22. > > > > This RFC proposes to add the functions `PHP\iterable\any(iterable > > $input, ?callable $callback = null): bool` and `PHP\iterable\all(...)` > >

Re: [PHP-DEV] [VOTE] PHP\iterable\any() and all() on iterables

2021-02-08 Thread Mark Randall
On 08/02/2021 15:14, Kalle Sommer Nielsen wrote: Den man. 8. feb. 2021 kl. 17.08 skrev Levi Morrison via internals : - I do not like the chosen namespace. This is not as important as the previous point, but still factored into my decision as we are still very early in choosing namespaces for

Re: [PHP-DEV] [VOTE] PHP\iterable\any() and all() on iterables

2021-02-08 Thread Kalle Sommer Nielsen
Den man. 8. feb. 2021 kl. 17.08 skrev Levi Morrison via internals : > - I do not like the chosen namespace. This is not as important as the > previous point, but still factored into my decision as we are still > very early in choosing namespaces for internals. I don't want to vote > for something

Re: [PHP-DEV] [VOTE] PHP\iterable\any() and all() on iterables

2021-02-08 Thread Levi Morrison via internals
On Mon, Feb 8, 2021 at 7:33 AM tyson andre wrote: > > Hi internals, > > Voting has started on https://wiki.php.net/rfc/any_all_on_iterable and ends > on 2021-02-22. > > This RFC proposes to add the functions `PHP\iterable\any(iterable $input, > ?callable $callback = null): bool` and

Re: [PHP-DEV] [VOTE] PHP\iterable\any() and all() on iterables

2021-02-08 Thread Larry Garfield
On Mon, Feb 8, 2021, at 8:32 AM, tyson andre wrote: > Hi internals, > > Voting has started on https://wiki.php.net/rfc/any_all_on_iterable and > ends on 2021-02-22. > > This RFC proposes to add the functions `PHP\iterable\any(iterable > $input, ?callable $callback = null): bool` and