Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:81844 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 15234 invoked from network); 4 Feb 2015 23:00:45 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Feb 2015 23:00:45 -0000 Authentication-Results: pb1.pair.com header.from=rowan.collins@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=rowan.collins@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.212.179 as permitted sender) X-PHP-List-Original-Sender: rowan.collins@gmail.com X-Host-Fingerprint: 209.85.212.179 mail-wi0-f179.google.com Received: from [209.85.212.179] ([209.85.212.179:41885] helo=mail-wi0-f179.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D8/7D-40930-C94A2D45 for ; Wed, 04 Feb 2015 18:00:45 -0500 Received: by mail-wi0-f179.google.com with SMTP id l15so7030515wiw.0 for ; Wed, 04 Feb 2015 15:00:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type:subject:from:date:to :message-id; bh=DRQ60J1YoAzH+dBqr0KGY83BEiQMseD9uwS+9xsYZY8=; b=wtP1fJnaD1SB0u20QsWuskPqcFEy+IV1h7bLZniluUDkJMo3kMlnbB/qO/xFJR8vbK C6w4sMQFKs4rIjKoU3/2Qxgam22KH+XOwo9Nj+qSGfxCbquJRD+NDIZ8BRu45NsTsPfT kOsnEdxbq9yTZ+1G8dOOw0nzWJMk8GTV8ipDl759/x7YRMSwIEcyWjru4G+cmOo6oChV H0xgDu3FbohyFv8i2ai8WWX/XHJC374ggoMLij/ko/yojoMnTXB6jkUCB9X7iaWbt3Vt T5WqEshiCAl6xycNQV51wuR70hzzBdSR+1XRdV+/9VSOxHY0s0w0VuOi5sSPT2eiCFbs Ccsw== X-Received: by 10.180.20.226 with SMTP id q2mr51934931wie.28.1423090841784; Wed, 04 Feb 2015 15:00:41 -0800 (PST) Received: from [192.168.0.3] (cpc68956-brig15-2-0-cust215.3-3.cable.virginm.net. [82.6.24.216]) by mx.google.com with ESMTPSA id u9sm4651474wjy.37.2015.02.04.15.00.40 for (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 04 Feb 2015 15:00:40 -0800 (PST) User-Agent: K-9 Mail for Android In-Reply-To: <20150202170930.GF4712@phcomp.co.uk> References: <8DCD1B72-C81D-499E-B455-E4A042CD76E6@ajf.me> <6C58B302-C78A-490B-A333-4D1A71334E19@ajf.me> <06F03121-9CC1-48B8-87CF-8E5A43921548@ajf.me> <20150202170930.GF4712@phcomp.co.uk> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Date: Wed, 04 Feb 2015 22:59:37 +0000 To: internals@lists.php.net Message-ID: <194485B4-3167-4A1C-84DA-DEEE6D00BF70@gmail.com> Subject: Re: [PHP-DEV] [RFC] Scalar Type Hints v0.2 From: rowan.collins@gmail.com (Rowan Collins) On 2 February 2015 17:09:30 GMT, Alain Williams wrote: >On Mon, Feb 02, 2015 at 05:00:08PM +0000, Andrea Faulds wrote: >> Hi Andrey, >> ... > >Just to give thanks to Andrea on persisting with a highly contentious >RFC, one >that has defeated several others over the years. I hope that we will >end up with >something acceptable to most and will be able to finally put this issue >to bed. +1 I was describing this discussion to someone and said something about the compromise not giving everyone what they want, and he said "isn't that basically the definition of a compromise?" This particular compromise is very well thought through on the whole, and I hope it at least leads the way out of the impasse of contrasting ideas by exploring ways to combine them. Thanks Andrea! -- Rowan Collins [IMSoP]