« Bugzilla Issues Index
#852 — 10.5.1: undefined "configurableBindings"
- bug_id:
852
- creation_ts:
2012-10-28 00:18:00 -0700
- short_desc:
10.5.1: undefined "configurableBindings"
- delta_ts:
2014-05-15 00:34:33 -0700
- product:
Draft for 6th Edition
- component:
editorial issue
- version:
Rev 11: October 26, 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:
2247
- comment_count:
0
- who:
Michael Dyck
- bug_when:
2012-10-28 00:18:50 -0700
In 10.5.1 "Global Declaration Instantiation",
step 11.a.i.1.a says:
Let vnDefinable be the result of calling env’s CanDeclareGlobalVar
concrete method passing vn and configurableBindings as the arguments.
but 'configurableBindings' is not defined.
Just delete it, I think.
- commentid:
2884
- comment_count:
1
- who:
Michael Dyck
- bug_when:
2012-11-27 15:31:08 -0800
In rev 12, 'configurableBindings' has changed to 'deletableBindings',
which is defined.
But now the problem is that CanDeclareGlobalVar doesn't take such a parameter.
So again, just delete it, I think.
- commentid:
8485
- comment_count:
2
- who:
Michael Dyck
- bug_when:
2014-05-15 00:34:33 -0700
It looks like this was fixed in rev21.