Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:86276 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 94595 invoked from network); 16 May 2015 22:15:38 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 May 2015 22:15:38 -0000 Authentication-Results: pb1.pair.com header.from=smalyshev@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=smalyshev@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.47 as permitted sender) X-PHP-List-Original-Sender: smalyshev@gmail.com X-Host-Fingerprint: 209.85.220.47 mail-pa0-f47.google.com Received: from [209.85.220.47] ([209.85.220.47:36280] helo=mail-pa0-f47.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C1/71-14891-881C7555 for ; Sat, 16 May 2015 18:15:37 -0400 Received: by pabts4 with SMTP id ts4so83505805pab.3 for ; Sat, 16 May 2015 15:15:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=F4wdnzfvxFAbYIW3xYIiL30uSAxjhhjf/uP2P+Q8nL8=; b=i/AbYUHPsD1/t4YDkqE2GPn4ms2GbvguGgoG+9hs1uBeEuvGTrK3IY50qUX76vVZnp Nx4xUnuXyU9FoPfvh+RYTbEy3njgbDoj//eKnaU/NlQj0MYT14DFyBaZ1+a3yA67Oine wIk5aYNEdeIvO2XE0Rj+g/V1+KIyBbSy1EkJuFhJHqrytXMO8+tsd6whBLhu+DUvlMud VHtqd92BFGvi9P2Bb9ol+UmEQMd4BgO/NFn57VLHvcmmB36K4HMdsJ3bPeTPuHt3LGvw z9mZ9khTYbNt1xnehZY62favZFKhJ9x9kRXoRaQ9csBx88uwfQdWIKICdReWNQ1lwWg+ YCnw== X-Received: by 10.68.211.197 with SMTP id ne5mr15115888pbc.156.1431814531870; Sat, 16 May 2015 15:15:31 -0700 (PDT) Received: from Stas-Air.local (108-66-6-48.lightspeed.sntcca.sbcglobal.net. [108.66.6.48]) by mx.google.com with ESMTPSA id wh6sm5627302pbc.96.2015.05.16.15.15.30 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 16 May 2015 15:15:31 -0700 (PDT) Message-ID: <5557C17F.6040802@gmail.com> Date: Sat, 16 May 2015 15:15:27 -0700 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: Nikita Popov CC: PHP Internals , Sebastian Bergmann References: <5557AF50.3060203@gmail.com> In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Throwable patch(es) and finalizing the story From: smalyshev@gmail.com (Stanislav Malyshev) Hi! > Sorry for going a bit off-topic here, but why does this need to be > resolved for the first alpha? If I'm not mistaken, we do feature freeze Because it's a pretty deep language change and we don't want to release stuff that has such deep change pending. However, I don't really want to spend time on arguing about alpha/beta timelines but rather on getting the consensus around this change and getting through with it ASAP. > Btw, the author of PR #1282 also has an implementation that makes > Throwable an interface (with semantics similar to Traversable, so cannot > be directly implemented). Where is it? I'd like to see it. -- Stas Malyshev smalyshev@gmail.com