« Bugzilla Issues Index
#255 — 11.2.3: "eval code that is also global code"
- bug_id:
255
- creation_ts:
2012-01-25 22:39:00 -0800
- short_desc:
11.2.3: "eval code that is also global code"
- delta_ts:
2012-09-28 12:50:35 -0700
- product:
Draft for 6th Edition
- component:
editorial issue
- version:
Rev 5: January 16, 2012 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:
622
- comment_count:
0
- who:
Michael Dyck
- bug_when:
2012-01-25 22:39:29 -0800
In 11.2.3 "The 'super' Keyword",
under "Static Semantics: Early Errors",
there are two occurrences of:
It is a SyntaxError if the source code parsed with this production
is eval code that is also global code ...
The phrase "that is also global code" seems to be redundant, given that 10.1 says:
The eval code for a particular invocation of eval
is the global code portion of that Program.
I.e., all eval code is global code.
- commentid:
684
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2012-02-27 16:09:06 -0800
corrected in editor's draft.
Of course, since I forgot that fact I'm guessing that other readers may also miss but subtlety
- commentid:
1771
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2012-09-28 12:50:35 -0700
fixed in rev10, Sept. 27 2012 draft