Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:70738 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 97685 invoked from network); 19 Dec 2013 02:08:34 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Dec 2013 02:08:34 -0000 Authentication-Results: pb1.pair.com header.from=hannes.magnusson@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=hannes.magnusson@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.192.180 as permitted sender) X-PHP-List-Original-Sender: hannes.magnusson@gmail.com X-Host-Fingerprint: 209.85.192.180 mail-pd0-f180.google.com Received: from [209.85.192.180] ([209.85.192.180:62212] helo=mail-pd0-f180.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 37/92-14632-12552B25 for ; Wed, 18 Dec 2013 21:08:34 -0500 Received: by mail-pd0-f180.google.com with SMTP id q10so457821pdj.25 for ; Wed, 18 Dec 2013 18:08:31 -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=Zj5wgCchmMe+eMWLHtiTP76Tt/ZewK6DVfy9KBMvXec=; b=RkU7doX1IpjzB7AFsx+jZZjrXXVLTZK/GuF+qv2bGslUmYATxpZvpng9Fhxideno5h LWEPxp8bLi4kB+WwP6UevZOdVZwHf8rFNXBF1SHdoohs7tcuxcwlfWE88rHvoz8RFknv Hb00T9oJ6xUXWtMX7ru15oXZexdDB4HjcO5k75zsWB05y6EwCLeWAkqvrJnpQtI++kgv /xdt7E/MI7fGi210NutpytHrIs/Syxbk7PD9Ow+EhNJCg9f/LQTd2Jvg7fC8SevFqi47 74QWw1AB7YQfH4eS6e/nJdKZ5bpX+ooIh55Tj+C+NgKVT4CnkOkgIGTQZ/YxXRWB0r1/ QWlQ== MIME-Version: 1.0 X-Received: by 10.68.170.66 with SMTP id ak2mr37640974pbc.5.1387418911559; Wed, 18 Dec 2013 18:08:31 -0800 (PST) Received: by 10.68.183.4 with HTTP; Wed, 18 Dec 2013 18:08:31 -0800 (PST) In-Reply-To: References: Date: Wed, 18 Dec 2013 18:08:31 -0800 Message-ID: To: Tjerk Meesters Cc: Kris Craig , PHP Internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Re: [vote] pow-operator From: hannes.magnusson@gmail.com (Hannes Magnusson) On Wed, Dec 18, 2013 at 6:04 PM, Tjerk Meesters wrote: > Hi Kris, > > > On Thu, Dec 19, 2013 at 8:35 AM, Kris Craig wrote: > >> >>> That said, if there are other reasons for voting 'no' besides >>> associativity, feel free to shoot me an email or discuss it on the list. >>> >> >> What did it for me was the lower precedence for the unary minus. I don't >> want to have another language that thinks a negative number squared is a >> negative number. I understand and respect your reasoning as outlined in >> the RFC, but this is a deal-breaker for me. >> > > I've had a short discussion with Anthony about this and he convinced me > that I was indeed wrong about my "unary minus" reasoning; therefore I have > updated the RFC to reflect that. So: > I'm a little bit confused. Are you modifying the poll, and the rfc itself, in the middle of a vote? -Hannes