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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,208279d79d40e7d8 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-08-27 01:20:33 PST Path: archiver1.google.com!news1.google.com!sn-xit-03!sn-xit-01!sn-xit-08!supernews.com!news-out.visi.com!petbe.visi.com!skynet.be!skynet.be!fu-berlin.de!uni-berlin.de!tar-alcarin.cbb-automation.DE!not-for-mail From: Dmitry A. Kazakov Newsgroups: comp.lang.ada Subject: Re: Ada Advocacy. Date: Wed, 27 Aug 2003 10:26:30 +0200 Message-ID: References: NNTP-Posting-Host: tar-alcarin.cbb-automation.de (212.79.194.111) Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: news.uni-berlin.de 1061972394 9707021 212.79.194.111 (16 [77047]) X-Newsreader: Forte Agent 1.8/32.548 Xref: archiver1.google.com comp.lang.ada:41880 Date: 2003-08-27T10:26:30+02:00 List-Id: On Wed, 27 Aug 2003 06:44:23 +0600, "Anisimkov" wrote: >The good Ada feature for the debug purpose is an image of enumeration values. >But I do not think that we need image of the object names. Especially because of: declare X : Integer; procedure Foo (Y : Integer) is begin Put_Line (Y'Name); end Foo; begin Foo (X); -- What will Foo output, "X" or "Y"? end; And in general any sort of identity, a name is one, for objects is a dangerous thing, which should be avoided, if possible of course. --- Regards, Dmitry Kazakov www.dmitry-kazakov.de