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,SYSADMIN autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,27544cb48c942326 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.6.70 with SMTP id y6mr9111474pby.6.1319669269922; Wed, 26 Oct 2011 15:47:49 -0700 (PDT) MIME-Version: 1.0 Path: p6ni1030pbn.0!nntp.google.com!news1.google.com!goblin3!goblin.stu.neva.ru!gegeweb.org!news.ecp.fr!news.jacob-sparre.dk!pnx.dk!jacob-sparre.dk!ada-dk.org!.POSTED!not-for-mail From: "Randy Brukardt" Newsgroups: comp.lang.ada Subject: Re: Length of unbounded_string. Date: Wed, 26 Oct 2011 17:47:44 -0500 Organization: Jacob Sparre Andersen Research & Innovation Message-ID: References: <4ea68441$0$8041$703f8584@textnews.kpn.nl> NNTP-Posting-Host: static-69-95-181-76.mad.choiceone.net X-Trace: munin.nbi.dk 1319669268 8891 69.95.181.76 (26 Oct 2011 22:47:48 GMT) X-Complaints-To: news@jacob-sparre.dk NNTP-Posting-Date: Wed, 26 Oct 2011 22:47:48 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.5931 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6109 X-RFC2646: Format=Flowed; Original Xref: news1.google.com comp.lang.ada:18710 Date: 2011-10-26T17:47:44-05:00 List-Id: "Simon Wright" wrote in message news:m2zkgopxr2.fsf@pushface.org... ... > I think this is the 4th time you've been asked for this! NB, 'small' > means also 'stand-alone'; just plain Ada, no Gtk etc. Write the > reproducer as a complete working program, make sure it demonstrates the > effect you're seeing, then attach it to a message (paste it into the > message if you must, or put it on Dropbox or pastebin), don't re-type > it. I don't think anyone has ever managed to re-type a program code into > Usenet without a mistake. This is always a problem for any sort of help desk (even an informal one like this newsgroup). I can't count the number of times that I was called or e-mailed a problem with Janus/Ada where the program fragment was too small to figure out what the problem was. In cases like that, it is just a stab in the dark to try to help (and asking for more is often considered rude and not helpful - help desk is a nearly thankless job). Even people who should know better do it (and I know I have, too). It's a pain to create a reproducing example, but a lot of time when I do that, it becomes clear what is wrong (and it often is "operator error"!). Randy.