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,f93e461e8491e322 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news3.google.com!news.glorb.com!newscon02.news.prodigy.net!prodigy.net!newsfeed-00.mathworks.com!nntp.TheWorld.com!not-for-mail From: Robert A Duff Newsgroups: comp.lang.ada Subject: Re: Limited_Controlled, orthogonality and related issues Date: Thu, 18 Jan 2007 20:02:43 -0500 Organization: The World Public Access UNIX, Brookline, MA Message-ID: References: <1169139744.717060.69070@51g2000cwl.googlegroups.com> <1169140582.275634.126300@51g2000cwl.googlegroups.com> NNTP-Posting-Host: shell01.theworld.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: pcls6.std.com 1169168564 22809 192.74.137.71 (19 Jan 2007 01:02:44 GMT) X-Complaints-To: abuse@TheWorld.com NNTP-Posting-Date: Fri, 19 Jan 2007 01:02:44 +0000 (UTC) User-Agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.3 (irix) Cancel-Lock: sha1:Z3d+AZELT7jq1smwV6xHTquZgZk= Xref: g2news2.google.com comp.lang.ada:8297 Date: 2007-01-18T20:02:43-05:00 List-Id: "Adam Beneschan" writes: > On reflection, maybe there *is* a way to fix this: Change the first > sentence of 3.9.2(1) to read, "The primitive subprograms of a tagged > type are called dispatching operations, except that a primitive > subprogram of two or more tagged types is not a dispatching operation > if it is declared in the visible part of a package, and every type of > which the subprogram is a primitive operation is an untagged type or a > tagged type whose partial view is untagged". Or something along those > lines. The idea is that a change like this would have no effect on > programs that are currently legal, so it seems like it should be safe. > And it would make programs like Maciej's original attempt legal, as > they (IMHO) should be. Might work, I'm not sure. Is this really a big problem that needs fixing? - Bob