archives

« Bugzilla Issues Index

#3479 — 8.1.1.5.5 CreateImportBinding: Incorrect assert in step 4


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.


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.


In Rev31