Closed
Bug 742151
Opened 13 years ago
Closed 12 years ago
WebIDL parser's error reporting seems to not be very good with line numbers
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
FIXED
mozilla16
People
(Reporter: bzbarsky, Assigned: bzbarsky)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
(deleted),
patch
|
Details | Diff | Splinter Review | |
(deleted),
patch
|
khuey
:
review+
|
Details | Diff | Splinter Review |
I was getting error reports at "line 1:4" for a wide variety of actual error locations today...
I think this is fixed now.
Comment 2•13 years ago
|
||
Doesn't seem to work for me.
Assignee | ||
Comment 3•12 years ago
|
||
Attachment #629320 -
Flags: review?(khuey)
Assignee | ||
Updated•12 years ago
|
Assignee: khuey → bzbarsky
Whiteboard: [need review]
Comment on attachment 629320 [details] [diff] [review]
Fix the error reporting in the WebIDL parser to list correct line numbers. are two changes here. One is to pass tracking=True to our parser. This makes it properly track positions
Review of attachment 629320 [details] [diff] [review]:
-----------------------------------------------------------------
Nice.
Attachment #629320 -
Flags: review?(khuey) → review+
Assignee | ||
Comment 5•12 years ago
|
||
Flags: in-testsuite+
Whiteboard: [need review]
Target Milestone: --- → mozilla16
Comment 6•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•