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.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 Path: border1.nntp.dca3.giganews.com!backlog3.nntp.dca3.giganews.com!border2.nntp.dca.giganews.com!nntp.giganews.com!goblin3!goblin2!goblin.stu.neva.ru!news.stack.nl!aioe.org!.POSTED!not-for-mail From: "Dmitry A. Kazakov" Newsgroups: comp.lang.ada Subject: Re: Strange error message Date: Mon, 2 Jun 2014 16:55:06 +0200 Organization: cbb software GmbH Message-ID: <18ug9b1u4vhhe$.15zwpk8j10zwz.dlg@40tude.net> References: <33e17033-615d-43d4-8b47-9357c8875a10@googlegroups.com> <17l7hex6vxkj4.wul0z12r7f85.dlg@40tude.net> Reply-To: mailbox@dmitry-kazakov.de NNTP-Posting-Host: QTaafVZuunHujkJPndFR7g.user.speranza.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Complaints-To: abuse@aioe.org User-Agent: 40tude_Dialog/2.0.15.1 X-Notice: Filtered by postfilter v. 0.8.2 X-Original-Bytes: 1775 Xref: number.nntp.dca.giganews.com comp.lang.ada:186701 Date: 2014-06-02T16:55:06+02:00 List-Id: On Mon, 02 Jun 2014 09:49:13 -0400, Robert A Duff wrote: > "Dmitry A. Kazakov" writes: > >> The first objection is that the legality of inheriting Create in >> >> type Base is tagged private; >> function Create return Base; >> >> type High is new Base with private; >> >> depends on the private part of the package. This is not good. > > Privacy breakage is not good, but there is no privacy breakage here. > Privacy breakage happens when the legality of clients depends on the > contents of the private part. Here, the legality of the package itself > depends on the contents of the private part (which is always the case!). OK > Is it OK with you now, having read my comments above? Yes, you convinced me. -- Regards, Dmitry A. Kazakov http://www.dmitry-kazakov.de