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 X-Google-Thread: 103376,999932ecc319322a X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!proxad.net!212.101.4.254.MISMATCH!solnet.ch!solnet.ch!newsfeed.freenet.de!151.189.20.20.MISMATCH!newsfeed.arcor.de!news.arcor.de!not-for-mail From: "Dmitry A. Kazakov" Subject: Re: advice on package design Newsgroups: comp.lang.ada User-Agent: 40tude_Dialog/2.0.14.1 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Reply-To: mailbox@dmitry-kazakov.de Organization: cbb software GmbH References: <1110212638.336123.298580@l41g2000cwc.googlegroups.com> <1gbk0qx2sgzpg$.sltzfssofla8$.dlg@40tude.net> <3jok3ghqqls8$.1rrsonb8jsurt$.dlg@40tude.net> <88zllqj1min5$.fqqxis9i327d$.dlg@40tude.net> <18e9a92kz25wu$.8b965bel5vef$.dlg@40tude.net> Date: Thu, 17 Mar 2005 16:59:40 +0100 Message-ID: <1dgodaruwhhwo$.1baazg490isjx.dlg@40tude.net> NNTP-Posting-Date: 17 Mar 2005 16:56:06 MET NNTP-Posting-Host: de3054f0.newsread2.arcor-online.net X-Trace: DXC=^NNQ?N9R09_fnCoe<@CEZ^Q5U85hF6f;TjW\KbG]kaMXliQbn6H@_EY4A>A9FDiJhSWRXZ37ga[7Zn919Q4_`VjYB8=X\UUgbkT X-Complaints-To: abuse@arcor.de Xref: g2news1.google.com comp.lang.ada:9551 Date: 2005-03-17T16:56:06+01:00 List-Id: On 17 Mar 2005 09:04:26 -0500, Robert A Duff wrote: > "Dmitry A. Kazakov" writes: >> I agree with the idea, but I think that hiding should appear in a >> declarative part. Less probably it should also qualify the thing being >> hidden (like renames does): > > I don't believe in declarative parts. I think declare/begin/end > should not be required just because I want to declare a constant > or something. Disagree. I don't like the idea of something changing its meaning within the same scope, even if that is non-existing -> exiting. I have to tolerate this in a declarative region because probably there is no better way to do it. But I don't want to let it leak out of the quarantine zone. -- Regards, Dmitry A. Kazakov http://www.dmitry-kazakov.de