Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:84480 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 4666 invoked from network); 9 Mar 2015 16:51:08 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Mar 2015 16:51:08 -0000 Authentication-Results: pb1.pair.com header.from=rdlowrey@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=rdlowrey@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.213.171 as permitted sender) X-PHP-List-Original-Sender: rdlowrey@gmail.com X-Host-Fingerprint: 209.85.213.171 mail-ig0-f171.google.com Received: from [209.85.213.171] ([209.85.213.171:36602] helo=mail-ig0-f171.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F6/10-03288-B7FCDF45 for ; Mon, 09 Mar 2015 11:51:08 -0500 Received: by igkb16 with SMTP id b16so22713493igk.1 for ; Mon, 09 Mar 2015 09:51:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:content-type; bh=Ykz5BHdhrkYrE9KQGKxydxP6TzNzAvTC1juknYTRG6U=; b=R12MmFrymADiN3X0a0JEfpPuiv0P/kfj3IcwXoY3N3NIF26dHZWxmKUPCckTiieex6 VtFBTtoKKaxlqpXaJQAQsOXd+2mGSOqLlYnl8wuS15jtmIQGxfbtMSh9lW9L4SGHRw8x zQne/CN7CZ46U0Zk17s3OufSFZMToS1tUafBu2H/AigGX8mkYkOVwq3V1bacuzfN4W6y L0Bh26gsXeYC8/e+VKl1f12QT+Q+lLO/BxSWRfiWfR7wTTbwAQagJ2GgF1UYkyuFna54 jvhTQx8uzZa5qQ6C8vS09YA5HbLiVWKI1U0V8l+l+H4qfGqmdhzQGy+C89rK20P+g8dr RYlg== MIME-Version: 1.0 X-Received: by 10.42.88.205 with SMTP id d13mr28115854icm.16.1425919864510; Mon, 09 Mar 2015 09:51:04 -0700 (PDT) Sender: rdlowrey@gmail.com Received: by 10.50.156.198 with HTTP; Mon, 9 Mar 2015 09:51:04 -0700 (PDT) Date: Mon, 9 Mar 2015 12:51:04 -0400 X-Google-Sender-Auth: U-T8tGkPGQaVZ1ayl7qN8Xtjerg Message-ID: To: "internals@lists.php.net" Content-Type: multipart/alternative; boundary=90e6ba614c2600b5fb0510ddd7ee Subject: [RFC PRE-VOTE] Generator Delegation From: rdlowrey@php.net (Daniel Lowrey) --90e6ba614c2600b5fb0510ddd7ee Content-Type: text/plain; charset=UTF-8 Hi, internals! The Generator Delegation RFC has been updated significantly and marked as v0.2.0: https://wiki.php.net/rfc/generator-delegation There now exists a "final" patch and the proposed syntax has been changed from yield * to yield from I encourage all interested parties to read the updated proposal and pose any relevant questions this week as voting is planned to begin Sunday, March 15. Thanks for your time and input, Daniel --90e6ba614c2600b5fb0510ddd7ee--