Bug 155417 - Remove ENABLE(ES6_TEMPLATE_LITERAL_SYNTAX) guards
Summary: Remove ENABLE(ES6_TEMPLATE_LITERAL_SYNTAX) guards
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Joseph Pecoraro
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-13 18:48 PDT by Joseph Pecoraro
Modified: 2016-03-14 11:27 PDT (History)
4 users (show)

See Also:


Attachments
[PATCH] Proposed Fix (69.27 KB, patch)
2016-03-13 18:49 PDT, Joseph Pecoraro
ysuzuki: review+
commit-queue: commit-queue-
Details | Formatted Diff | Diff
[PATCH] Proposed Fix (69.23 KB, patch)
2016-03-13 20:51 PDT, Joseph Pecoraro
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>