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: 103376,9aae240c681f9f62 X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!postnews.google.com!c65g2000hsa.googlegroups.com!not-for-mail From: Eric Hughes Newsgroups: comp.lang.ada Subject: Re: Defect with formal package parameters Date: Fri, 20 Jun 2008 10:25:15 -0700 (PDT) Organization: http://groups.google.com Message-ID: <6774dec0-6653-4499-b3b7-3f890a4fa3d6@c65g2000hsa.googlegroups.com> References: <78a72b57-bd9f-45b1-bd6c-65bc855cb831@y38g2000hsy.googlegroups.com> <485ae245$0$7542$9b4e6d93@newsspool1.arcor-online.net> NNTP-Posting-Host: 166.70.57.218 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: posting.google.com 1213982716 9587 127.0.0.1 (20 Jun 2008 17:25:16 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 20 Jun 2008 17:25:16 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: c65g2000hsa.googlegroups.com; posting-host=166.70.57.218; posting-account=5RIiTwoAAACt_Eu87gmPAJMoMTeMz-rn User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.14) Gecko/20080404 Firefox/2.0.0.14,gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:787 Date: 2008-06-20T10:25:15-07:00 List-Id: Eric Hughes wrote: > procedure Operation_Actual is null ; > package Impl is new Signature( Operation => Operation_Actual ) ; On Jun 19, 4:48 pm, Georg Bauhaus wrote: > Another workaround: > > procedure Operation is null ; > package Impl is new Signature ; The whole point is that I was stacking these package instantiations two layers deep, and this would cut out the second layer. Eric