[Webkit-unassigned] [Bug 124268] New: Web Inspector: Build script can't handle line or block comments in Inspector.json.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Nov 13 00:06:00 PST 2013
https://bugs.webkit.org/show_bug.cgi?id=124268
Summary: Web Inspector: Build script can't handle line or block
comments in Inspector.json.
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
OS/Version: All
Status: NEW
Severity: Normal
Priority: P2
Component: Web Inspector
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: jcraig at apple.com
CC: timothy at apple.com, joepeck at webkit.org,
webkit-bug-importer at group.apple.com, graouts at apple.com
Build script can't handle line or block comments in Inspector.json.
/bin/sh -c \"./WebKitBuild/WebCore.build/Debug/Derived\ Sources.build/Script-DD041FBD09D9DDBE0010AF2A.sh\"
python WebCore/inspector/CodeGeneratorInspector.py WebCore/inspector/Inspector.json --output_h_dir . --output_cpp_dir . --output_js_dir .
Traceback (most recent call last):
File "WebCore/inspector/CodeGeneratorInspector.py", line 1700, in <module>
json_api = json.loads(json_string)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/__init__.py", line 338, in loads
return _default_decoder.decode(s)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/decoder.py", line 365, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/decoder.py", line 383, in raw_decode
raise ValueError("No JSON object could be decoded")
ValueError: No JSON object could be decoded
make: *** [InspectorFrontend.h] Error 1
Command /bin/sh failed with exit code 2
--
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