Uh oh!
There was an error while loading. Please reload this page.
[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 into
RegExp statics before running user code#44247Conversation
nodejs-github-bot
commented
Aug 16, 2022
Review requested:
|
aduh95
commented
Aug 16, 2022
It looks like the lint failure was introduced by 5cb5c65. |
96c3373 to
e028edbComparedanielleadams
commented
Aug 17, 2022
@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 <ruben@bridgewater.de> Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
48d92db to
aa76869Comparenodejs-github-bot
commented
Aug 23, 2022
nodejs-github-bot
commented
Sep 5, 2022
nodejs-github-bot
commented
Sep 5, 2022
nodejs-github-bot
commented
Sep 6, 2022
nodejs-github-bot
commented
Sep 6, 2022
d912d2d to
60191c6Comparenodejs-github-bot
commented
Sep 6, 2022
60191c6 to
c0cfb14Comparenodejs-github-bot
commented
Sep 7, 2022
nodejs-github-bot
commented
Sep 7, 2022
c0cfb14 to
8ef5c40Comparenodejs-github-bot
commented
Sep 8, 2022
nodejs-github-bot
commented
Sep 16, 2022
nodejs-github-bot
commented
Sep 16, 2022
RafaelGSS
commented
Sep 23, 2022
@aduh95 Is it ready to land? I'm about to including it to the v18 proposal |
aduh95
commented
Sep 23, 2022
It is ready to land, thanks for taking care of this :) |
RafaelGSS
commented
Sep 23, 2022
Can you amend the |
aduh95
commented
Sep 23, 2022
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? |
RafaelGSS
commented
Sep 23, 2022
@nodejs/releasers Do
I think I can include that metadata while merging using |
RafaelGSS
commented
Sep 23, 2022
Landed in 687ffcc |
RafaelGSS
commented
Sep 23, 2022
@aduh95 just realized that I can do it manually using ncu. Sorry for the inconvenience. |
richardlau
commented
Sep 23, 2022
Use |
Fixes: #43740
PR-URL: #43741
Reviewed-By: Ruben Bridgewater ruben@bridgewater.de
Reviewed-By: Geoffrey Booth webadmin@geoffreybooth.com
Reviewed-By: Matteo Collina matteo.collina@gmail.com