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,93a8020cc980d113 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!news4.google.com!proxad.net!news.in2p3.fr!in2p3.fr!oleane.net!oleane!hunter.axlog.fr!nobody From: Jean-Pierre Rosen Newsgroups: comp.lang.ada Subject: Re: What is wrong with Ada? Date: Thu, 12 Apr 2007 09:40:46 +0200 Organization: Adalog Message-ID: <5qnkve.kev.ln@hunter.axlog.fr> References: <1176150704.130880.248080@l77g2000hsb.googlegroups.com> <461B52A6.20102@obry.net> <461BA892.3090002@obry.net> <82dgve.spf.ln@hunter.axlog.fr> <1176226291.589741.257600@q75g2000hsh.googlegroups.com> <4eaive.6p9.ln@hunter.axlog.fr> NNTP-Posting-Host: mailhost.axlog.fr Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Trace: s1.news.oleane.net 1176364864 20863 195.25.228.57 (12 Apr 2007 08:01:04 GMT) X-Complaints-To: abuse@oleane.net NNTP-Posting-Date: Thu, 12 Apr 2007 08:01:04 +0000 (UTC) User-Agent: Thunderbird 1.5.0.10 (Windows/20070221) In-Reply-To: Xref: g2news1.google.com comp.lang.ada:14923 Date: 2007-04-12T09:40:46+02:00 List-Id: Brian May a �crit : > Assuming you notice that a bug exists. This is a big problem I have > had especially with most interpreted languages. The only way you can > be sure the code is bug free is too regularly test every possible > path, including different error conditions. Otherwise you find that > after a minor but unexpected error condition your previously working > code calls display__error() instead of display_error() and it becomes > a fatal function-not-found error (even if you swear: I didn't change > that line!). Hmm... We are talking Ada here. Double underscores are not allowed (precisely to avoid that kind of issue), and it is impossible to build an incomplete program! -- --------------------------------------------------------- J-P. Rosen (rosen@adalog.fr) Visit Adalog's web site at http://www.adalog.fr