<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>76949</bug_id>
          
          <creation_ts>2012-01-24 14:55:06 -0800</creation_ts>
          <short_desc>check-webkit-style warns about ; inside quotation marks for python code.</short_desc>
          <delta_ts>2012-01-27 08:53:09 -0800</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>Tools / Tests</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>WONTFIX</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Ryosuke Niwa">rniwa</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>dpranke</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>541735</commentid>
    <comment_count>0</comment_count>
    <who name="Ryosuke Niwa">rniwa</who>
    <bug_when>2012-01-24 14:55:06 -0800</bug_when>
    <thetext>check-webkit-style erroneously complains about having multiple statements for the patch on https://bugs.webkit.org/show_bug.cgi?id=76312 due to ; appearing inside single quotation marks.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>541844</commentid>
    <comment_count>1</comment_count>
    <who name="David Levin">levin</who>
    <bug_when>2012-01-24 16:45:13 -0800</bug_when>
    <thetext>Code is here: http://trac.webkit.org/browser/trunk/Tools/Scripts/webkitpy/style/checkers/cpp.py and not too hard for new comers to change/fix as eae@chromium.org just demonstrated.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>544110</commentid>
    <comment_count>2</comment_count>
    <who name="David Levin">levin</who>
    <bug_when>2012-01-27 08:53:09 -0800</bug_when>
    <thetext>Whoops, this is about python code. For that WebKit just uses an external package.

http://pypi.python.org/pypi/pep8

So it can&apos;t be fixed inside of WebKit. It would be best to follow up there if you want it fixed. It is referenced here:  Tools/Scripts/webkitpy/thirdparty/__init__.py</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>