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: a07f3367d7,20280f498071efd3 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!news1.google.com!npeer01.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!nntp.club.cc.cmu.edu!micro-heart-of-gold.mit.edu!newsswitch.lcs.mit.edu!nntp.TheWorld.com!not-for-mail From: Robert A Duff Newsgroups: comp.lang.ada Subject: Re: Software Quality in Science Date: Thu, 11 Feb 2010 19:06:21 -0500 Organization: The World Public Access UNIX, Brookline, MA Message-ID: References: <1198a288-b013-45a8-907f-7fe227e6294e@m27g2000prl.googlegroups.com> <04185bf3-f83a-4fbe-b380-c6d8aa4105e6@w27g2000pre.googlegroups.com> <06c522b2-512d-482d-882f-d6a690d1c587@d27g2000yqn.googlegroups.com> <9b39n5t0866p4o7vff03480nvljsuhk024@4ax.com> NNTP-Posting-Host: shell01.theworld.com Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: pcls4.std.com 1265933178 16832 192.74.137.71 (12 Feb 2010 00:06:18 GMT) X-Complaints-To: abuse@TheWorld.com NNTP-Posting-Date: Fri, 12 Feb 2010 00:06:18 +0000 (UTC) User-Agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.3 (irix) Cancel-Lock: sha1:u5ct44bdzqyNK6IeCiUW+9pVm0c= Xref: g2news1.google.com comp.lang.ada:9133 Date: 2010-02-11T19:06:21-05:00 List-Id: "Hibou57 (Yannick Duch�ne)" writes: > But Ada provides a nice way to avoid it : systematically make use of > "overriding" / "not overriding". The dark side is that this is > optional and not required by the language rules. There's an option in GNAT to warn about this. I don't remember if it's turned on by default. (I think not.) - Bob