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 autolearn=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: When to use Bounded_String? Date: Fri, 29 Dec 2017 09:11:14 +0000 Organization: A noiseless patient Spider Message-ID: References: <0cc30dc8-4528-4e5c-91dd-24dfbe3cbcb2@googlegroups.com> <96764e4c-48df-4042-845e-12341149bc87@googlegroups.com> <158d76ca-7061-400e-8077-222bd4e390d2@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: reader02.eternal-september.org; posting-host="c1e0bbc5bfff5363419e555012258344"; logging-data="27991"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18M7XAcVDrhdGw2FtU1/p/Xb06hZkALtf4=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (darwin) Cancel-Lock: sha1:i8pIrNb+O7lfq1eT2F66qBCGvFk= sha1:gLazfNXD/9iWzZ3C0H994Z1hZmU= Xref: reader02.eternal-september.org comp.lang.ada:49688 Date: 2017-12-29T09:11:14+00:00 List-Id: Mehdi Saada <00120260a@gmail.com> writes: > GNAT is now the de-facto only fully-ceritified Ada 2012 compiler GNAT implements a lot of Ada 2012, but definitely not all of the optional parts; for instance, in both GNAT GPL 2017 and FSF GCC <= 8 Ada.Directories.Hierarchical_File_Names is unimplemented. (Ada.Directories.Name_Case_Equivalence is also missing, which I think is a mistake[1]). Even the fully-supported versions available only to AdaCore customers will have bugs/features, which may be OS-dependent; out of the box, Linux & macOS systems have problems around ceiling locking (don't know about Windows). I don't know what form of certification is available/provided to AdaCore customers, but it's likely to say something like "conforms to the ARM with the following exceptions: ". None of this is intended as a criticism of AdaCore, who do an amazing job! [1] https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80869