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,8f6246fee0bded6f X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-11-13 11:33:46 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: mheaney@on2.com (Matthew Heaney) Newsgroups: comp.lang.ada Subject: Re: Charles: suggestion for reliability Date: 13 Nov 2002 11:33:45 -0800 Organization: http://groups.google.com/ Message-ID: <1ec946d1.0211131133.50eada61@posting.google.com> References: <3dd082fe$0$303$bed64819@news.gradwell.net> NNTP-Posting-Host: 66.162.65.162 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1037216026 8304 127.0.0.1 (13 Nov 2002 19:33:46 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 13 Nov 2002 19:33:46 GMT Xref: archiver1.google.com comp.lang.ada:30830 Date: 2002-11-13T19:33:46+00:00 List-Id: porton@ex-code.com (Victor Porton) wrote in message news:<3dd082fe$0$303$bed64819@news.gradwell.net>... > I suggest to rename function Size in Charles to something like > Physical_Size or Phys_Size or Allocation_Size because otherwise > it is *too* confusing as one may use Size by mistake instead of > Length. We need warning on using size. I an future version, > please remove Size. The term "size" as used in Charles is consistent with typical Ada usage, and it refers the amount of physical storage consumed by the object. The term "length" is also consistent with typical Ada usage, and it refers to the number of elements in the container. Your suggestion is noted, and rejected.