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,start X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.224.105.205 with SMTP id u13mr11802954qao.6.1351702024853; Wed, 31 Oct 2012 09:47:04 -0700 (PDT) Received: by 10.52.96.71 with SMTP id dq7mr6866637vdb.11.1351702024790; Wed, 31 Oct 2012 09:47:04 -0700 (PDT) Path: gf5ni7629245qab.0!nntp.google.com!c7no969797qap.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Wed, 31 Oct 2012 09:47:04 -0700 (PDT) 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 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Child packages named Ada illegal? From: Marius Amado-Alves Injection-Date: Wed, 31 Oct 2012 16:47:04 +0000 Content-Type: text/plain; charset=ISO-8859-1 Date: 2012-10-31T09:47:04-07:00 List-Id: I was getting misleading <> errors from GNAT (the packages were withen). In a moment of inspiration I renamed package AA.Languages.Ada to AA.Languages.Ada_Languages and all went well. Just curious: was GNAT misbehaving (unlikely) or is it somehow forbidden to have child packages named Ada? Thanks.