[VOTE] Throwable Interface

php.internals

Aaron Piotrowski

11 years ago
Hello, Voting is now open on the Throwable Interface RFC: https://wiki.php.net/rfc/throwable-interface Please remember that this vote is not about creating separate exception branches, as that decision was made in the Exceptions in the Engine RFC. This vote is about having short, concise, more intuitive names that clarify the separation rather than obfuscating it. Throwable and Error make stacked catch blocks cleaner with more obvious behavior. Voting no means keeping BaseException, EngineException, etc. that do not extend Exception, but are named as though they do. Regards, Aaron Piotrowski

Levi Morrison

11 years ago
On Wed, Jun 10, 2015 at 9:05 AM, Aaron Piotrowski <aaron@icicle.io> wrote:
> Hello, > > Voting is now open on the Throwable Interface RFC: > > https://wiki.php.net/rfc/throwable-interface
Not even 24 hours ago you asked for questions and comments (which there have been) and now it's in voting? That's a bit impatient...

Aaron Piotrowski

11 years ago
> > On Jun 10, 2015, at 10:13 AM, Levi Morrison <levim@php.net> wrote: > > On Wed, Jun 10, 2015 at 9:05 AM, Aaron Piotrowski <aaron@icicle.io> wrote: >> Hello, >> >> Voting is now open on the Throwable Interface RFC: >> >> https://wiki.php.net/rfc/throwable-interface > > Not even 24 hours ago you asked for questions and comments (which > there have been) and now it's in voting? That's a bit impatient... > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php >
We spoke in chat, but I wanted to reply to this for the record. Most of the comments and discussion (both here and in chat) was in favor of the RFC, so I decided that since the RFC had been up for discussion for over two weeks that it should be put to a vote. Since this change needs to be made for PHP 7.0, the matter needs to be settled soon. Regards, Aaron Piotrowski

Christoph Becker

11 years ago
Aaron Piotrowski wrote:
> Voting is now open on the Throwable Interface RFC: > > https://wiki.php.net/rfc/throwable-interface
When will the voting end? It seems to be best to clearly state that in the RFC also.
-- Christoph M. Becker

Aaron Piotrowski

11 years ago
> On Jun 10, 2015, at 12:29 PM, Christoph Becker <cmbecker69@gmx.de> wrote: > > Aaron Piotrowski wrote: > >> Voting is now open on the Throwable Interface RFC: >> >> https://wiki.php.net/rfc/throwable-interface > > When will the voting end? It seems to be best to clearly state that in > the RFC also. > > -- > Christoph M. Becker >
Thank you, I’ve added this to the RFC. Voting will be open through June 24th. Aaron Piotrowski

Yasuo Ohgaki

11 years ago
Hi Aaron, On Thu, Jun 11, 2015 at 2:50 AM, Aaron Piotrowski <aaron@icicle.io> wrote:
> > On Jun 10, 2015, at 12:29 PM, Christoph Becker <cmbecker69@gmx.de> > wrote: > > > > Aaron Piotrowski wrote: > > > >> Voting is now open on the Throwable Interface RFC: > >> > >> https://wiki.php.net/rfc/throwable-interface > > > > When will the voting end? It seems to be best to clearly state that in > > the RFC also. > > > > -- > > Christoph M. Becker > > > > Thank you, I’ve added this to the RFC. Voting will be open through June > 24th.
You need new mail thread titled "[RFC][VOTE] Throwable Interface". Otherwise, people like me will miss it. Regards,
-- Yasuo Ohgaki yohgaki@ohgaki.net

Aaron Piotrowski

11 years ago
> On Jun 10, 2015, at 7:42 PM, Yasuo Ohgaki <yohgaki@ohgaki.net> wrote: > > Hi Aaron, > > On Thu, Jun 11, 2015 at 2:50 AM, Aaron Piotrowski <aaron@icicle.io <mailto:aaron@icicle.io>> wrote: > > On Jun 10, 2015, at 12:29 PM, Christoph Becker <cmbecker69@gmx.de <mailto:cmbecker69@gmx.de>> wrote: > > > > Aaron Piotrowski wrote: > > > >> Voting is now open on the Throwable Interface RFC: > >> > >> https://wiki.php.net/rfc/throwable-interface <https://wiki.php.net/rfc/throwable-interface> > > > > When will the voting end? It seems to be best to clearly state that in > > the RFC also. > > > > -- > > Christoph M. Becker > > > > Thank you, I’ve added this to the RFC. Voting will be open through June 24th. > > You need new mail thread titled "[RFC][VOTE] Throwable Interface". > Otherwise, people like me will miss it. > > Regards, > > -- > Yasuo Ohgaki > yohgaki@ohgaki.net <mailto:yohgaki@ohgaki.net>
I apologize, still learning all the protocol. I followed the format of the voting notification I received yesterday, which also did not include [RFC] in the title. I will send another email. Thanks, Aaron Piotrowski