« Bugzilla Issues Index
#2839 — 14.5.17: missing rule for ClassDefinitionEvaluation
- bug_id:
2839
- creation_ts:
2014-05-10 23:01:00 -0700
- short_desc:
14.5.17: missing rule for ClassDefinitionEvaluation
- delta_ts:
2014-06-02 11:16:00 -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:
8310
- comment_count:
0
- who:
Michael Dyck
- bug_when:
2014-05-10 23:01:17 -0700
In 14.5.17 "Runtime Semantics: ClassDefinitionEvaluation",
there's one rule, with head-production:
ClassTail : ClassHeritage_opt { ClassBody }
So there's no rule covering:
ClassTail : ClassHeritage_opt { }
Either there should be another rule, or the existing rule should be generalized to handle ClassBody_opt.
- commentid:
8380
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2014-05-13 16:01:59 -0700
fixed in rev25 editor's draft
- commentid:
8814
- comment_count:
2
- who:
Michael Dyck
- bug_when:
2014-06-02 11:16:00 -0700
confirmed fixed.