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,c1983ae2deb642ab X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-05-25 08:35:49 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: dewar@gnat.com (Robert Dewar) Newsgroups: comp.lang.ada Subject: Re: Ada -vs- GNAT Date: 25 May 2002 08:35:49 -0700 Organization: http://groups.google.com/ Message-ID: <5ee5b646.0205250735.57aca0e6@posting.google.com> References: NNTP-Posting-Host: 205.232.38.14 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1022340949 27189 127.0.0.1 (25 May 2002 15:35:49 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 25 May 2002 15:35:49 GMT Xref: archiver1.google.com comp.lang.ada:24763 Date: 2002-05-25T15:35:49+00:00 List-Id: Preben Randhol wrote in message news: > The 'Img I only use > for debugging purposes as it is faster to put in a > > Put_Line (Some_Value'Img) > > which will be removed as soon as I locate the problem. Indeed! That's what it is for. Using 'Img in distributed code is just a careless mistake. If you can't trust yourself to avoid such careless mistakes, use the Restrictions pragma :-)