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
Revert the change of network interfaces family from string to integer #43054
base: master
Are you sure you want to change the base?
Conversation
|
Review requested: |
|
IMO the revert doesn't make sense if it is semver-major, because everyone will have to adapt to the change for v18 (which is going to be LTS). |
|
+1 to land it on Node v18. |
|
We actually had quorum at the end of the meeting, we approve landing this as semver-minor. |
|
Is it okay if we remove this from the tsc-agenda now, since everyone in the meeting was +1 with reverting? |
This comment was marked as outdated.
This comment was marked as outdated.
No idea what the "fix" is, but taking With this PR: Compared to Node.js 17.9.0: We can see that With this PR: With 17.9.0: Also setting/not setting |
d9a5ebe
to
ce37e8b
Compare
|
For some reason, interpreting |
This reverts commits 68fb0bf, 4ad342a, and 3a26db9.
Fixes: #43014