comp.lang.ada
 help / color / mirror / Atom feed
From: "Dmitry A. Kazakov" <mailbox@dmitry-kazakov.de>
Subject: Re: Strange error message
Date: Mon, 2 Jun 2014 16:55:06 +0200
Date: 2014-06-02T16:55:06+02:00	[thread overview]
Message-ID: <18ug9b1u4vhhe$.15zwpk8j10zwz.dlg@40tude.net> (raw)
In-Reply-To: wcc38fn5sme.fsf@shell01.TheWorld.com

On Mon, 02 Jun 2014 09:49:13 -0400, Robert A Duff wrote:

> "Dmitry A. Kazakov" <mailbox@dmitry-kazakov.de> 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


  reply	other threads:[~2014-06-02 14:55 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-01 10:24 Strange error message Charly
2014-06-01 11:11 ` Dmitry A. Kazakov
2014-06-01 12:50   ` Charly
2014-06-01 13:54     ` Simon Wright
2014-06-01 21:18 ` Robert A Duff
2014-06-02  7:47   ` Dmitry A. Kazakov
2014-06-02 13:49     ` Robert A Duff
2014-06-02 14:55       ` Dmitry A. Kazakov [this message]
2014-06-02 17:24         ` Robert A Duff
2014-06-02 18:39       ` Shark8
2014-06-02 19:56   ` Randy Brukardt
  -- strict thread matches above, loose matches on Subject: below --
2002-11-13 10:36 strange " evangeli
2002-11-13 15:05 ` Stephen Leake
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox