[Webkit-unassigned] [Bug 58315] New: REGRESSION (r81479): generate-inspector-idl fails on native win32

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 12 05:37:48 PDT 2011


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

           Summary: REGRESSION (r81479): generate-inspector-idl fails on
                    native win32
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: paroga at paroga.com
                CC: pfeldman at chromium.org
        Depends on: 56294


generate-inspector-idl fails if Inspector.json contains carriage return characters.
You get them if you use a _git_ checkout with autocrlf enabled.
To solve this we can:
a) Add "-crlf" git attribute in ".gitattributes"
b) Replace '\r\n' before passing the content to eval
c) Use a JSON parser

-- 
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