[Webkit-unassigned] [Bug 63340] New: Lexer error messages are currently appalling

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 24 12:12:46 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=63340

           Summary: Lexer error messages are currently appalling
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: oliver at apple.com


Current lexer error messages basically produce a dump of the last sequence of characters seen by the lexer, without any indication of why those characters are wrong, it would be nice to get errors along the lines of

"blah blah blah
=>
"Unterminated string literal"

"use strict"; "\03"
=>
"Octal escapes are forbidden in strict mode"

etc

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list