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,ace9bff8eb84e5b1 X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news4.google.com!news.germany.com!news-stu1.dfn.de!news.uni-stuttgart.de!not-for-mail From: Stefan Bellon Newsgroups: comp.lang.ada Subject: Re: Generic Zero Length Array Date: Sat, 23 Feb 2008 11:19:21 +0100 Organization: Comp.Center (RUS), U of Stuttgart, FRG Message-ID: <20080223111921.244132c9@cube.tz.axivion.com> References: <9b771018-fb0b-42eb-ae00-12ee3eda69b2@p43g2000hsc.googlegroups.com> <20080222162224.0b9e4ca8@cube.tz.axivion.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: infosun2.rus.uni-stuttgart.de 1203762005 19308 129.69.226.21 (23 Feb 2008 10:20:05 GMT) X-Complaints-To: news@news.uni-stuttgart.de NNTP-Posting-Date: Sat, 23 Feb 2008 10:20:05 +0000 (UTC) X-Newsreader: Sylpheed-Claws 2.6.0 (GTK+ 2.8.20; i486-pc-linux-gnu) X-URL: http://www.axivion.com/ Xref: g2news1.google.com comp.lang.ada:20017 Date: 2008-02-23T11:19:21+01:00 List-Id: On Fr, 22 Feb, Adam Beneschan wrote: > On Feb 22, 7:22 am, Stefan Bellon wrote: > > > And previously we had > > > > return (Index_Type'Base'Last .. Index_Type'Base'First => > > <>); > > > > written, which triggered H221-018, therefore we rewrote to use > > 'Pred. > > OK, what's H221-018? I hope it's nothing like O157:H7... I don't know of 0157:H7, but H221-018 is AdaCore's tracker issue ID under which I filed the problem. We annotate workarounds in the source code with those IDs, so we can go through the code and remove the workarounds as soon as they are fixed in a new release. Sorry if that caused confusion, perhaps I should have removed the comment before posting. :-} -- Stefan Bellon