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.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,c689b55786a9f2bd X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news3.google.com!feeder.news-service.com!85.214.198.2.MISMATCH!eternal-september.org!.POSTED!not-for-mail From: Warren Newsgroups: comp.lang.ada Subject: Re: for S'Image use Func?? Date: Mon, 10 May 2010 19:57:08 +0000 (UTC) Organization: A noiseless patient Spider Message-ID: References: <4be3d4fb$0$7651$9b4e6d93@newsspool1.arcor-online.net> <4be84851$0$6891$9b4e6d93@newsspool2.arcor-online.net> Injection-Date: Mon, 10 May 2010 19:57:08 +0000 (UTC) Injection-Info: mx02.eternal-september.org; posting-host="9f8M0iN5t54V+4DF/iqO8g"; logging-data="6454"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX181qGT7qSMviurrZvVLzEKhv6zv94LXPu4=" User-Agent: Xnews/5.04.25 X-Face: &6@]C2>ZS=NM|HE-^zWuryN#Z/2_.s9E|G&~DRi|sav9{E}XQJb*\_>=a5"q]\%A;5}LKP][1mA{gZ,Q!j Cancel-Lock: sha1:BoxcEZrE867KLmUOhkolasxOSEk= Xref: g2news2.google.com comp.lang.ada:11466 Date: 2010-05-10T19:57:08+00:00 List-Id: Georg Bauhaus expounded in news:4be84851$0$6891$9b4e6d93@newsspool2.arcor-online.net: > On 10.05.10 18:18, Warren wrote: >> Georg Bauhaus expounded in news:4be3d4fb$0$7651$9b4e6d93 >> @newsspool1.arcor-online.net: >> >> .. >>> [1. mislead assumptions]. >>> If, as Bob has said, programmers discover 'Image before >>> they discover Text_IO.*_IO and Text_IO.Editing, then there >>> is something wrong, indeed---with Ada's appearance before >>> them! >> >> I know all about the instantiated Text_IO stuff. The >> prevailing thing here is that I use S'Image for debugging >> a lot (saves me from also having to track down instantiated >> packages when I want to remove it). Then there's the >> lazy part of me, that wanted to capitalize on what was >> already there. > > (I have "with Debugging;" in many context clauses.) > >> Shoot me for those reasons. I've forgotten some Ada, >> but I'm not a newb either. > > APQ is not forgotten ... The point is that, like J.-P. Rosen > said, and like you said, 'Image is for debugging. Yep. Up until this point, I've used To_String() functions, but I do like the suggested "Image" for the function name. Thanks for the lively discussion, Warren