Bug 155417

Summary: Remove ENABLE(ES6_TEMPLATE_LITERAL_SYNTAX) guards
Product: WebKit Reporter: Joseph Pecoraro <joepeck>
Component: JavaScriptCoreAssignee: Joseph Pecoraro <joepeck>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, joepeck, saam, ysuzuki
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
[PATCH] Proposed Fix
ysuzuki: review+, commit-queue: commit-queue-
[PATCH] Proposed Fix none

Description Joseph Pecoraro 2016-03-13 18:48:37 PDT
* SUMMARY
Remove ENABLE(ES6_TEMPLATE_LITERAL_SYNTAX) guards.

- It is always enabled on all ports and has no known bugs.
- Some ports have already shipped a release with it enabled.

Lets drop the compile flag and enable always!
Comment 1 Joseph Pecoraro 2016-03-13 18:49:32 PDT
Created attachment 273915 [details]
[PATCH] Proposed Fix
Comment 2 WebKit Commit Bot 2016-03-13 18:51:21 PDT
Attachment 273915 [details] did not pass style-queue:


ERROR: Source/WebCore/ChangeLog:8:  You should remove the 'No new tests' and either add and list tests, or explain why no new tests were possible.  [changelog/nonewtests] [5]
ERROR: Tools/TestWebKitAPI/Configurations/FeatureDefines.xcconfig:0:  Patch introduces a new FeatureDefines.xcconfig, which check-webkit-style doesn't know about. Please add it to the list in featuredefines.py.  [featuredefines/new] [5]
Total errors found: 2 in 17 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Yusuke Suzuki 2016-03-13 18:54:37 PDT
Comment on attachment 273915 [details]
[PATCH] Proposed Fix

r=me!
Comment 4 WebKit Commit Bot 2016-03-13 18:55:52 PDT
Comment on attachment 273915 [details]
[PATCH] Proposed Fix

Rejecting attachment 273915 [details] from commit-queue.

Failed to run "['/Volumes/Data/EWS/WebKit/Tools/Scripts/webkit-patch', '--status-host=webkit-queues.webkit.org', '--bot-id=webkit-cq-01', 'validate-changelog', '--check-oops', '--non-interactive', 273915, '--port=mac']" exit_code: 1 cwd: /Volumes/Data/EWS/WebKit

ChangeLog entry in Source/WebCore/ChangeLog contains OOPS!.

Full output: http://webkit-queues.webkit.org/results/974002
Comment 5 Yusuke Suzuki 2016-03-13 19:26:56 PDT
Comment on attachment 273915 [details]
[PATCH] Proposed Fix

View in context: https://bugs.webkit.org/attachment.cgi?id=273915&action=review

> Source/WebCore/ChangeLog:8
> +        No new tests (OOPS!).

Let's drop this line.
Comment 6 Joseph Pecoraro 2016-03-13 20:51:51 PDT
Created attachment 273920 [details]
[PATCH] Proposed Fix
Comment 7 WebKit Commit Bot 2016-03-13 21:52:47 PDT
Comment on attachment 273920 [details]
[PATCH] Proposed Fix

Clearing flags on attachment: 273920

Committed r198093: <http://trac.webkit.org/changeset/198093>