Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:115259 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 76259 invoked from network); 1 Jul 2021 14:52:55 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 1 Jul 2021 14:52:55 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 98CA9180551 for ; Thu, 1 Jul 2021 08:13:26 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,RCVD_IN_DNSWL_LOW,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL, SPF_HELO_PASS,SPF_NONE autolearn=no autolearn_force=no version=3.4.2 X-Spam-Virus: No X-Envelope-From: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Thu, 1 Jul 2021 08:13:26 -0700 (PDT) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 7F5B85C00E4 for ; Thu, 1 Jul 2021 11:13:25 -0400 (EDT) Received: from imap43 ([10.202.2.93]) by compute1.internal (MEProxy); Thu, 01 Jul 2021 11:13:25 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-proxy :x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=8VQWdm +bLIkQNi0LyuL+Nvom+OJ42C9jlroM2iitJCQ=; b=AH3dxcpguxr/a75sFH2lV5 FyqL4grpP31FY4/RxPnf17VwsaSBYBVMxHRLEuETfr72hl9wZLrYg8ALOSzmUFiD 4s/n0zoddubrPqbUl0BAxhBFYKBxQHNIjVQpyF6VWpjb6uNLlxmCnlup5Sn8fl/I w0iHe2xTQtjnkZoGpcVYvVP9gSFuynTiWZf7eOMy+MTD8dBi2+Mtn9Xl9hF7rnrq N9k8M91whLgcyynBO+YjxJHk4yAWzZrN30D55vW7U1RNlgB/dkS8bHDI7gW6Szio 8qr3+S15HGkLe1SZ7Jxj8weXGCbhpDAtQFWJnXxQ/6XqRhhxnx/Pi8AH9R2itezg == X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduledrfeeiiedgkeegucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhepofgfggfkjghffffhvffutgesthdtredtreertdenucfhrhhomhepfdfnrghr rhihucfirghrfhhivghlugdfuceolhgrrhhrhiesghgrrhhfihgvlhguthgvtghhrdgtoh hmqeenucggtffrrghtthgvrhhnpeevheehvdevjeelvdevgfelvefftdejkeelvdekgeeh fffgiedvjefhhfeltdduteenucffohhmrghinhepphhhphdrnhgvthenucevlhhushhtvg hrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehlrghrrhihsehgrghrfhhi vghlughtvggthhdrtghomh X-ME-Proxy: Received: by mailuser.nyi.internal (Postfix, from userid 501) id 50B97AC0076; Thu, 1 Jul 2021 11:13:25 -0400 (EDT) X-Mailer: MessagingEngine.com Webmail Interface User-Agent: Cyrus-JMAP/3.5.0-alpha0-530-gd0c265785f-fm-20210616.002-gd0c26578 Mime-Version: 1.0 Message-ID: In-Reply-To: <222b3921-3d9b-47f9-8d13-e6a123f36fad@www.fastmail.com> References: <222b3921-3d9b-47f9-8d13-e6a123f36fad@www.fastmail.com> Date: Thu, 01 Jul 2021 10:12:49 -0500 To: "php internals" Content-Type: text/plain Subject: Re: [Vote] Partial Function Application From: larry@garfieldtech.com ("Larry Garfield") On Wed, Jun 16, 2021, at 11:16 AM, Larry Garfield wrote: > Hi folks. The vote for the Partial Function Application RFC is now > open, and will run until 30 June. > > https://wiki.php.net/rfc/partial_function_application > > Of particular note, a few people had asked about using ...? instead of > ... for the variadic placeholder. In the end we decided not to explore > that, as Nikita explained off-list it was actually more confusing, not > less, as it would suggest "placeholder for a variadic" rather than "a > placeholder that is variadic." Otherwise, it's just more typing. The > syntax choices section of the RFC has been updated accordingly. The vote has now closed. The final result is: Yes; 29 No: 20 Percentage: 59.1% It has not passed. Thank you everyone for your involvement. I'd like to bring this RFC back in the future in some form if either a less complex implementation or a stronger use case to justify the implementation can be found. That would be a topic for a different thread at a different time. --Larry Garfield