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,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.157.36.50 with SMTP id p47mr8699729ota.13.1460395424855; Mon, 11 Apr 2016 10:23:44 -0700 (PDT) X-Received: by 10.157.50.162 with SMTP id u31mr213452otb.3.1460395424817; Mon, 11 Apr 2016 10:23:44 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!feeder.eternal-september.org!news.glorb.com!gy3no2363414igb.0!news-out.google.com!u9ni93igk.0!nntp.google.com!gy3no2363407igb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Mon, 11 Apr 2016 10:23:44 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=94.126.240.2; posting-account=C8J7NQoAAAD_ybGY7--QIRi6KpLjoH1Z NNTP-Posting-Host: 94.126.240.2 References: <56ff6352-590e-4de7-a361-bc2fec0538fb@googlegroups.com> <2db8b996-1c47-4789-97a8-075588598368@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: How to do multiple instances of a generic packages in automated way. (using ravenscar profile) From: Daniel Norber Injection-Date: Mon, 11 Apr 2016 17:23:44 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: news.eternal-september.org comp.lang.ada:30075 Date: 2016-04-11T10:23:44-07:00 List-Id: > What was presented is a protected type specification. You had to provide the > body, and clearly you made an error in so doing. The error msg gives you the > information you need to correct this error. > > -- > Jeff Carter > "It is the German who is so uncourteous to his verbs." > A Scandal in Bohemia > 122 Thank you for your help. I tried to provide a body without errors, but compiler doesn't like this approach using Ravenscar profile. It says: warning: creation of protected object of type "buffer" with non-static discriminants will violate restriction No_Implicit_Heap_Allocation