Return-Path: X-Original-To: apmail-incubator-flex-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-flex-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id AB1FF9B99 for ; Wed, 22 Feb 2012 20:11:28 +0000 (UTC) Received: (qmail 64618 invoked by uid 500); 22 Feb 2012 20:11:28 -0000 Delivered-To: apmail-incubator-flex-dev-archive@incubator.apache.org Received: (qmail 64581 invoked by uid 500); 22 Feb 2012 20:11:28 -0000 Mailing-List: contact flex-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: flex-dev@incubator.apache.org Delivered-To: mailing list flex-dev@incubator.apache.org Received: (qmail 64573 invoked by uid 99); 22 Feb 2012 20:11:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Feb 2012 20:11:28 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of ncannasse@motion-twin.com designates 91.209.175.128 as permitted sender) Received: from [91.209.175.128] (HELO mail.motion-twin.com) (91.209.175.128) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Feb 2012 20:11:21 +0000 Received: from [88.182.21.228] (helo=[192.168.0.1]) by mail.motion-twin.com with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1S0IWi-0006io-GF for flex-dev@incubator.apache.org; Wed, 22 Feb 2012 21:11:00 +0100 Message-ID: <4F454BD8.7030503@motion-twin.com> Date: Wed, 22 Feb 2012 21:11:04 +0100 From: Nicolas Cannasse User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:10.0.2) Gecko/20120216 Thunderbird/10.0.2 MIME-Version: 1.0 To: flex-dev@incubator.apache.org Subject: Re: Would anyone care if we ditched support for semicolons being optional? References: <015101ccf160$f1438430$d3ca8c90$@davidarno.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Le 22/02/2012 19:20, Greg Reddin a �crit : > On Wed, Feb 22, 2012 at 6:53 AM, David Arno wrote: >> >> If Dimitri's great efforts to try and get us early access to the Falcon >> compiler fail and we instead carry on with trying to develop our Goshawk >> compiler, I'd like to make a change to the AS3 language spec by making >> semicolons at the end of statements mandatory. I wanted to find out well in >> advance whether anyone sees this as a show-stopping "no way" change, or >> whether there would be broad support for it. > > It seems you have broad support for this change on this list, and I > agree with that sentiment. I can't imagine why they were not made > mandatory from the beginning. However, I bet you'd get a different > answer if you asked the wider Flex user community. Most of that would > be motivated by the "that would break so much of my code" mentality. > > I still think it's something we should do, but maybe it's something we > should do slowly. Yes, let's do it slowly : the first year only line numbers multiples of 4 will have mandatory semicolons, then the next year only odds lines and then finally in three years every line. This way users can adapt their habits little by little :) Nicolas