From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,67bb3e29a77c25c6 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,UTF8 Received: by 10.68.11.199 with SMTP id s7mr18456279pbb.5.1318114807310; Sat, 08 Oct 2011 16:00:07 -0700 (PDT) Path: lh7ni14588pbb.0!nntp.google.com!news1.google.com!goblin1!goblin.stu.neva.ru!news.tornevall.net!aioe.org!.POSTED!not-for-mail From: =?utf-8?Q?Yannick_Duch=C3=AAne_=28Hibou57?= =?utf-8?Q?=29?= Newsgroups: comp.lang.ada Subject: Re: pragma Pure (Ada) Date: Sun, 09 Oct 2011 01:00:05 +0200 Organization: Ada @ Home Message-ID: References: NNTP-Posting-Host: fbKJmtPSSj0HseXh5EvkHg.user.speranza.aioe.org Mime-Version: 1.0 X-Complaints-To: abuse@aioe.org User-Agent: Opera Mail/11.51 (Linux) X-Notice: Filtered by postfilter v. 0.8.2 Xref: news1.google.com comp.lang.ada:18359 Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes Content-Transfer-Encoding: Quoted-Printable Date: 2011-10-09T01:00:05+02:00 List-Id: Le Sat, 08 Oct 2011 03:08:40 +0200, Randy Brukardt = a =C3=A9crit: > We spent a lot of effort trying to figure out a way to keep compatibil= ity > for old code, but in this case it always came back to the fact that > composition of "=3D" is what is really intended, and any hack to suppo= rt = > both > makes little sense (no one would intentionally want "=3D" to not compo= se). > > Thus we eventually decided that it was better to just make the change.= > > Randy. Personally agree, that was better to change, as the new semantic is more= = intuitive (agree too with your arguing). -- = =E2=80=9CSyntactic sugar causes cancer of the semi-colons.=E2=80=9D [Ep= igrams on = Programming =E2=80=94 Alan J. =E2=80=94 P. Yale University] =E2=80=9CStructured Programming supports the law of the excluded muddle.= =E2=80=9D [Idem] Java: Write once, Never revisit