<?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>91758</bug_id>
          
          <creation_ts>2012-07-19 10:40:16 -0700</creation_ts>
          <short_desc>CodeGeneratorInspector.py is unnecessarily chatty</short_desc>
          <delta_ts>2012-07-20 10:56:32 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>Web Inspector (Deprecated)</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</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="Adam Klein">adamk</reporter>
          <assigned_to name="Adam Klein">adamk</assigned_to>
          <cc>prybin</cc>
    
    <cc>thakis</cc>
    
    <cc>vsevik</cc>
    
    <cc>webkit.review.bot</cc>
    
    <cc>yurys</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>673652</commentid>
    <comment_count>0</comment_count>
    <who name="Adam Klein">adamk</who>
    <bug_when>2012-07-19 10:40:16 -0700</bug_when>
    <thetext>CodeGeneratorInspector.py is unnecessarily chatty</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>673655</commentid>
    <comment_count>1</comment_count>
      <attachid>153300</attachid>
    <who name="Adam Klein">adamk</who>
    <bug_when>2012-07-19 10:42:46 -0700</bug_when>
    <thetext>Created attachment 153300
Patch</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>673882</commentid>
    <comment_count>2</comment_count>
    <who name="Peter Rybin">prybin</who>
    <bug_when>2012-07-19 13:43:59 -0700</bug_when>
    <thetext>The reason behind this message was to compensate over-simplified build rule. 

The generator has 7 output files and those files are written conditionally. Before writing output, generator tries to open destination file and does nothing, if the file already has correct content. This enables correct incremental build when generator is involved.
Since generator may or may not actually write its output even on build bot, the message to system.out is added.

I meant those messages to help track possible errors on the build bots (i.e. I see them meaningful).
On the other hand I&apos;m fine with deleting them if it&apos;s the right thing to do.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>673908</commentid>
    <comment_count>3</comment_count>
    <who name="Adam Klein">adamk</who>
    <bug_when>2012-07-19 14:29:22 -0700</bug_when>
    <thetext>(In reply to comment #2)
&gt; I meant those messages to help track possible errors on the build bots (i.e. I see them meaningful).
&gt; On the other hand I&apos;m fine with deleting them if it&apos;s the right thing to do.

Do you see these messages as a short-term thing to make sure the code generator works (I see a previous version of this change was rolled out)?  If so, I&apos;m fine with leaving them for a bit (say, a week or two) and then removing them. If you think they should always be emitted on the bots, then we&apos;d want a different solution.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>673913</commentid>
    <comment_count>4</comment_count>
    <who name="Peter Rybin">prybin</who>
    <bug_when>2012-07-19 14:35:55 -0700</bug_when>
    <thetext>(In reply to comment #3)
&gt; (In reply to comment #2)
&gt; &gt; I meant those messages to help track possible errors on the build bots (i.e. I see them meaningful).
&gt; &gt; On the other hand I&apos;m fine with deleting them if it&apos;s the right thing to do.
&gt; 
&gt; Do you see these messages as a short-term thing to make sure the code generator works (I see a previous version of this change was rolled out)?  If so, I&apos;m fine with leaving them for a bit (say, a week or two) and then removing them. If you think they should always be emitted on the bots, then we&apos;d want a different solution.

I meant them to be permanent, cause I thought that 1 line per file is fair and is what build normally does, and 7 more doesn&apos;t change a lot.

Again, I&apos;m fine with removing them. I believe that that change proved to be okay, so the excessive output could be removed at any moment.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>673915</commentid>
    <comment_count>5</comment_count>
    <who name="Adam Klein">adamk</who>
    <bug_when>2012-07-19 14:39:10 -0700</bug_when>
    <thetext>(In reply to comment #4)
&gt; (In reply to comment #3)
&gt; &gt; (In reply to comment #2)
&gt; &gt; &gt; I meant those messages to help track possible errors on the build bots (i.e. I see them meaningful).
&gt; &gt; &gt; On the other hand I&apos;m fine with deleting them if it&apos;s the right thing to do.
&gt; &gt; 
&gt; &gt; Do you see these messages as a short-term thing to make sure the code generator works (I see a previous version of this change was rolled out)?  If so, I&apos;m fine with leaving them for a bit (say, a week or two) and then removing them. If you think they should always be emitted on the bots, then we&apos;d want a different solution.
&gt; 
&gt; I meant them to be permanent, cause I thought that 1 line per file is fair and is what build normally does, and 7 more doesn&apos;t change a lot.

As I note in the ChangeLog, it&apos;s probably only noticeable when building with ninja, but there it&apos;s quite noisy (since ninja puts all build output besides errors on a single line).</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>674034</commentid>
    <comment_count>6</comment_count>
    <who name="Peter Rybin">prybin</who>
    <bug_when>2012-07-19 16:23:47 -0700</bug_when>
    <thetext>LGTM</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>674663</commentid>
    <comment_count>7</comment_count>
    <who name="Nico Weber">thakis</who>
    <bug_when>2012-07-20 10:01:09 -0700</bug_when>
    <thetext>Thanks!</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>674725</commentid>
    <comment_count>8</comment_count>
      <attachid>153300</attachid>
    <who name="WebKit Review Bot">webkit.review.bot</who>
    <bug_when>2012-07-20 10:56:29 -0700</bug_when>
    <thetext>Comment on attachment 153300
Patch

Clearing flags on attachment: 153300

Committed r123233: &lt;http://trac.webkit.org/changeset/123233&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>674726</commentid>
    <comment_count>9</comment_count>
    <who name="WebKit Review Bot">webkit.review.bot</who>
    <bug_when>2012-07-20 10:56:32 -0700</bug_when>
    <thetext>All reviewed patches have been landed.  Closing bug.</thetext>
  </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>153300</attachid>
            <date>2012-07-19 10:42:46 -0700</date>
            <delta_ts>2012-07-20 10:56:29 -0700</delta_ts>
            <desc>Patch</desc>
            <filename>bug-91758-20120719104245.patch</filename>
            <type>text/plain</type>
            <size>1727</size>
            <attacher name="Adam Klein">adamk</attacher>
            
              <data encoding="base64">U3VidmVyc2lvbiBSZXZpc2lvbjogMTIzMTE4CmRpZmYgLS1naXQgYS9Tb3VyY2UvV2ViQ29yZS9D
aGFuZ2VMb2cgYi9Tb3VyY2UvV2ViQ29yZS9DaGFuZ2VMb2cKaW5kZXggY2JhYTIwNzY3NjczNzRm
NGI0MjU5MWU4NDMzMDlkZjM5NDBiOTc1NC4uNDM5ZDY5ODYyMjgwMDA4MWMzYjU0ZDA5OTk5M2Q1
NWNkOTk3ZGQ3NyAxMDA2NDQKLS0tIGEvU291cmNlL1dlYkNvcmUvQ2hhbmdlTG9nCisrKyBiL1Nv
dXJjZS9XZWJDb3JlL0NoYW5nZUxvZwpAQCAtMSwzICsxLDIyIEBACisyMDEyLTA3LTE5ICBBZGFt
IEtsZWluICA8YWRhbWtAY2hyb21pdW0ub3JnPgorCisgICAgICAgIENvZGVHZW5lcmF0b3JJbnNw
ZWN0b3IucHkgaXMgdW5uZWNlc3NhcmlseSBjaGF0dHkKKyAgICAgICAgaHR0cHM6Ly9idWdzLndl
YmtpdC5vcmcvc2hvd19idWcuY2dpP2lkPTkxNzU4CisKKyAgICAgICAgUmV2aWV3ZWQgYnkgTk9C
T0RZIChPT1BTISkuCisKKyAgICAgICAgVGhlIGNvZGUgYWRlZCBpbiByMTIzMDkxIGluY2x1ZGVk
IGEgInByaW50IiBzdGF0ZW1lbnQgZm9yIGVhY2ggd3JpdHRlbgorICAgICAgICBmaWxlLiBUaGlz
IG1ha2VzIGZvciBub2lzeSBidWlsZCBvdXRwdXQsIGVzcGVjaWFsbHkgbm90aWNlYWJsZSBpbiB0
aGUKKyAgICAgICAgQ2hyb21pdW0gbmluamEgYnVpbGQgKHdoZXJlIGJ1aWxkIG91dHB1dCB0YWtl
cyB1cCBhIHNpbmdsZSBsaW5lIG9mIHRoZQorICAgICAgICBjb25zb2xlKS4KKworICAgICAgICBJ
ZiB0aGlzIHByaW50IHN0YXRlbWVudCBpcyBnZW5lcmFsbHkgdXNlZnVsLCBpdCBzaG91bGQgYmUK
KyAgICAgICAgaGlkZGVuIGJlaGluZCBhIC0tdmVyYm9zZSBjb21tYW5kbGluZSBvcHRpb24sIGFz
IHdlIGRvIGZvciB0aGUgYmluZGluZworICAgICAgICBnZW5lcmF0b3JzLgorCisgICAgICAgICog
aW5zcGVjdG9yL0NvZGVHZW5lcmF0b3JJbnNwZWN0b3IucHk6CisgICAgICAgIChTbWFydE91dHB1
dC5jbG9zZSk6IFJlbW92ZSBwcmludCBzdGF0ZW1lbnQuCisKIDIwMTItMDctMTkgIFNjb3R0IEdy
YWhhbSAgPHNjb3R0bWdAY2hyb21pdW0ub3JnPgogCiAgICAgICAgIFVzZSBuYXRpdmUgKG5vbi1j
eWd3aW4pIGJpbmFyaWVzIGZvciBwZXJsLCBncGVyZiwgYW5kIGJpc29uIGluIENocm9taXVtCmRp
ZmYgLS1naXQgYS9Tb3VyY2UvV2ViQ29yZS9pbnNwZWN0b3IvQ29kZUdlbmVyYXRvckluc3BlY3Rv
ci5weSBiL1NvdXJjZS9XZWJDb3JlL2luc3BlY3Rvci9Db2RlR2VuZXJhdG9ySW5zcGVjdG9yLnB5
CmluZGV4IGMyODEyYjYyMTFmMzc4OWQ5NmRjYWQyOWVjYTIyZTc0OGI0YjQxMTAuLmVjMzgxMmIx
NmZiNzI4ZmUxN2YwZWExMjY3NmQ4MmQ4Y2IxOWM5ZWIgMTAwNzU1Ci0tLSBhL1NvdXJjZS9XZWJD
b3JlL2luc3BlY3Rvci9Db2RlR2VuZXJhdG9ySW5zcGVjdG9yLnB5CisrKyBiL1NvdXJjZS9XZWJD
b3JlL2luc3BlY3Rvci9Db2RlR2VuZXJhdG9ySW5zcGVjdG9yLnB5CkBAIC0yOTc1LDcgKzI5NzUs
NiBAQCBjbGFzcyBTbWFydE91dHB1dDoKICAgICAgICAgICAgIHBhc3MKIAogICAgICAgICBpZiB0
ZXh0X2NoYW5nZWQ6Ci0gICAgICAgICAgICBwcmludCAiICAgIHdyaXRpbmcgIiArIHNlbGYuZmls
ZV9uYW1lXwogICAgICAgICAgICAgb3V0X2ZpbGUgPSBvcGVuKHNlbGYuZmlsZV9uYW1lXywgInci
KQogICAgICAgICAgICAgb3V0X2ZpbGUud3JpdGUoc2VsZi5vdXRwdXRfKQogICAgICAgICAgICAg
b3V0X2ZpbGUuY2xvc2UoKQo=
</data>

          </attachment>
      

    </bug>

</bugzilla>