Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(278)

Issue 2551633002: Change error messages for octal escape sequences (Closed)

Created:
4 years ago by jwolfe
Modified:
4 years ago
Reviewers:
Dan Ehrenberg
CC:
v8-reviews_googlegroups.com
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Change error messages for octal escape sequences When an octal escape sequence is in a string in strict mode: - Octal literals are not allowed in strict mode. + Octal escape sequences are not allowed in strict mode. When an octal escape sequence is in a template string: - Octal literals are not allowed in template strings. + Octal escape sequences are not allowed in template strings. BUG=v8:4973 CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel Committed: https://crrev.com/089e4fd32c838f2ec6a001d8db7b8b227936b250 Cr-Commit-Position: refs/heads/master@{#41560}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+44 lines, -35 lines) Patch
M src/messages.h View 1 chunk +3 lines, -1 line 0 comments Download
M src/parsing/parser-base.h View 2 chunks +7 lines, -6 lines 0 comments Download
M src/parsing/scanner.h View 3 chunks +6 lines, -1 line 0 comments Download
M src/parsing/scanner.cc View 3 chunks +4 lines, -3 lines 0 comments Download
M test/message/strict-octal-string.out View 1 chunk +2 lines, -2 lines 0 comments Download
M test/message/strict-octal-use-strict-after.out View 1 chunk +2 lines, -2 lines 0 comments Download
M test/message/strict-octal-use-strict-before.out View 1 chunk +2 lines, -2 lines 0 comments Download
M test/webkit/fast/js/basic-strict-mode-expected.txt View 1 chunk +4 lines, -4 lines 0 comments Download
M test/webkit/fast/js/numeric-escapes-in-string-literals-expected.txt View 1 chunk +14 lines, -14 lines 0 comments Download

Messages

Total messages: 29 (15 generated)
jwolfe
PTAL
4 years ago (2016-12-02 22:00:49 UTC) #3
Dan Ehrenberg
lgtm
4 years ago (2016-12-05 23:47:49 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2551633002/1
4 years ago (2016-12-05 23:50:01 UTC) #6
commit-bot: I haz the power
Try jobs failed on following builders: linux_precise_blink_rel on master.tryserver.blink (JOB_FAILED, no build URL)
4 years ago (2016-12-05 23:50:52 UTC) #8
Dan Ehrenberg
Michael, did anything change with the way that the Blink trybot is supposed to be ...
4 years ago (2016-12-05 23:51:51 UTC) #9
Michael Achenbach
On 2016/12/05 23:51:51, Dan Ehrenberg wrote: > Michael, did anything change with the way that ...
4 years ago (2016-12-06 09:02:47 UTC) #11
jwolfe
On 2016/12/06 09:02:47, Michael Achenbach wrote: > It seems to be called linux_trusty_blink_rel now. Changed ...
4 years ago (2016-12-07 00:02:56 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2551633002/1
4 years ago (2016-12-07 00:03:05 UTC) #14
Dan Ehrenberg
On 2016/12/07 00:02:56, jwolfe wrote: > On 2016/12/06 09:02:47, Michael Achenbach wrote: > > It ...
4 years ago (2016-12-07 00:18:35 UTC) #16
jwolfe
On 2016/12/07 00:18:35, Dan Ehrenberg wrote: > Michael seems to be saying that it leads ...
4 years ago (2016-12-07 00:27:56 UTC) #17
Dan Ehrenberg
On 2016/12/07 at 00:27:56, jwolfe wrote: > On 2016/12/07 00:18:35, Dan Ehrenberg wrote: > > ...
4 years ago (2016-12-07 01:16:56 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2551633002/1
4 years ago (2016-12-07 16:32:15 UTC) #24
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years ago (2016-12-07 17:26:31 UTC) #27
commit-bot: I haz the power
4 years ago (2016-12-07 17:26:48 UTC) #29
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/089e4fd32c838f2ec6a001d8db7b8b227936b250
Cr-Commit-Position: refs/heads/master@{#41560}

Powered by Google App Engine
This is Rietveld 408576698