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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,92c39a3be0a7f17d X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-03-17 05:14:35 PST Path: archiver1.google.com!news1.google.com!sn-xit-02!supernews.com!62.24.128.9.MISMATCH!news-1.opaltelecom.net!newsfeed.wirehub.nl!newsfeed.online.be!ams.uu.net!lnewspeer00.lnd.ops.eu.uu.net!emea.uu.net!news.kvaerner.com!news@kvaerner.com From: "Tarjei T. Jensen" Newsgroups: comp.lang.ada Subject: Re: ARG Urgent Problems (was: labeling) Date: Sun, 17 Mar 2002 13:59:54 +0100 Organization: KOGAS Message-ID: References: NNTP-Posting-Host: 155.209.159.73 Mime-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Xref: archiver1.google.com comp.lang.ada:21361 Date: 2002-03-17T13:59:54+01:00 List-Id: Larry Kilgallen wrote: > Christoph Grein writes: > > > The ARG really has enough urgent problems to solve, and I bey they are > > reluctant to handle any such weird proposals. > > Out of curiosity, what are some of the "urgent problems" ? They could get us unsigned integers and not just the positive part of integers. By unsigned I mean unsigned with runtime checking. Quoting C unsigned as a reason for not having real unsigned is pretty bogus because C integers seems to wrap very well. We don't want to abandon runtime checks on integers just because C does not do any checking. greetings,