« Bugzilla Issues Index
#3479 — 8.1.1.5.5 CreateImportBinding: Incorrect assert in step 4
- bug_id:
3479
- creation_ts:
2014-12-22 11:48:00 -0800
- short_desc:
8.1.1.5.5 CreateImportBinding: Incorrect assert in step 4
- delta_ts:
2015-01-15 16:19:01 -0800
- product:
Draft for 6th Edition
- component:
Modules
- version:
Rev 29: December 06, 2014 Draft
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
FIXED
- priority:
Normal
- bug_severity:
normal
- everconfirmed:
true
- reporter:
André Bargull
- assigned_to:
Allen Wirfs-Brock
- cc:
["dherman", "jorendorff", "samth"]
- commentid:
11129
- comment_count:
0
- who:
André Bargull
- bug_when:
2014-12-22 11:48:45 -0800
8.1.1.5.5 CreateImportBinding (N, M, N2)
The assertion in step 4 is not correct. For example during LinkModules the [[Environment]] field for a dependency module is still undefined. Also consider dependency circles etc.
- commentid:
11282
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2014-12-31 09:54:43 -0800
fixed in rev31 editor's draft
Right, the assertion is now that once that environment is fully instantiated it will have a direct binding for N2.
- commentid:
11416
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2015-01-15 16:19:01 -0800
In Rev31