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,4d7a3c23c070b002 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news2.google.com!news.glorb.com!feeder.erje.net!news.k-dsl.de!news.uni-stuttgart.de!not-for-mail From: Peter Hermann Newsgroups: comp.lang.ada Subject: Re: New release of AdaControl (1.11r4) Date: Thu, 2 Jul 2009 12:23:04 +0000 (UTC) Organization: Comp.Center (RUS), U of Stuttgart, FRG Message-ID: References: <3tpf2h.4oi.ln@hunter.axlog.fr> X-Trace: infosun2.rus.uni-stuttgart.de 1246537384 20134 141.58.7.20 (2 Jul 2009 12:23:04 GMT) X-Complaints-To: news@news.uni-stuttgart.de NNTP-Posting-Date: Thu, 2 Jul 2009 12:23:04 +0000 (UTC) User-Agent: tin/1.9.2-20070201 ("Dalaruan") (UNIX) (Linux/2.6.18-6-686 (i686)) Xref: g2news2.google.com comp.lang.ada:6799 Date: 2009-07-02T12:23:04+00:00 List-Id: Hibou57 (Yannick Duchene) wrote: > may a day try to add a rule to check that all constant declared of a > given type are all assigned different values (useful with some design > principle). doubt. why not use ordinary enumeration types, maybe indirectly, for that purpose?