-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
v12.20.2 proposal #37286
v12.20.2 proposal #37286
Conversation
PR-URL: #37173 Reviewed-By: Myles Borins <myles.borins@gmail.com> Reviewed-By: Beth Griggs <bgriggs@redhat.com>
34eefac
to
6310a81
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Looks like the V8 CI is failing |
maybe I'm missing some test updates? cc @targos @BethGriggs are the V8 tests also failing in your current v14.x-proposal? |
@ruyadorno - V8 tests passed for v14.x (rebuild to confirm). 🤔 |
If exit is called and then run or enterWith are called within the exit function, the als instace should not be added to the storageList additional times. The correct behaviour is to remove the instance from the storageList before executing the exit handler and then to restore it after. PR-URL: #35779 Reviewed-By: Vladimir de Turckheim <vlad2t@hotmail.com> Reviewed-By: Michael Dawson <midawson@redhat.com> Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de> Reviewed-By: Andrey Pechkurov <apechkurov@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
I'll drop 680496ee10 and proceed with the release without it 😊 |
6310a81
to
abf8088
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
RSLGTM
2021-02-10, Version 12.20.2 'Erbium' (LTS), @ruyadorno
Notable changes
Commits
e8a4e560ea
] - async_hooks: fix leak in AsyncLocalStorage exit (Stephen Belanger) #35779427968d266
] - deps: upgrade npm to 6.14.11 (Ruy Adorno) #37173cd9a8106be
] - http: do not loop over prototype in Agent (Michaël Zasso) #364104ac8f37800
] - http2: check write not scheduled in scope destructor (David Halls) #36241