« Bugzilla Issues Index
#2847 — 12.2.5.8: missing Evaluation rule
- bug_id:
2847
- creation_ts:
2014-05-11 11:33:00 -0700
- short_desc:
12.2.5.8: missing Evaluation rule
- delta_ts:
2014-06-02 10:58:40 -0700
- product:
Draft for 6th Edition
- component:
editorial issue
- version:
Rev 24: April 27, 2014 Draft
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
FIXED
- priority:
Normal
- bug_severity:
normal
- everconfirmed:
true
- reporter:
Michael Dyck
- assigned_to:
Allen Wirfs-Brock
- commentid:
8323
- comment_count:
0
- who:
Michael Dyck
- bug_when:
2014-05-11 11:33:34 -0700
In 12.2.5.8 "Runtime Semantics: Evaluation",
I believe you need a rule to handle
PropertyDefinition : MethodDefinition
(Or maybe there needs to be an "Evaluation" section in
14.3 "Method Definitions".)
- commentid:
8367
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2014-05-13 12:12:08 -0700
It looks to me like the evaluation rules in 12.2.5.8 are left overs that can be deleted.
As far as I can tell evaluate is never applied to a PropertyDefinition. Instead PropertyDefinitionEvaluation is used for PropertyDefinition.
Fixed in rev25 editor's draft
- commentid:
8809
- comment_count:
2
- who:
Michael Dyck
- bug_when:
2014-06-02 10:58:40 -0700
confirmed fixed.