Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:83226 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 93876 invoked from network); 19 Feb 2015 17:13:08 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Feb 2015 17:13:08 -0000 Authentication-Results: pb1.pair.com smtp.mail=leight@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=leight@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.180 as permitted sender) X-PHP-List-Original-Sender: leight@gmail.com X-Host-Fingerprint: 209.85.220.180 mail-vc0-f180.google.com Received: from [209.85.220.180] ([209.85.220.180:39956] helo=mail-vc0-f180.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 8F/D4-18870-3A916E45 for ; Thu, 19 Feb 2015 12:13:08 -0500 Received: by mail-vc0-f180.google.com with SMTP id im6so1631115vcb.11 for ; Thu, 19 Feb 2015 09:13:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=E1USevn7xo+wzx0+BMcYmlJ5U+jfjiln/43MmJs6pcQ=; b=PVbgC0Fx9O4U4MY/ELrWj9Kwnt90BVXpHIjm6ZU5iUFa0x7xlfZSpQL4c//+TtVld7 PShefCutyCe5IXfHxr9P+Cx7nCACa0UwjVTbdbQ7b7+r4sFzlF/SHhUc7Bfmjq6JtKmM Tdf6S7/eSuGqFJ3jWx938YE1KKoXFO8vvtp1lVNR58PJ5XA07LLUl+zVQxO6iqLus/Qr CbJV9xFXhvTOcY/dtA4mV0qvD78yN1tg5cCmnbLQcl5eZ0L9H8j7vbvtYXBpl1Pl8kpJ WP6KN20IQgePJ0oamqLIAvuXWvhjHAVq4XgjpqQfa5MOjPgUy9t88GQ7Ps0ppdrjSK4W ZGng== MIME-Version: 1.0 X-Received: by 10.52.162.72 with SMTP id xy8mr2690491vdb.12.1424365984642; Thu, 19 Feb 2015 09:13:04 -0800 (PST) Received: by 10.52.179.168 with HTTP; Thu, 19 Feb 2015 09:13:04 -0800 (PST) In-Reply-To: References: Date: Thu, 19 Feb 2015 17:13:04 +0000 Message-ID: To: Pierre Joye Cc: Dmitry Stogov , Joe Watkins , PHP internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] [VOTE] Expectations From: leight@gmail.com (Leigh) On 19 February 2015 at 15:45, Pierre Joye wrote: > Still, no announce for a discussion about this specific RFC. And > really, the content of the RFC is almost empty, pointing to the ML > archive is really not the right way :) There was an RFC announce thread 3 days ago. I agree 3 days is a short period of time, but the announce thread existed. Maybe it was a reply to DbC with a changed subject and your mail client didn't show it as new? I don't know, there was definitely a thread though. On 19 February 2015 at 16:06, Pierre Joye wrote: > I like the concept and idea but still not sure about the custom > exception vs AssertException. Looking at the implementation, it seems that the custom exception still has to descend from AssertException https://github.com/php/php-src/pull/1088/files#diff-232f2dffbb06c0b6004724d8a498e7e7R248 That seems like a good restriction to me. You can still catch everything with AssertException but you can make it more specific if you want.