Implement duplicate named capture groups
Categories
(Core :: JavaScript Engine, enhancement, P2)
Tracking
()
Tracking | Status | |
---|---|---|
firefox128 | --- | fixed |
People
(Reporter: dminor, Assigned: dminor)
References
(Blocks 1 open bug)
Details
(Keywords: parity-chrome, parity-safari)
Attachments
(3 files, 1 obsolete file)
Duplicate named capture groups for regex is in stage 3, we should implement it.
Updated•2 years ago
|
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Comment 1•2 years ago
|
||
Upstream irregexp bug: https://bugs.chromium.org/p/v8/issues/detail?id=13173
Assignee | ||
Comment 2•2 years ago
|
||
We'll wait until the irregexp support is completed upstream, then wire this up in SpiderMonkey.
Assignee | ||
Comment 3•1 year ago
|
||
Work is starting on this in V8: https://bugs.chromium.org/p/v8/issues/detail?id=13173#c3
Assignee | ||
Comment 4•1 year ago
|
||
Iain has an update for a version of irregexp that contains the upstream changes in Bug 1879225.
Assignee | ||
Comment 5•11 months ago
|
||
The update in Bug 1882696 has the upstream changes, Bug 1879225 wasn't quite recent enough.
Updated•11 months ago
|
Assignee | ||
Comment 6•9 months ago
|
||
Assignee | ||
Comment 7•9 months ago
|
||
Depends on D209744
Assignee | ||
Comment 8•9 months ago
|
||
Depends on D209745
Updated•9 months ago
|
Comment 10•9 months ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/e432aff3b388
https://hg.mozilla.org/mozilla-central/rev/c15e54651ba1
https://hg.mozilla.org/mozilla-central/rev/7dfa6ee8a288
Comment 11•8 months ago
|
||
Comment 12•8 months ago
|
||
Comment on attachment 9406193 [details]
Bug 1826573 - Add pref for duplicate named capture groups. r=#spidermonkey-reviewers,dminor!
Revision D212971 was moved to bug 1899813. Setting attachment 9406193 [details] to obsolete.
Updated•8 months ago
|
Comment 13•8 months ago
|
||
Comment on attachment 9406193 [details]
Bug 1826573 - Add pref for duplicate named capture groups. r=#spidermonkey-reviewers,dminor!
Revision D212971 was moved to bug 1899813. Setting attachment 9406193 [details] to obsolete.
Description
•