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-Thread: 103376,27544cb48c942326 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.213.30.11 with SMTP id s11mr275699ebc.1.1319713526889; Thu, 27 Oct 2011 04:05:26 -0700 (PDT) Path: l23ni47413bkv.0!nntp.google.com!news2.google.com!goblin1!goblin.stu.neva.ru!eternal-september.org!feeder.eternal-september.org!.POSTED!not-for-mail From: Brian Drummond Newsgroups: comp.lang.ada Subject: Re: Length of unbounded_string. Date: Thu, 27 Oct 2011 11:05:26 +0000 (UTC) Organization: A noiseless patient Spider Message-ID: References: <4ea68441$0$8041$703f8584@textnews.kpn.nl> Mime-Version: 1.0 Injection-Date: Thu, 27 Oct 2011 11:05:26 +0000 (UTC) Injection-Info: mx04.eternal-september.org; posting-host="DkTdSjxOCm6DqG+Uf7eArg"; logging-data="1588"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/pJKCqy9DF6Z5CVNBzhG0sv0ozkRL5GaM=" User-Agent: Pan/0.134 (Wait for Me; GIT cb32159 master) Cancel-Lock: sha1:yhU2AZi0r/gMavR9NnwGcu2kfVQ= Xref: news2.google.com comp.lang.ada:14204 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Date: 2011-10-27T11:05:26+00:00 List-Id: On Thu, 27 Oct 2011 09:56:50 +0100, Simon Wright wrote: > "Randy Brukardt" writes: > >> 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"!). > > Me too. +1. Though the other side is: making the reproducible test case can be significant work in itself,. By the time you have five of them open against a tool (all real bugs : clearly not written in Ada!) you begin to wish you could charge the helpdesk for your time... it's easier than justifying charging it to the project. - Brian