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,1a52c822fc0dbb23 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Newsgroups: comp.lang.ada Subject: Re: Rational for not making cursor tagged in Containers References: <1a8y2vakorfhx.225uqh4hifpd$.dlg@40tude.net> <1xmzi7newnilp.23m3zze8h9yi.dlg@40tude.net> <1177066583.5876.30.camel@localhost.localdomain> <1177080147.5876.87.camel@localhost.localdomain> <1q1kx2jlcvnuj.ck0711mj4few$.dlg@40tude.net> <1177097829.26685.36.camel@localhost.localdomain> <95wmj9goo6wc$.13f1j4dnadwws$.dlg@40tude.net> <1177349886.343834.295210@q75g2000hsh.googlegroups.com> <1177373706.552914.71270@q75g2000hsh.googlegroups.com> <1ccueevyp8oba.11c8wwyujtw1o$.dlg@40tude.net> <1177432057.705889.229690@n35g2000prd.googlegroups.com> <1op3ml5q11aa$.vg0a2lyc9dpv$.dlg@40tude.net> <1177549092.325163.326870@b40g2000prd.googlegroups.com> <1ukuo9arhsjuu.1xhbhqzroadfz.dlg@40tude.net> <1szfxh3ov5lwz$.8x7y43lxxn24$.dlg@40tude.net> From: Markus E Leypold Organization: N/A Date: Fri, 27 Apr 2007 13:37:34 +0200 Message-ID: User-Agent: Some cool user agent (SCUG) Cancel-Lock: sha1:qU2FzArWvvOd6yhLIAjafSNc+jg= MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii NNTP-Posting-Host: 88.72.204.237 X-Trace: news.arcor-ip.de 1177673372 88.72.204.237 (27 Apr 2007 13:29:32 +0200) X-Complaints-To: abuse@arcor-ip.de Path: g2news1.google.com!news2.google.com!news.glorb.com!multikabel.net!feed20.multikabel.net!newsfeed.freenet.de!news.unit0.net!newsfeed.arcor-ip.de!news.arcor-ip.de!not-for-mail Xref: g2news1.google.com comp.lang.ada:15379 Date: 2007-04-27T13:37:34+02:00 List-Id: "Dmitry A. Kazakov" writes: > On Thu, 26 Apr 2007 10:09:20 +0200, Markus E Leypold wrote: > >> "Dmitry A. Kazakov" writes: >> >>> The predefined equality compares memory bit patterns. >> >> Without looking into the ARM -- I'd be surprised if the ARM defined it >> like this. I'm sure it's more like >> >> - values numeric types shall be equal if their value are equal > > Exactly, values shall be equal if they are ... equal! (:-)) Well, surpise: That was not formulated well, but there is probably no resonable way to define equality of primitive values (i.e. those not composed from other values) in a programming language specification. We just have to assume that anybody knows when two values are equal. But for all your scorn, I note you're (again) ditching the issue I triee to address: That the ARM is not defining equality by comparing memory patterns. But -- would I have expected anything else? Regards -- Markus