« Bugzilla Issues Index
#3683 — Example import declaration below Table 38 uses non-existent syntax
- bug_id:
3683
- creation_ts:
2015-01-28 10:32:00 -0800
- short_desc:
Example import declaration below Table 38 uses non-existent syntax
- delta_ts:
2015-02-12 12:17:39 -0800
- product:
Draft for 6th Edition
- component:
Modules
- version:
Rev 31: January 15, 2015 Draft
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
FIXED
- priority:
Normal
- bug_severity:
minor
- everconfirmed:
true
- reporter:
Adam Klein
- assigned_to:
Allen Wirfs-Brock
- cc:
["dherman", "jorendorff", "samth"]
- commentid:
11739
- comment_count:
0
- who:
Adam Klein
- bug_when:
2015-01-28 10:32:28 -0800
The last entry of the table below Table 38 lists the following import declaration:
import from "mod";
and notes that "An ImportEntry Records is not created" (besides the wrong syntax, this sentence has a typo in it: "Record" should not be plural). My guess is that this example was meant to be:
import "mod";
as there's no production of ImportDeclaration featuring a FromClause without something between it and 'import'.
- commentid:
12210
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2015-02-07 15:20:49 -0800
fixed in rev33 editor's draft
- commentid:
12436
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2015-02-12 12:17:39 -0800
fixed in rev33