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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,df12ee617a1ef887 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.224.111.140 with SMTP id s12mr6446807qap.5.1351708872212; Wed, 31 Oct 2012 11:41:12 -0700 (PDT) Received: by 10.52.93.132 with SMTP id cu4mr7000539vdb.14.1351708872190; Wed, 31 Oct 2012 11:41:12 -0700 (PDT) Path: gf5ni7629245qab.0!nntp.google.com!c7no1110777qap.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Wed, 31 Oct 2012 11:41:12 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=188.80.81.3; posting-account=3cDqWgoAAAAZXc8D3pDqwa77IryJ2nnY NNTP-Posting-Host: 188.80.81.3 References: <4ef3d6d1-94e8-4b9e-8f80-c55da3bff811@googlegroups.com> <32ad2f02-ade6-496d-8cef-85cdd0dd4f88@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Child packages named Ada illegal? From: Marius Amado-Alves Injection-Date: Wed, 31 Oct 2012 18:41:12 +0000 Content-Type: text/plain; charset=ISO-8859-1 Date: 2012-10-31T11:41:12-07:00 List-Id: >> ... The Standard.Ada trick doesn't work. > > Hmmm ... interesting, it should work. Sorry, it does work. Sorry. /* I had boobed with the packages file names with all the renaming and copying. And I was writing "with Standard.Ada...." GNAT does not allow that. But we can with Ada.Characters and use Standard.Ada.Characters. I had never wrote Standard.Ada... before. Sometimes I write Standard.Integer and such, but for some reason Standard.Ada looked strange to me. */