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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,f822ae7b0f7433c1 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news1.google.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: "Alex R. Mosteo" Newsgroups: comp.lang.ada Subject: Re: Translating an embedded C algorithm -- OT Date: Thu, 18 Jan 2007 11:22:02 +0100 Message-ID: <51901dF1jnr7gU1@mid.individual.net> References: <1168871816.263502.212100@11g2000cwr.googlegroups.com> <45ace573$1_3@news.bluewin.ch> <68qioe.mes.ln@hunter.axlog.fr> <1168963927.396654.169380@s34g2000cwa.googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Trace: individual.net 3HHss3EmNtPiV+wDPGHm5wM6VjyxZH8VIaeVICmABT33lgXqQ= User-Agent: KNode/0.10.4 Xref: g2news2.google.com comp.lang.ada:8252 Date: 2007-01-18T11:22:02+01:00 List-Id: Maciej Sobczak wrote: > And coming back to Ada - can you believe that when I write Finalise > instead of Finalize, it is legal but does not do what I want? > Unbelievable. Any compiler options for this? ;-) > > (I know - in some future I will be able to enjoy the override keyword.) I'm already using it with gnat, and it really comes in handy for situations like this. It would be even better if some style check is added to issue warnings about it.