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

Issue 1681893002: [regexp] parse RegExpUnicodeEscapeSequence according to spec. (Closed)

Created:
4 years, 10 months ago by Yang
Modified:
4 years, 10 months ago
CC:
v8-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[regexp] parse RegExpUnicodeEscapeSequence according to spec. See http://tc39.github.io/ecma262/#prod-RegExpUnicodeEscapeSequence R=erik.corry@gmail.com, erikcorry@chromium.org BUG=v8:2952 LOG=N Committed: https://crrev.com/42309697c1da440e9b646c0093a54c106ec7b693 Cr-Commit-Position: refs/heads/master@{#33892}

Patch Set 1 #

Patch Set 2 : fix: /[\00]/u is not allowed. #

Total comments: 1

Patch Set 3 : refactor #

Patch Set 4 : . #

Total comments: 4

Patch Set 5 : addressed comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+79 lines, -48 lines) Patch
M src/regexp/regexp-parser.h View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M src/regexp/regexp-parser.cc View 1 2 3 4 7 chunks +35 lines, -21 lines 0 comments Download
M test/mjsunit/harmony/unicode-escapes-in-regexps.js View 1 2 3 4 1 chunk +17 lines, -11 lines 0 comments Download
M test/mjsunit/harmony/unicode-regexp-restricted-syntax.js View 1 2 3 4 1 chunk +26 lines, -16 lines 0 comments Download

Messages

Total messages: 26 (12 generated)
Yang
4 years, 10 months ago (2016-02-09 10:02:48 UTC) #1
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1681893002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1681893002/1
4 years, 10 months ago (2016-02-09 16:23:32 UTC) #5
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: v8_linux64_asan_rel on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux64_asan_rel/builds/13437)
4 years, 10 months ago (2016-02-09 16:37:53 UTC) #7
Yang
https://codereview.chromium.org/1681893002/diff/20001/src/regexp/regexp-parser.cc File src/regexp/regexp-parser.cc (right): https://codereview.chromium.org/1681893002/diff/20001/src/regexp/regexp-parser.cc#newcode903 src/regexp/regexp-parser.cc:903: if (current() < '0' || current() > '9') return ...
4 years, 10 months ago (2016-02-09 19:18:31 UTC) #8
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1681893002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1681893002/20001
4 years, 10 months ago (2016-02-09 19:18:43 UTC) #10
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 10 months ago (2016-02-09 19:58:28 UTC) #12
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1681893002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1681893002/60001
4 years, 10 months ago (2016-02-10 06:11:58 UTC) #14
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 10 months ago (2016-02-10 06:59:26 UTC) #16
Dan Ehrenberg
lgtm So strange that the spec has this syntax for a lead/trail pair! But this ...
4 years, 10 months ago (2016-02-11 09:07:51 UTC) #18
Yang
https://codereview.chromium.org/1681893002/diff/60001/test/mjsunit/harmony/unicode-escapes-in-regexps.js File test/mjsunit/harmony/unicode-escapes-in-regexps.js (right): https://codereview.chromium.org/1681893002/diff/60001/test/mjsunit/harmony/unicode-escapes-in-regexps.js#newcode277 test/mjsunit/harmony/unicode-escapes-in-regexps.js:277: assertNull(new RegExp("[\\ud800\udc00]", "u").exec("\u{10000}")); On 2016/02/11 09:07:51, Dan Ehrenberg wrote: ...
4 years, 10 months ago (2016-02-11 12:02:36 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1681893002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1681893002/80001
4 years, 10 months ago (2016-02-11 12:02:43 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1681893002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1681893002/80001
4 years, 10 months ago (2016-02-11 12:02:45 UTC) #23
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 10 months ago (2016-02-11 12:28:59 UTC) #24
commit-bot: I haz the power
4 years, 10 months ago (2016-02-11 12:29:37 UTC) #26
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/42309697c1da440e9b646c0093a54c106ec7b693
Cr-Commit-Position: refs/heads/master@{#33892}

Powered by Google App Engine
This is Rietveld 408576698