-
Notifications
You must be signed in to change notification settings - Fork 575
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
Subsystems that require backporting attention for 8.x #354
Comments
I believe @kjin is working on |
@MylesBorins I think we had done a pass at backporting the commits we thought were important for the next SemVer. Is it just that not everything has been backported for n-api or are there some specific concerns? @gabrielschulhof |
nodejs/node#21733 and nodejs/node#21732 have landed. I don't know of any others that have not landed cleanly. |
Though I guess we may also want 978d89f because that prevents memory leaks with function factories. |
@mhdawson do we want to backport semver-minor stuff like bigint? |
bigint does not exist on 8.x
… On Aug 8, 2018, at 5:41 PM, gabrielschulhof ***@***.***> wrote:
@mhdawson <https://github.com/mhdawson> do we want to backport semver-minor stuff like bigint?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#354 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AAecV8sul_NMdbnUhd1jdBA2Hi0qnDx8ks5uO1skgaJpZM4VzIDM>.
|
@agreed with 978d89f. EDITED to be specific to |
@mhdawson I have several modules that I've used in my HTTP2 experiments that cannot run on Node 8.x. |
@mcollina, sorry I should have been more specific, my comments where only for N-API sermver minor changes. |
last call for updates. We only have one more release until maintenance |
oops... meant to ping. It appears that @nodejs/n-api has drifted again. Below are commits that are on 10.x but not 8.x
We also appear to have a behavior difference in 8.x vs 10.x for @nodejs/http2 |
The most important one I see would be: 53f8563353 - n-api: back up env before async work finalize (6 months ago) @gabrielschulhof I'm not sure if you will have a chance to review as well? A number of them are related to the thread safe functionality. This is probably the last chance to get the thread safe functionality into 8.x. It might also be nice to get bb2bbc8ebe - n-api: add generic finalizer callback but would like your view on how important it is to get those 2 in. |
8.x is now in maintenance mode, closing |
@nodejs/timers
@nodejs/http2
@nodejs/n-api
@nodejs/v8-inspector
assert also has a deviance, but I don't know if it makes sense to do a backporting effort for it
The text was updated successfully, but these errors were encountered: