-
- Notifications
You must be signed in to change notification settings - Fork 33.8k
[v18.x backport] lib: reset RegExp statics before running user code #44247
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[v18.x backport] lib: reset RegExp statics before running user code #44247
Conversation
| 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 <ruben@bridgewater.de> Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
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 |
| @aduh95 just realized that I can do it manually using ncu. Sorry for the inconvenience. |
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