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!.POSTED!not-for-mail From: "Alejandro R. Mosteo" Newsgroups: comp.lang.ada Subject: Re: Referring to the instance of a generic parent package Date: Thu, 24 Oct 2019 11:35:51 +0200 Organization: A noiseless patient Spider Message-ID: References: <21bc3da1-b548-44c1-af02-6843a34e0611@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Injection-Date: Thu, 24 Oct 2019 09:35:51 -0000 (UTC) Injection-Info: reader02.eternal-september.org; posting-host="ad595174e136197e81cf6b1f847ca4c8"; logging-data="10392"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/886i2Zw7hCcBYTMSsNxtr" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.9.0 Cancel-Lock: sha1:ngBvHOk3a2YOlzNtqfnivPLgnIQ= In-Reply-To: <21bc3da1-b548-44c1-af02-6843a34e0611@googlegroups.com> Content-Language: en-US Xref: reader01.eternal-september.org comp.lang.ada:57335 Date: 2019-10-24T11:35:51+02:00 List-Id: On 23/10/19 18:29, Shark8 wrote: > On Wednesday, October 23, 2019 at 6:54:41 AM UTC-6, Alejandro R. Mosteo wrote: >> >> The whole issue is not critical; I'm just generally curious. I'm >> experimenting with heavily nested generic child hierarchies and finding >> lots of corner cases (and visibility bugs). > > Thank you for the efforts, please write up an Ada Issue (AI) for the problems you encounter so that the ARG can fix them. I meant in GNAT... I guess Ada itself is correct. The problem with these issues is that they disappear when I try to prepare a small reproducer.