« Bugzilla Issues Index
#2746 — 15.2.5.5.1 + 15.2.5.9: ResolveExport's "visited" parameter
- bug_id:
2746
- creation_ts:
2014-04-26 17:22:00 -0700
- short_desc:
15.2.5.5.1 + 15.2.5.9: ResolveExport's "visited" parameter
- delta_ts:
2014-06-01 11:40:29 -0700
- product:
Draft for 6th Edition
- component:
editorial issue
- version:
Rev 23: April 5, 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:
7930
- comment_count:
0
- who:
Michael Dyck
- bug_when:
2014-04-26 17:22:50 -0700
In 15.2.5.9, "ResolveExport ( M, exportName, visited )",
the 'visited' parameter is not defined to be optional,
but there are two invocations of the operation that omit it:
15.2.5.5.1 / step 3.b.i:
Let binding be ResolveExport(def.[[Module]], def.[[ImportName]]).
Add "List()" arg?
15.2.5.9 / step 12:
Let binding be ResolveExport(def.[[Module]], def.[[ImportName]]).
Add "visited" arg?
- commentid:
8261
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2014-05-09 12:10:03 -0700
fixed in rev25 editor's draft
- commentid:
8742
- comment_count:
2
- who:
Michael Dyck
- bug_when:
2014-06-01 11:40:29 -0700
confirmed fixed.