« Bugzilla Issues Index
#530 — 11.9.1: refactor Equality Comparison Algorithms
- bug_id:
530
- creation_ts:
2012-07-14 13:11:00 -0700
- short_desc:
11.9.1: refactor Equality Comparison Algorithms
- delta_ts:
2012-09-28 12:24:27 -0700
- product:
Draft for 6th Edition
- component:
editorial issue
- version:
Rev 9: July 8, 2012 Draft
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
FIXED
- priority:
Normal
- bug_severity:
enhancement
- everconfirmed:
true
- reporter:
Michael Dyck
- assigned_to:
Allen Wirfs-Brock
- commentid:
1313
- comment_count:
0
- who:
Michael Dyck
- bug_when:
2012-07-14 13:11:36 -0700
In 11.9.1 "Runtime Semantics",
there's some repetition between the Abstract and Strict
Equality Comparison Algorithms.
I believe you could reduce this by changing Abstract's step 3 to
3. If Type(x) is the same as Type(y), then
return the result of comparing x and y according
to the Strict Equality Comparison Algorithm.
- commentid:
1498
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2012-08-14 16:07:25 -0700
corrected in editor's draft
- commentid:
1732
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2012-09-28 12:24:27 -0700
fixed in rev10, Sept. 27 2012 draft