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=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,4e5770c49b971630 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!news.glorb.com!news.mv.net!nntp.TheWorld.com!not-for-mail From: Robert A Duff Newsgroups: comp.lang.ada Subject: Re: High-Integrity OO and controlled types Date: Mon, 02 May 2011 12:32:53 -0400 Organization: The World Public Access UNIX, Brookline, MA Message-ID: References: NNTP-Posting-Host: shell01.theworld.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: pcls6.std.com 1304353974 25011 192.74.137.71 (2 May 2011 16:32:54 GMT) X-Complaints-To: abuse@TheWorld.com NNTP-Posting-Date: Mon, 2 May 2011 16:32:54 +0000 (UTC) User-Agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.3 (irix) Cancel-Lock: sha1:6fOHidrX9zY3tTEyNtziHCoLuvg= Xref: g2news1.google.com comp.lang.ada:19124 Date: 2011-05-02T12:32:53-04:00 List-Id: "Dmitry A. Kazakov" writes: > On Sun, 01 May 2011 17:29:10 -0400, Robert A Duff wrote: > >> Maciej Sobczak writes: >> >>> "Controlled types are not supported since they require extensive run- >>> time support." > > A prejudice Note that we're talking about pragmas Restrictions and Profile. That is, self-imposed restrictions. If you don't want to obey these restrictions, you don't have to -- just don't use those pragmas in your project. - Bob