[VOTE] Argument unpackin

php.internals

Nikita Popov

12 years ago
Hi internals! I opened the vote on the argument unpacking RFC: https://wiki.php.net/rfc/argument_unpacking#vote This RFC is the logical complement of the variadics RFC that was accepted earlier this year. Nikita

Hannes Magnusson

12 years ago
On Sat, Dec 21, 2013 at 4:55 AM, Nikita Popov <nikita.ppv@gmail.com> wrote:
> Hi internals! > > I opened the vote on the argument unpacking RFC: > > https://wiki.php.net/rfc/argument_unpacking#vote >
"Voting started 2013-12-21 and will be open for at least two weeks (holidays :)" We've had issues in the past where "open for at least.." has caused issues on controversial RFCs, where conspiracy theorists claimed the vote was open (after the initial 2weeks) until enough people had voted A or B. I encourage you to have a fixed final date to avoid any such potential issues. -Hannes

Nikita Popov

12 years ago
On Wed, Dec 25, 2013 at 8:52 PM, Hannes Magnusson < hannes.magnusson@gmail.com> wrote:
> On Sat, Dec 21, 2013 at 4:55 AM, Nikita Popov <nikita.ppv@gmail.com> > wrote: > > Hi internals! > > > > I opened the vote on the argument unpacking RFC: > > > > https://wiki.php.net/rfc/argument_unpacking#vote > > > > > "Voting started 2013-12-21 and will be open for at least two weeks > (holidays :)" > > We've had issues in the past where "open for at least.." has caused > issues on controversial RFCs, where conspiracy theorists claimed the > vote was open (after the initial 2weeks) until enough people had voted > A or B. > > I encourage you to have a fixed final date to avoid any such potential > issues. >
Okay, I fixed the end to January 11th :) Thanks, Nikita

Nikita Popov

12 years ago
On Sat, Dec 21, 2013 at 1:55 PM, Nikita Popov <nikita.ppv@gmail.com> wrote:
> Hi internals! > > I opened the vote on the argument unpacking RFC: > > https://wiki.php.net/rfc/argument_unpacking#vote > > This RFC is the logical complement of the variadics RFC that was accepted > earlier this year. >
RFC was accepted with 32 in favor and 2 against :) Nikita

Andrew Faulds

12 years ago
On 11/01/14 11:25, Nikita Popov wrote:
> RFC was accepted with 32 in favor and 2 against :)
Fantastic news! Named parameters next? :)
-- Andrea Faulds http://ajf.me/

Kevin Ingwersen

12 years ago
Named Parameters as in ObjC and the like? I.e.: [object readFrom:file untill:nnn …]; Or similar? That’d be overkill and awesome! :) Am Sa. Jan. 11 2014 14:33:08 schrieb Andrea Faulds:

Andrew Faulds

12 years ago
On 11/01/14 13:36, Kevin Ingwersen wrote:
> Named Parameters as in ObjC and the like? I.e.: > > [object readFrom:file untill:nnn …]; > > Or similar? That’d be overkill and awesome! :)
https://wiki.php.net/rfc/named_params Nikita's already got this RFC. I'm just hoping it can get voted into 5.6.
-- Andrea Faulds http://ajf.me/

Robert Stoll

12 years ago
I hope it gets never voted into PHP. The restrictions which come along are to big IMO. And I pointed out some major BC breaks, so it should at least not be introduced in PHP 5.6

Pierre Joye

12 years ago
On Jan 11, 2014 3:37 PM, "Robert Stoll" <php@tutteli.ch> wrote:
> > I hope it gets never voted into PHP. The restrictions which come along
are to big IMO. And I pointed out some major BC
> breaks, so it should at least not be introduced in PHP 5.6 >
Please create a new thread. This is totally unrelated but this question deserves its own thread.