[v18.x backport] lib: reset RegExp statics before running user code#44247
[v18.x backport] lib: reset RegExp statics before running user code#44247aduh95 wants to merge 1 commit intonodejs:v18.x-stagingfrom
RegExp statics before running user code#44247Conversation
|
Review requested:
|
|
It looks like the lint failure was introduced by 5cb5c65. |
96c3373 to
e028edb
Compare
|
@aduh95 I had to rest v18.x-staging, sorry but this will need a rebase |
Fixes: nodejs#43740 PR-URL: nodejs#43741 Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Geoffrey Booth <[email protected]> Reviewed-By: Matteo Collina <[email protected]>
48d92db to
aa76869
Compare
d912d2d to
60191c6
Compare
60191c6 to
c0cfb14
Compare
c0cfb14 to
8ef5c40
Compare
|
@aduh95 Is it ready to land? I'm about to including it to the v18 proposal |
|
It is ready to land, thanks for taking care of this :) |
Can you amend the |
Sure I can, but I find it surprising as of all the backport PRs I've opened, I've never touched the commit message, and it was taken care of upon landing – also if I push another commit, that means we'd probably need another CI run, which I'd rather avoid. Are you sure that's not something that ncu takes care of? |
|
@nodejs/releasers Do
I think I can include that metadata while merging using |
|
Landed in 687ffcc |
Fixes: #43740 Backport-PR-URL: #43741 Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Geoffrey Booth <[email protected]> Reviewed-By: Matteo Collina <[email protected]> PR-URL: #44247 Reviewed-By: Rafael Gonzaga <[email protected]>
|
@aduh95 just realized that I can do it manually using ncu. Sorry for the inconvenience. |
Use |
Fixes: #43740 Backport-PR-URL: #43741 Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Geoffrey Booth <[email protected]> Reviewed-By: Matteo Collina <[email protected]> PR-URL: #44247 Reviewed-By: Rafael Gonzaga <[email protected]>
Fixes: #43740
PR-URL: #43741
Reviewed-By: Ruben Bridgewater [email protected]
Reviewed-By: Geoffrey Booth [email protected]
Reviewed-By: Matteo Collina [email protected]