« Bugzilla Issues Index
#3499 — 14.5.14: "classScope" not defined
- bug_id:
3499
- creation_ts:
2014-12-26 20:23:00 -0800
- short_desc:
14.5.14: "classScope" not defined
- delta_ts:
2015-01-15 16:19:05 -0800
- product:
Draft for 6th Edition
- component:
editorial issue
- version:
Rev 30: December 24, 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:
11249
- comment_count:
0
- who:
Michael Dyck
- bug_when:
2014-12-26 20:23:02 -0800
In 14.5.14 "Runtime Semantics: ClassDefinitionEvaluation",
group 1 / step 4.a says:
Set the running execution context’s LexicalEnvironment to classScope.
but /classScope/ is not necessarily defined at that point.
- commentid:
11250
- comment_count:
1
- who:
Michael Dyck
- bug_when:
2014-12-26 20:26:55 -0800
(Also, in step 4.g.i of the same algorithm,
change "suberclass" to "superclass",
and change "FuntionKind" to "FunctionKind".)
- commentid:
11262
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2014-12-29 15:54:56 -0800
fixed in rev31 editor's draft
- commentid:
11449
- comment_count:
3
- who:
Allen Wirfs-Brock
- bug_when:
2015-01-15 16:19:05 -0800
In Rev31