Uh oh!
There was an error while loading. Please reload this page.
src: merge CreateEnvironment() overloads - #63596
Merged
nodejs-github-bot merged 1 commit intoJun 4, 2026
Merged
Conversation
addaleaxforce-pushed
the
abi-break-CreateEnvironment
branch
from
May 27, 2026 09:04
23c5506 to
37016f3CompareCreateEnvironment() implementationsCreateEnvironment() overloadsCodecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@## main #63596 +/- ##
=======================================
Coverage 90.32% 90.32% =======================================
Files 730 730 Lines 234671 234662 -9 Branches 43946 43958 +12 =======================================
+ Hits 211965 211967 +2
Misses 14423 14423 + Partials 8283 8272 -11
🚀 New features to boost your workflow:
|
legendecas
approved these changes
May 27, 2026
legendecas
commented
May 27, 2026
Member
The linter error should be fixed with #63598 landed on the main branch. Would you mind rebasing on top of the main branch? |
API-compatible, but ABI-breaking, so done separately from the original 3090def. Signed-off-by: Anna Henningsen <anna@addaleax.net>
addaleax
commented
May 27, 2026
MemberAuthor
@legendecas Thank you, done! |
addaleaxforce-pushed
the
abi-break-CreateEnvironment
branch
from
May 27, 2026 19:20
37016f3 to
a21167cComparelegendecas
approved these changes
May 27, 2026
nodejs-github-bot
commented
May 27, 2026
Collaborator
Collaborator
addaleax
commented
Jun 3, 2026
MemberAuthor
@nodejs/tsc This is technically semver-major because of the ABI change so needs another TSC approval |
anonrig
approved these changes
Jun 3, 2026
Uh oh!
There was an error while loading. Please reload this page.
nodejs-github-bot
commented
Jun 4, 2026
Collaborator
Landed in 2d0c926 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
API-compatible, but ABI-breaking, so done separately from the original 3090def.