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!feeder.eternal-september.org!gandalf.srv.welterde.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: Anonymous Access and Accessibility Levels Date: Wed, 24 Apr 2019 18:27:52 -0500 Organization: JSA Research & Innovation Message-ID: References: Injection-Date: Wed, 24 Apr 2019 23:27:53 -0000 (UTC) Injection-Info: franka.jacob-sparre.dk; posting-host="rrsoftware.com:24.196.82.226"; logging-data="22938"; 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: reader01.eternal-september.org comp.lang.ada:56186 Date: 2019-04-24T18:27:52-05:00 List-Id: "Jere" wrote in message news:ce96c027-79d6-4185-96ce-95823f637d8f@googlegroups.com... ... >I'm definitely aware of the HoD and its reputation. I am a bit >discourage that there is not any resource (person or written) >available to help newcomers (or heck even somewhat experienced >Ada programmers) with issues like these. It takes quite of bit of mental effort for even an ARG member like Tucker or myself to want to even open 3.10.2. We even have a standing joke about sending in a search party if someone doesn't come back from the trip. The main problem is that even an experienced hand can get confused by all of the rules and special cases, and one minor mistake can snowball into a completely wrong conclusion. It's simply not for the faint of heart. I suspect that accessibility implemented by compilers is essentially whatever the ACATS tests require. I know that I've never spent time on it in Janus/Ada beyond that -- it simply isn't worth self-inflicted pain. Thus, my advice is that accessibility works like one would expect in basic cases, and do not go beyond basic cases unless you like pain. Randy.