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

Issue 2059113002: [regexp] implement \p{Any}, \p{Ascii}, and \p{Assigned}. (Closed)

Created:
4 years, 6 months ago by Yang
Modified:
4 years, 6 months ago
Reviewers:
Dan Ehrenberg, mathias
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] implement \p{Any}, \p{Ascii}, and \p{Assigned}. R=littledan@chromium.org, mathias@qiwi.be BUG=v8:4743 Committed: https://crrev.com/92bfd13457c80f02be01551f4ea9a5badfe0e4c4 Committed: https://crrev.com/a8e88eaab8cdde31bf7972ad94c03e31eb4a3d7d Cr-Original-Commit-Position: refs/heads/master@{#36969} Cr-Commit-Position: refs/heads/master@{#36974}

Patch Set 1 #

Total comments: 4

Patch Set 2 : tests #

Patch Set 3 : fix wrong expectations #

Patch Set 4 : Fix no-i18n build. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+121 lines, -29 lines) Patch
M src/regexp/regexp-parser.h View 1 chunk +1 line, -1 line 0 comments Download
M src/regexp/regexp-parser.cc View 1 2 3 9 chunks +48 lines, -20 lines 0 comments Download
M test/mjsunit/harmony/regexp-property-general-category.js View 1 2 2 chunks +8 lines, -8 lines 0 comments Download
A test/mjsunit/harmony/regexp-property-lu-ui.js View 1 1 chunk +13 lines, -0 lines 0 comments Download
A test/mjsunit/harmony/regexp-property-special.js View 1 1 chunk +51 lines, -0 lines 0 comments Download

Messages

Total messages: 27 (11 generated)
Dan Ehrenberg
lgtm https://codereview.chromium.org/2059113002/diff/1/src/regexp/regexp-parser.cc File src/regexp/regexp-parser.cc (right): https://codereview.chromium.org/2059113002/diff/1/src/regexp/regexp-parser.cc#newcode365 src/regexp/regexp-parser.cc:365: if (!ParsePropertyClass(ranges, p == 'P')) { I'm a ...
4 years, 6 months ago (2016-06-13 20:23:15 UTC) #1
Dan Ehrenberg
On 2016/06/13 at 20:23:15, Dan Ehrenberg wrote: > lgtm > > https://codereview.chromium.org/2059113002/diff/1/src/regexp/regexp-parser.cc > File src/regexp/regexp-parser.cc ...
4 years, 6 months ago (2016-06-13 20:23:43 UTC) #2
mathias
LGTM https://codereview.chromium.org/2059113002/diff/1/src/regexp/regexp-parser.cc File src/regexp/regexp-parser.cc (right): https://codereview.chromium.org/2059113002/diff/1/src/regexp/regexp-parser.cc#newcode365 src/regexp/regexp-parser.cc:365: if (!ParsePropertyClass(ranges, p == 'P')) { On 2016/06/13 ...
4 years, 6 months ago (2016-06-13 20:43:58 UTC) #3
mathias
On 2016/06/13 20:43:58, mathias wrote: > https://codereview.chromium.org/2059113002/diff/1/src/regexp/regexp-parser.cc#newcode365 > src/regexp/regexp-parser.cc:365: if (!ParsePropertyClass(ranges, p == 'P')) { ...
4 years, 6 months ago (2016-06-13 20:52:26 UTC) #4
Yang
I addressed comments and added a test case for /\P{Lu}/ui, comparing the result to code ...
4 years, 6 months ago (2016-06-14 09:44:12 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2059113002/20001
4 years, 6 months ago (2016-06-14 09:44:28 UTC) #8
commit-bot: I haz the power
Try jobs failed on following builders: v8_linux_nodcheck_rel_ng on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux_nodcheck_rel_ng/builds/3183) v8_linux_nodcheck_rel_ng_triggered on tryserver.v8 (JOB_FAILED, ...
4 years, 6 months ago (2016-06-14 09:59:45 UTC) #10
mathias
On 2016/06/14 09:44:12, Yang wrote: > I addressed comments and added a test case for ...
4 years, 6 months ago (2016-06-14 12:14:55 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2059113002/40001
4 years, 6 months ago (2016-06-14 13:26:19 UTC) #14
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 6 months ago (2016-06-14 13:53:24 UTC) #15
commit-bot: I haz the power
CQ bit was unchecked
4 years, 6 months ago (2016-06-14 13:53:26 UTC) #16
commit-bot: I haz the power
Patchset 3 (id:??) landed as https://crrev.com/92bfd13457c80f02be01551f4ea9a5badfe0e4c4 Cr-Commit-Position: refs/heads/master@{#36969}
4 years, 6 months ago (2016-06-14 13:56:03 UTC) #18
Yang
A revert of this CL (patchset #3 id:40001) has been created in https://codereview.chromium.org/2065083002/ by yangguo@chromium.org. ...
4 years, 6 months ago (2016-06-14 13:58:33 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2059113002/60001
4 years, 6 months ago (2016-06-14 14:47:23 UTC) #23
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 6 months ago (2016-06-14 15:14:04 UTC) #25
commit-bot: I haz the power
4 years, 6 months ago (2016-06-14 15:17:06 UTC) #27
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/a8e88eaab8cdde31bf7972ad94c03e31eb4a3d7d
Cr-Commit-Position: refs/heads/master@{#36974}

Powered by Google App Engine
This is Rietveld 408576698