<?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>172942</bug_id>
          
          <creation_ts>2017-06-05 16:25:56 -0700</creation_ts>
          <short_desc>Update JSC&apos;s features.json</short_desc>
          <delta_ts>2017-06-06 09:42:20 -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>JavaScriptCore</component>
          <version>WebKit Nightly Build</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          <see_also>https://bugs.webkit.org/show_bug.cgi?id=172958</see_also>
          <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="Saam Barati">saam</reporter>
          <assigned_to name="Saam Barati">saam</assigned_to>
          <cc>benjamin</cc>
    
    <cc>ddkilzer</cc>
    
    <cc>fpizlo</cc>
    
    <cc>ggaren</cc>
    
    <cc>gskachkov</cc>
    
    <cc>jfbastien</cc>
    
    <cc>jond</cc>
    
    <cc>keith_miller</cc>
    
    <cc>mark.lam</cc>
    
    <cc>msaboff</cc>
    
    <cc>simon.fraser</cc>
    
    <cc>ticaiolima</cc>
    
    <cc>ysuzuki</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1315815</commentid>
    <comment_count>0</comment_count>
    <who name="Saam Barati">saam</who>
    <bug_when>2017-06-05 16:25:56 -0700</bug_when>
    <thetext>...</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1315817</commentid>
    <comment_count>1</comment_count>
    <who name="Saam Barati">saam</who>
    <bug_when>2017-06-05 16:32:48 -0700</bug_when>
    <thetext>landed in:
https://trac.webkit.org/changeset/217805/webkit</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1315818</commentid>
    <comment_count>2</comment_count>
    <who name="Saam Barati">saam</who>
    <bug_when>2017-06-05 16:32:59 -0700</bug_when>
    <thetext>Rubber stamped by Mark Lam in person.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1315827</commentid>
    <comment_count>3</comment_count>
    <who name="Saam Barati">saam</who>
    <bug_when>2017-06-05 17:19:08 -0700</bug_when>
    <thetext>*** Bug 172865 has been marked as a duplicate of this bug. ***</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1315880</commentid>
    <comment_count>4</comment_count>
    <who name="David Kilzer (:ddkilzer)">ddkilzer</who>
    <bug_when>2017-06-05 20:55:13 -0700</bug_when>
    <thetext>The &lt;https://webkit.org/status/&gt; page may have broken after this change.  Tried to fix it with:

&lt;https://trac.webkit.org/r217816&gt;

However, that didn&apos;t seem to change anything.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1315887</commentid>
    <comment_count>5</comment_count>
    <who name="David Kilzer (:ddkilzer)">ddkilzer</who>
    <bug_when>2017-06-05 21:27:56 -0700</bug_when>
    <thetext>So I think the problem is that &quot;ESNext&quot; was used as a specification in a feature, but it wasn&apos;t listed in the &quot;specification&quot; section at the top of features.json.

Should we change &quot;ESNext&quot; to &quot;ES7&quot;, or add an entry for &quot;ESNext&quot;?

    {
        &quot;name&quot;: &quot;ES7&quot;,
        &quot;url&quot;: &quot;https://github.com/tc39/ecma262&quot;,
        &quot;keywords&quot;: [&quot;es7&quot;, &quot;ecmascript&quot;]
    },
    {
        &quot;name&quot;: &quot;ESNext&quot;,
        &quot;url&quot;: &quot;https://tc39.github.io/ecma262/&quot;,
        &quot;keywords&quot;: [&quot;esnext&quot;, &quot;ecmascript&quot;]
    },</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1315893</commentid>
    <comment_count>6</comment_count>
    <who name="Saam Barati">saam</who>
    <bug_when>2017-06-05 21:51:43 -0700</bug_when>
    <thetext>(In reply to David Kilzer (:ddkilzer) from comment #5)
&gt; So I think the problem is that &quot;ESNext&quot; was used as a specification in a
&gt; feature, but it wasn&apos;t listed in the &quot;specification&quot; section at the top of
&gt; features.json.
&gt; 
&gt; Should we change &quot;ESNext&quot; to &quot;ES7&quot;, or add an entry for &quot;ESNext&quot;?
&gt; 
&gt;     {
&gt;         &quot;name&quot;: &quot;ES7&quot;,
&gt;         &quot;url&quot;: &quot;https://github.com/tc39/ecma262&quot;,
&gt;         &quot;keywords&quot;: [&quot;es7&quot;, &quot;ecmascript&quot;]
&gt;     },
&gt;     {
&gt;         &quot;name&quot;: &quot;ESNext&quot;,
&gt;         &quot;url&quot;: &quot;https://tc39.github.io/ecma262/&quot;,
&gt;         &quot;keywords&quot;: [&quot;esnext&quot;, &quot;ecmascript&quot;]
&gt;     },

I&apos;ll update with a new ESNext section.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1315894</commentid>
    <comment_count>7</comment_count>
    <who name="Saam Barati">saam</who>
    <bug_when>2017-06-05 21:51:53 -0700</bug_when>
    <thetext>(In reply to Saam Barati from comment #6)
&gt; (In reply to David Kilzer (:ddkilzer) from comment #5)
&gt; &gt; So I think the problem is that &quot;ESNext&quot; was used as a specification in a
&gt; &gt; feature, but it wasn&apos;t listed in the &quot;specification&quot; section at the top of
&gt; &gt; features.json.
&gt; &gt; 
&gt; &gt; Should we change &quot;ESNext&quot; to &quot;ES7&quot;, or add an entry for &quot;ESNext&quot;?
&gt; &gt; 
&gt; &gt;     {
&gt; &gt;         &quot;name&quot;: &quot;ES7&quot;,
&gt; &gt;         &quot;url&quot;: &quot;https://github.com/tc39/ecma262&quot;,
&gt; &gt;         &quot;keywords&quot;: [&quot;es7&quot;, &quot;ecmascript&quot;]
&gt; &gt;     },
&gt; &gt;     {
&gt; &gt;         &quot;name&quot;: &quot;ESNext&quot;,
&gt; &gt;         &quot;url&quot;: &quot;https://tc39.github.io/ecma262/&quot;,
&gt; &gt;         &quot;keywords&quot;: [&quot;esnext&quot;, &quot;ecmascript&quot;]
&gt; &gt;     },
&gt; 
&gt; I&apos;ll update with a new ESNext section.

About to land now.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1315895</commentid>
    <comment_count>8</comment_count>
    <who name="Saam Barati">saam</who>
    <bug_when>2017-06-05 21:54:07 -0700</bug_when>
    <thetext>landed follow up ESNext section in:
https://trac.webkit.org/changeset/217819/webkit

Thanks for looking into this Dave.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1315896</commentid>
    <comment_count>9</comment_count>
    <who name="Saam Barati">saam</who>
    <bug_when>2017-06-05 21:54:49 -0700</bug_when>
    <thetext>https://webkit.org/status/ appears to work.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1315900</commentid>
    <comment_count>10</comment_count>
    <who name="Simon Fraser (smfr)">simon.fraser</who>
    <bug_when>2017-06-05 22:01:40 -0700</bug_when>
    <thetext>I filed bug 172958 to do more json validation.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>