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.1 required=5.0 tests=BAYES_00, PP_MIME_FAKE_ASCII_TEXT autolearn=no autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!feeder.eternal-september.org!newsfeed.datemas.de!news.albasani.net!newsfeed.xs3.de!io.xs3.de!news.jacob-sparre.dk!franka.jacob-sparre.dk!pnx.dk!.POSTED.rrsoftware.com!not-for-mail From: "Randy Brukardt" Newsgroups: comp.lang.ada Subject: Re: some trivial questions? Date: Mon, 27 Nov 2017 18:34:19 -0600 Organization: JSA Research & Innovation Message-ID: References: <6a5368c5-f015-4dcb-9291-e77b40fa1bf1@googlegroups.com> Injection-Date: Tue, 28 Nov 2017 00:34:19 -0000 (UTC) Injection-Info: franka.jacob-sparre.dk; posting-host="rrsoftware.com:24.196.82.226"; logging-data="13821"; mail-complaints-to="news@jacob-sparre.dk" X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.5931 X-RFC2646: Format=Flowed; Original X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.7246 Xref: reader02.eternal-september.org comp.lang.ada:49201 Date: 2017-11-27T18:34:19-06:00 List-Id: "Blady" wrote in message news:b30a173a-fdbf-40b8-8cae-ef71f937e08c@googlegroups.com... Le mercredi 22 novembre 2017 01:56:29 UTC+1, Randy Brukardt a écrit : <...> > Similar issues have occurred for every version of Ada since. (Attempts to > fix the problem of tagged derived types in generic units among others have > died because of compatibility concerns. Similarly, my attempt to allow > untagged type declarations in the private part of protected types seems to > have died for that reason, even though it's not possible for there to be > an > incompatibility [I think]. I think there is a currently open AI that > probably will be eventually dropped because of compatibility concerns, > rather than making it into Ada 2020. And so it goes...) ... >Here is the Ada standard implementation of some commercial Ada compilers: >AdaCore: Ada 2012 ... >RR Software: Ada 95 (selected Ada 2007 features) The 2017 preview also has selected Ada 2012 features [very selected: hardly anything got finished in the 2017 development cycle, but the groundwork for a lot of things was laid]. The primary reason we haven't done more is limited development resources; building big compiler features can take a large amount of development time. I suspect that is true for many of the Ada compiler companies. Randy.